Skip to content

Commit 39a747b

Browse files
authored
Merge pull request #134593 from MicrosoftDocs/Jak-MS-patch-1
Update active-directory-saml-claims-customization.md
2 parents 2c99f03 + cd4165b commit 39a747b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/active-directory-saml-claims-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ To add a claim condition:
162162
3. Select the group(s) to which the user should belong. You can select up to 50 unique groups across all claims for a given application.
163163
4. Select the **Source** where the claim is going to retrieve its value. You can select a user attribute from the source attribute dropdown or apply a transformation to the user attribute before emitting it as a claim.
164164

165-
The order in which you add the conditions are important. Azure AD evaluates the conditions from top to bottom to decide which value to emit in the claim.
165+
The order in which you add the conditions are important. Azure AD evaluates the conditions from top to bottom to decide which value to emit in the claim. The last value which matches the expression will be emitted in the claim.
166166

167167
For example, Britta Simon is a guest user in the Contoso tenant. She belongs to another organization that also uses Azure AD. Given the below configuration for the Fabrikam application, when Britta tries to sign in to Fabrikam, Microsoft identity platform will evaluate the conditions as follow.
168168

0 commit comments

Comments
 (0)