diff --git a/guides/security/authorization.md b/guides/security/authorization.md index 1b86f7bd4..1d71930ec 100644 --- a/guides/security/authorization.md +++ b/guides/security/authorization.md @@ -129,7 +129,7 @@ Depending on the configured [authentication](#prerequisite-authentication) strat | CAP User Property | XSUAA JWT Property | IAS JWT Property | |---------------------|----------------------------------|-------------------------| | `$user` | `user_name` | `sub` | -| `$user.tenant` | `zid` | `zone_uuid` | +| `$user.tenant` | `zid` | `app_tid` | | `$user.` | `xs.user.attributes.` | All non-meta attributes | ::: tip