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 1/3] 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. From c0dca9edd27ac507bc9fd3370224afae811cc801 Mon Sep 17 00:00:00 2001 From: Mahati Shankar <93712176+smahati@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:47:45 +0200 Subject: [PATCH 2/3] Apply suggestion from @renejeglinsky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: René Jeglinsky --- guides/security/cap-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/security/cap-users.md b/guides/security/cap-users.md index 085ec66e2..0d8adec40 100644 --- a/guides/security/cap-users.md +++ b/guides/security/cap-users.md @@ -194,7 +194,7 @@ 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} +[See how `$user` is mapped from request claims.](reflection){.learn-more} ### Tracing { #user-tracing } From db9c7d89230a3652518fb388ee39791723a69ffc Mon Sep 17 00:00:00 2001 From: Mahati Shankar <93712176+smahati@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:56:26 +0200 Subject: [PATCH 3/3] fix link --- guides/security/cap-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/security/cap-users.md b/guides/security/cap-users.md index 0d8adec40..9b21e5378 100644 --- a/guides/security/cap-users.md +++ b/guides/security/cap-users.md @@ -194,7 +194,7 @@ 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} +[See how `$user` is mapped from request claims.](#reflection){.learn-more} ### Tracing { #user-tracing }