Reputation: 324
How to change Token expiry time in Azure Active Directory application without powershell? Token expire after 1hr, and refresh token is not working as I expected. We use adal.js for login and refresh token
Upvotes: 2
Views: 679
Reputation: 58931
You can't. In Azure AD B2C you can configure the token lifetime within the Azure Portal but for the B2B Directory you have to do it with PowerShell.
See: Configurable token lifetimes in Azure Active Directory (Public Preview)
Upvotes: 3