Skip to content

Commit 18dcffd

Browse files
authored
Merge pull request #1 from rahul-nagraj/patch-1
Update active-directory-jwt-claims-customization.md
2 parents 5934f99 + 105cf1c commit 18dcffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can use the following special claims transformations functions.
5656
To add application-specific claims:
5757

5858
1. In **User Attributes & Claims**, select **Add new claim** to open the **Manage user claims** page.
59-
1. Enter the **name** of the claims. The value doesn't strictly need to follow a URI pattern, per the SAML spec. If you need a URI pattern, you can put that in the **Namespace** field.
59+
1. Enter the **name** of the claims. The value doesn't strictly need to follow a URI pattern. If you need a URI pattern, you can put that in the **Namespace** field.
6060
1. 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.
6161

6262
### Claim transformations
@@ -176,9 +176,9 @@ As a final example, consider what happens if Britta has no `user.othermail` conf
176176

177177
## Advanced claims options
178178

179-
Advanced claims options can be configured for SAML2.0 applications to expose the same claim to OIDC tokens and vice versa for applications that intend to use the same claim for both SAML2.0 and OIDC response tokens.
179+
Advanced claims options can be configured for OIDC applications to expose the same claim as SAML tokens and vice versa for applications that intend to use the same claim for both SAML2.0 and OIDC response tokens.
180180

181-
Advanced claim options can be configured by checking the box under **Advanced SAML Claims Options** in the **Manage claims** blade.
181+
Advanced claim options can be configured by checking the box under **Advanced Claims Options** in the **Manage claims** blade.
182182

183183
## Next steps
184184

0 commit comments

Comments
 (0)