From 12b8034dd95f854c07e42048ffd261af6cfc839c Mon Sep 17 00:00:00 2001 From: Lars Meijers Date: Fri, 24 May 2024 08:13:52 +0200 Subject: [PATCH] updated readme --- docs/content/en/integrations/social-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/integrations/social-authentication.md b/docs/content/en/integrations/social-authentication.md index 95bd11dc027..c60ce898393 100644 --- a/docs/content/en/integrations/social-authentication.md +++ b/docs/content/en/integrations/social-authentication.md @@ -307,7 +307,7 @@ Optionally, you *can* set `DD_SOCIAL_AUTH_KEYCLOAK_LOGIN_BUTTON_TEXT` in order t ### Syncing groups from Keycloak to Defectdojo It is also possible to sync groups from Keycloak into Defectdojo, for this you will first need to configure a `client scope` which enables the groups of your users to be included -into the authentication tokens of your users. Keycloak provides a `Groups` mapper specifically for this purpose. +into the authentication tokens of your users. Keycloak provides a `Groups` `Token mapper` specifically for this purpose. After enabling the `Groups` mapper you can configure Defectdojo to sync these groups with the following properties: