From 67723d7de0998b54be99200c88e28c0d3793b9af Mon Sep 17 00:00:00 2001 From: Luc Claustres Date: Fri, 20 Dec 2024 15:54:56 +0100 Subject: [PATCH] docs: completed keycloak howto with custom attributes [skip app][skip test] --- docs/guides/howtos/keycloak.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/howtos/keycloak.md b/docs/guides/howtos/keycloak.md index abbc131..f29558f 100644 --- a/docs/guides/howtos/keycloak.md +++ b/docs/guides/howtos/keycloak.md @@ -164,3 +164,8 @@ export default { } ``` + +## Manage custom attributes + +Similarly to roles, you can retrieve custom user attributes from Keycloak by adding a *by configuration mapper* of type *User Attribute*, which maps a custom user attribute to a token claim, in your client scopes. +