Skip to content

Commit

Permalink
Update guides/security/authorization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans authored Jan 9, 2025
1 parent f1c1f2d commit 0ceeff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/security/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ All technical clients that have access to the application's XSUAA or IAS service
Depending on the configured [authentication](#prerequisite-authentication) strategy, CAP derives a *default set* of user claims containing the user's name, tenant and attributes:

| CAP User Property | XSUAA JWT Property | IAS JWT Property |
|---------------------|----------------------------------------------|-------------------------|
| `$user` | `user_name` | `sub` |
| `$user.tenant` | `zid` | `app_tid` |
| `$user.<attribute>` | `xs.user.attributes.<attribute>` | All non-meta attributes |
|---------------------|----------------------------------|-------------------------|
| `$user` | `user_name` | `sub` |
| `$user.tenant` | `zid` | `app_tid` |
| `$user.<attribute>` | `xs.user.attributes.<attribute>` | All non-meta attributes |

::: tip
CAP does not make any assumptions on the presented claims given in the token. String values are copied as they are.
Expand Down

0 comments on commit 0ceeff1

Please sign in to comment.