Skip to content

Commit

Permalink
Correct doc which explained bug that has since been fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfryanr committed Feb 13, 2024
1 parent cf82cf9 commit ceb9973
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/content/docs/howto/configure-auth-for-webapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,8 @@ The ID token returned at the end of the authorization code flow will contain the
- `nonce`: a string value used to associate a Client session with an ID Token, and to mitigate replay attacks

Refreshed ID tokens will contain the same claims, except that a refreshed ID token will also contain an `at_hash` claim,
and will not contain a `nonce` claim. (The original ID token should also contain an `at_hash` claim, but it is excluded
due to a bug in one of Pinniped's dependencies. The Pinniped maintainers have submitted a PR to that library to fix
the bug and are waiting for the next release of that library to incorporate the fix into Pinniped.)
and will not contain a `nonce` claim. The original ID token should also contain an `at_hash` claim, but it was excluded
in older versions of Pinniped due to a bug in one of Pinniped's dependencies, which has since been fixed.

Additionally, the following custom claims may be included in the ID tokens, if the client requested
the `username` and/or `groups` scopes in the original authorization request, and if the client is allowed to request those scopes:
Expand Down

0 comments on commit ceb9973

Please sign in to comment.