Skip to content

Commit

Permalink
fix typo in docs (#11387)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer authored Dec 18, 2024
1 parent 2f79dc6 commit e939ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e939ca1

Please sign in to comment.