Skip to content

Commit

Permalink
#1826 - unique user identification from an ID Token
Browse files Browse the repository at this point in the history
  • Loading branch information
Elar Lang authored and elarlang committed Oct 8, 2024
1 parent 17a203b commit 2d6f029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 5.0/en/0x51-V51-OAuth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ There are various different personas in the OAuth process, described in more det
| # | Description | L1 | L2 | L3 |
| :---: | :--- | :---: | :---: | :---: |
| **51.5.1** | [ADDED] Verify that the Client (as the Relying Party) mitigates ID Token replay attacks. For example, by ensuring that the nonce claim in the ID Token matches the nonce value sent in the Authentication Request to the OpenID Provider (in OAuth2 refereed to as the Authorization request sent to the Authorization Server). ||||
| **51.5.2** | [ADDED] Verify that the Client uniquely identifies the user from ID token claims, usually the 'sub' claim, which can not be reassigned to other users (for the scope of an identity provider). ||||

## V51.5 OIDC OpenID Provider

Expand Down

0 comments on commit 2d6f029

Please sign in to comment.