Skip to content

Commit ee9ee74

Browse files
paulOsinskiPaul Osinski
andauthored
update sso docs for group read all permission (#13850)
Co-authored-by: Paul Osinski <[email protected]>
1 parent 1fb8dcf commit ee9ee74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/en/customize_dojo/user_management/configure_sso.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The Azure AD token need to be configured to include Group IDs. Without this step
133133
To update the format of the token, add a [Group Claim](https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-fed-group-claims) that applies to whatever Group type you are using.
134134
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.
135135

136-
Application API permissions need to be updated with the `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in.
136+
Application API permissions need to be updated with the `GroupMember.Read.All` or `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in. `GroupMember.Read.All` is recommended as this grants the application fewer permissions.
137137

138138
##### Group Cleaning
139139

@@ -169,7 +169,7 @@ The Azure AD token returned by Azure will also need to be configured to include
169169

170170
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.
171171

172-
Application API permissions need to be updated with the `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in.
172+
Application API permissions need to be updated with the `GroupMember.Read.All` or `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in. `GroupMember.Read.All` is recommended as this grants the application fewer permissions.
173173

174174
To limit the amount of groups imported from Azure AD, a regular expression can be used as the following:
175175

0 commit comments

Comments
 (0)