Skip to content

Commit

Permalink
oauth/oidc - tokens only accessible for the components strictly needed,
Browse files Browse the repository at this point in the history
  • Loading branch information
Elar Lang authored and tghosth committed Sep 18, 2024
1 parent 8547e99 commit 1560463
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 @@ -9,6 +9,7 @@ There are various different personas in the OAuth process, described in more det
| # | Description | L1 | L2 | L3 |
| :---: | :--- | :---: | :---: | :---: |
| **51.1.1** | [ADDED] Verify that tokens (such as ID tokens, access tokens and refresh tokens) can only be used for their intended purpose. For example, ID tokens can only be used to prove user authentication for the client. ||||
| **51.1.2** | [ADDED] Verify that tokens are only sent to components that strictly need them. For example, avoid having access or refresh tokens accessible for the frontend when they are only needed by the backend. ||||

## V51.2 OAuth Authorization Server

Expand Down

0 comments on commit 1560463

Please sign in to comment.