Azure AD Configurable Token Lifetimes not being Applied
问题 I want to change the default token lifetimes in Azure AD as shown here, but it looks like the changes are not being applied. I am running the following commands using the PowerShell cmdlets in the AzureAdPreview module from the PowerShell Gallery: New-AzureADPolicy -Definition @("{`"TokenLifetimePolicy`":{`"Version`":1, `"AccessTokenLifetime`":`"10:00`",`"MaxInactiveTime`":`"10:00`",`"MaxAgeSingleFactor`":`"10:00`",`"MaxAgeMultiFactor`":`"10:00`",`"MaxAgeSessionSingleFactor`":`"10:00`",`