Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions guides/security/cap-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ In the CDS model, some of the user properties can be referenced in annotations o
| Attribute | `$user.<attribute>` | [@restrict](./authorization#user-attrs) |
| Role | `<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.
Expand Down
Loading