Skip to content

Commit e35a207

Browse files
authored
Minor fixes on issued group/roles claims
When "SecurityGroup" is set we should inform that both security groups and Azure AD Roles will be issued as it's described in https://learn.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest#groupmembershipclaims-attribute. When "SecurityGroup" is set in conjunction with Group filtering, since both security groups and Azure AD Roles are issued, there is a common misinterpretation that Group filtering will also be applied to Azure AD Roles, when it is not. Updating documentation accordingly.
1 parent c60b41f commit e35a207

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/active-directory/hybrid/how-to-connect-fed-group-claims.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ Some applications require the group membership information to appear in the role
162162
Group filtering allows for fine control of the list of groups that's included as part of the group claim. When a filter is configured, only groups that match the filter will be included in the group's claim that's sent to that application. The filter will be applied against all groups regardless of the group hierarchy.
163163

164164
> [!NOTE]
165-
> Group filtering applies to tokens emitted for apps where group claims and filtering was configured in the **Enterprise apps** blade in the portal.
165+
> Group filtering applies to tokens emitted for apps where group claims and filtering was configured in the **Enterprise apps** blade in the portal.
166+
> Group filtering does not apply to Azure AD Roles.
166167
167168
You can configure filters to be applied to the group's display name or `SAMAccountName` attribute. The following filtering operations are supported:
168169

@@ -208,7 +209,7 @@ You can also configure group claims in the [optional claims](../../active-direct
208209
| Selection | Description |
209210
|----------|-------------|
210211
| `All` | Emits security groups, distribution lists, and roles. |
211-
| `SecurityGroup` | Emits security groups that the user is a member of in the group claim. |
212+
| `SecurityGroup` | Emits security groups and Azure AD roles that the user is a member of in the group claim. |
212213
| `DirectoryRole` | If the user is assigned directory roles, they're emitted as a `wids` claim. (A group claim won't be emitted.) |
213214
| `ApplicationGroup` | Emits only the groups that are explicitly assigned to the application and that the user is a member of. |
214215
| `None` | No groups are returned. (It's not case-sensitive, so `none` also works. It can be set directly in the application manifest.) |

0 commit comments

Comments
 (0)