Skip to content

Commit fcb909a

Browse files
authored
Merge pull request MicrosoftDocs#1908 from anchitn/patch-1
Update active-directory-configurable-token-lifetimes.md
2 parents 99f5cea + 17dd745 commit fcb909a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/active-directory/active-directory-configurable-token-lifetimes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ A token lifetime policy is a type of policy object that contains token lifetime
8181
### Exceptions
8282
| Property | Affects | Default |
8383
| --- | --- | --- |
84-
| Refresh Token Max Inactive Time (issued for federated users who have insufficient revocation information) |Refresh tokens (issued for federated users who have insufficient revocation information) |12 hours |
84+
| Refresh Token Max Age (issued for federated users who have insufficient revocation information) |Refresh tokens (issued for federated users who have insufficient revocation information<sup>1</sup>) |12 hours |
8585
| Refresh Token Max Inactive Time (issued for confidential clients) |Refresh tokens (issued for confidential clients) |90 days |
8686
| Refresh Token Max Age (issued for confidential clients) |Refresh tokens (issued for confidential clients) |Until-revoked |
8787

88+
* <sup>1</sup>Federated users who have insufficient revocation information include any users who do not have the "LastPasswordChangeTimestamp" attribute synced. These users are given this short Max Age because AAD is unable to verify when to revoke tokens that are tied to an old credential (such as a password that has been changed) and must check back in more frequently to ensure that the user and associated tokens are still in good standing. To improve this experience, tenant admins must ensure that they are syncing the “LastPasswordChangeTimestamp” attribute (this can be set on the user object using Powershell or through AADSync).
89+
8890
### Policy evaluation and prioritization
8991
You can create and then assign a token lifetime policy to a specific application, to your organization, and to service principals. Multiple policies might apply to a specific application. The token lifetime policy that takes effect follows these rules:
9092

0 commit comments

Comments
 (0)