S. Deshmukh
S. Deshmukh

Reputation: 324

Change token expiry time on azure ad b2b directory

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

Answers (1)

Martin Brandl
Martin Brandl

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

Related Questions