Forum Discussion
Imran Bagwan
Apr 11, 2017Copper Contributor
Azure AD OAuth 2.0 Access Token has expired
The azure access token that we are creating that will work for 60 minutes.
How we can exetnd it to 1 month, 3 months ?
is there any way to use same access toke for longer time.
You get two tokens - the access one is valid for 1hour, the refresh one (which can be used to renew the access token) can be valid for up to 90 days. Read the documentation here: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-scenarios
1 Reply
Sort By
You get two tokens - the access one is valid for 1hour, the refresh one (which can be used to renew the access token) can be valid for up to 90 days. Read the documentation here: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-scenarios