From e939ca195954cec84e97bfe158effaa4639ceeab Mon Sep 17 00:00:00 2001 From: manuelsommer <47991713+manuel-sommer@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:08:42 +0100 Subject: [PATCH] fix typo in docs (#11387) --- .../archived_docs/integrations/social-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/open_source/archived_docs/integrations/social-authentication.md b/docs/content/en/open_source/archived_docs/integrations/social-authentication.md index db2a536f775..640beaeff18 100644 --- a/docs/content/en/open_source/archived_docs/integrations/social-authentication.md +++ b/docs/content/en/open_source/archived_docs/integrations/social-authentication.md @@ -213,7 +213,7 @@ This will ensure the user is added to all the groups found in the Azure AD Token The Azure AD token returned by Azure will also need to be configured to include group IDs. Without this step, the token will not contain any notion of a group, and the mapping process will report that the current user is not a member of any -groups. To update the the format of the token, add a group claim that applies to whatever group type you are using. +groups. To update the format of the token, add a group claim that applies to whatever group type you are using. If unsure of what type that is, select `All Groups`. Do not activate `Emit groups as role claims` within the Azure AD "Token configuration" page.