Skip to content

Commit 746093b

Browse files
authored
Update claim-resolver-overview.md
Changing the title
1 parent a9dcdca commit 746093b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/claim-resolver-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ The following sections list available claim resolvers.
8686
| {Context:IPAddress} | The user IP address. | 11.111.111.11 |
8787
| {Context:KMSI} | Indicates whether [Keep me signed in](custom-policy-keep-me-signed-in.md) checkbox is selected. | true |
8888

89-
### Claim
89+
### Claims
9090

9191
| Claim | Description | Example |
9292
| ----- | ----------- | --------|
93-
| {Claim:claim type} | The identifier of a claim type already defined in the ClaimsSchema section in the policy file or parent policy file. For example: `{Claim:displayName}`, or `{Claim:objectId}`. | A claim type value.|
93+
| {Claim:claim type} | A identifier of a claim type already defined in the ClaimsSchema section in the policy file or parent policy file. For example: `{Claim:displayName}`, or `{Claim:objectId}`. | A claim type value.|
9494

9595

9696
### OAuth2 key-value parameters

0 commit comments

Comments
 (0)