Skip to content

Commit

Permalink
Corrected ommision of "a"
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Guijt committed Aug 14, 2024
1 parent 1a4ffc7 commit c53d1f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Models the request for user claims and is the vehicle to return those claims. It

- When the [server side sessions feature]({{< ref "ui/server_side_sessions/" >}}) is enabled _Subject_ will always contain the claims stored in the server side session.
- When that is not the case, it depends on the caller context:
- If the _ProfileService_ is called in the context of grant (e.g. exchanging a code for a token) the claims stored in the grant store will be used.
- If the _ProfileService_ is called in the context of a grant (e.g. exchanging a code for a token) the claims stored in the grant store will be used.
- If there's no grant context (e.g. when the user info endpoint is called) the claims in the access token will be used.

* ***Client***
Expand Down

0 comments on commit c53d1f4

Please sign in to comment.