Skip to content

Commit

Permalink
Minor style changes (MicrosoftDocs#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriySamorodov authored and Mike Wasson committed Feb 19, 2018
1 parent 73a63cd commit b35a508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/multitenant-identity/adfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ By default, the relying party application receives only a fixed set of claims av
| exp |[Expiration time]. The time after which the token will no longer be accepted. |
| iat |Issued at. The time when the token was issued. |
| iss |Issuer. The value of this claim is always the resource partner's AD FS. |
| name |User name. Example: `[email protected]`. |
| name |User name. Example: `[email protected]` |
| nameidentifier |[Name identifier]. The identifier for the name of the entity for which the token was issued. |
| nonce |Session nonce. A unique value generated by AD FS to help prevent replay attacks. |
| upn |User principal name (UPN). Example: [email protected] |
| upn |User principal name (UPN). Example: `[email protected]` |
| pwd_exp |Password expiration period. The number of seconds until the user's password or a similar authentication secret, such as a PIN. expires. |

> [!NOTE]
Expand Down

0 comments on commit b35a508

Please sign in to comment.