diff --git a/guides/security/cap-users.md b/guides/security/cap-users.md index 4114c6dc4..085ec66e2 100644 --- a/guides/security/cap-users.md +++ b/guides/security/cap-users.md @@ -194,6 +194,8 @@ In the CDS model, some of the user properties can be referenced in annotations o | Attribute | `$user.` | [@restrict](./authorization#user-attrs) | | Role | `` | [@requires](./authorization#requires) and [@restrict.to](./authorization#restrict-annotation) | +[See how `$user` is mapped from request claims](reflection){.learn-more} + ### Tracing { #user-tracing } To track down issues during development, it can help to trace the properties of the request user to the application log.