forked from MicrosoftDocs/architecture-center
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor style changes (MicrosoftDocs#417)
- Loading branch information
1 parent
73a63cd
commit b35a508
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|