Skip to content

Commit 1047f8c

Browse files
Merge pull request #207552 from rahul-nagraj/groupTransformationUpdates
Group Transformation Note updates
2 parents 039af9e + c7e2d59 commit 1047f8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ For more information about regex replace and capture groups, see [The Regular Ex
163163
>[!NOTE]
164164
> As described in the Azure AD documentation, you can't modify a restricted claim by using a policy. The data source can't be changed, and no transformation is applied when you're generating these claims. The group claim is still a restricted claim, so you need to customize the groups by changing the name. If you select a restricted name for the name of your custom group claim, the claim will be ignored at runtime.
165165
>
166-
> You can also use the regex transform feature as a filter, because any groups that don't match the regex pattern will not be emitted in the resulting claim.
166+
> You can also use the regex transform feature as a filter, because any groups that don't match the regex pattern will not be emitted in the resulting claim.
167+
>
168+
>If the transform applied to the original groups claim results in a new custom claim, then the original groups claim will be omitted from the token. However, if the configured regex doesn't match any value in the original list, then the custom claim will not be present and the original groups claim will be included in the token.
167169
168170
### Edit the group claim configuration
169171

0 commit comments

Comments
 (0)