Skip to content

Commit db4be05

Browse files
Merge pull request #231164 from FaithOmbongi/patch-6
Token lifetime policies - Add link to Microsoft Graph API
2 parents a561860 + 66a8017 commit db4be05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ A token's validity is evaluated at the time the token is used. The policy with t
117117

118118
All timespans used here are formatted according to the C# [TimeSpan](/dotnet/api/system.timespan) object - D.HH:MM:SS. So 80 days and 30 minutes would be `80.00:30:00`. The leading D can be dropped if zero, so 90 minutes would be `00:90:00`.
119119

120+
## REST API reference
121+
122+
You can configure token lifetime policies and assign them to apps and service principals using Microsoft Graph. For more information, see the [tokenLifetimePolicy resource type](/graph/api/resources/tokenlifetimepolicy) and its associated methods.
123+
120124
## Cmdlet reference
121125

122126
These are the cmdlets in the [Azure Active Directory PowerShell for Graph Preview module](/powershell/module/azuread/?view=azureadps-2.0-preview&preserve-view=true#service-principals).

0 commit comments

Comments
 (0)