From 7e649c417e52894d8b8325e411706221f1af6bb4 Mon Sep 17 00:00:00 2001 From: BraunMatthias <59841349+BraunMatthias@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:04:03 +0200 Subject: [PATCH] Update cap-users.md Added a missing link --- guides/security/cap-users.md | 2 ++ 1 file changed, 2 insertions(+) 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.