Skip to content

Commit 628ff39

Browse files
Merge pull request #238832 from rahul-nagraj/CloudGroupName-GA
Taking feature to GA
2 parents 0835379 + 3cf75aa commit 628ff39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure Active Directory (Azure AD) can provide a user's group membership informat
2020

2121
- Groups identified by their Azure AD object identifier (OID) attribute
2222
- Groups identified by the `sAMAccountName` or `GroupSID` attribute for Active Directory-synchronized groups and users
23-
- Groups identified by their Display Name attribute for cloud-only groups (Preview)
23+
- Groups identified by their Display Name attribute for cloud-only groups
2424

2525
> [!IMPORTANT]
2626
> The number of groups emitted in a token is limited to 150 for SAML assertions and 200 for JWT, including nested groups. In larger organizations, the number of groups where a user is a member might exceed the limit that Azure AD will add to a token. Exceeding a limit can lead to unpredictable results. For workarounds to these limits, read more in [Important caveats for this functionality](#important-caveats-for-this-functionality).
@@ -121,7 +121,7 @@ To configure group claims for a gallery or non-gallery SAML application via sing
121121

122122
For more information about managing group assignment to applications, see [Assign a user or group to an enterprise app](../../manage-apps/assign-user-or-group-access-portal.md).
123123

124-
## Emit cloud-only group display name in token (Preview)
124+
## Emit cloud-only group display name in token
125125

126126
You can configure group claim to include the group display name for the cloud-only groups.
127127

@@ -133,11 +133,11 @@ You can configure group claim to include the group display name for the cloud-on
133133

134134
![Screenshot that shows the Group Claims window, with the option for groups assigned to the application selected.](media/how-to-connect-fed-group-claims/group-claims-ui-4-1.png)
135135

136-
4. To emit group display name just for cloud groups, in the **Source attribute** dropdown select the **Cloud-only group display names (Preview)**:
136+
4. To emit group display name just for cloud groups, in the **Source attribute** dropdown select the **Cloud-only group display names**:
137137

138138
![Screenshot that shows the Group Claims source attribute dropdown, with the option for configuring cloud only group names selected.](media/how-to-connect-fed-group-claims/group-claims-ui-8.png)
139139

140-
5. For a hybrid setup, to emit on-premises group attribute for synced groups and display name for cloud groups, you can select the desired on-premises sources attribute and check the checkbox **Emit group name for cloud-only groups (Preview)**:
140+
5. For a hybrid setup, to emit on-premises group attribute for synced groups and display name for cloud groups, you can select the desired on-premises sources attribute and check the checkbox **Emit group name for cloud-only groups**:
141141

142142
![Screenshot that shows the configuration to emit on-premises group attribute for synced groups and display name for cloud groups.](media/how-to-connect-fed-group-claims/group-claims-ui-9.png)
143143

0 commit comments

Comments
 (0)