Forum Discussion
Graph API n power bi error with Access token
- 1 year ago
Hi Anonymous - You need to go through the authentication process again to generate a new access token and refresh token pair. This process involves obtaining a new authorization code, and using it to exchange for a fresh access and refresh token.
Update the Refresh Token:After obtaining a new refresh token, ensure it is stored securely and used for future requests. Moving forward, make sure that the token is refreshed before it expires again.
Azure Active Directory allows you to configure token lifetimes. If you want to extend the refresh token validity, you can modify the token lifetime policy using Azure AD PowerShell or Microsoft Graph API. However, be aware that policies regarding refresh tokens may have restrictions, and extending the lifetime might not always be possible.
Configurable token lifetimes - Microsoft identity platform | Microsoft Learn
Refresh token expiry and the corresponding error message - Microsoft Q&A
AADSTS700082: The refresh token has expired due to inactivity - Microsoft Q&A
Solved: DMTS_OAuthTokenRefreshFailedError - The refresh to... - Microsoft Fabric Community
Hi Anonymous - You need to go through the authentication process again to generate a new access token and refresh token pair. This process involves obtaining a new authorization code, and using it to exchange for a fresh access and refresh token.
Update the Refresh Token:After obtaining a new refresh token, ensure it is stored securely and used for future requests. Moving forward, make sure that the token is refreshed before it expires again.
Azure Active Directory allows you to configure token lifetimes. If you want to extend the refresh token validity, you can modify the token lifetime policy using Azure AD PowerShell or Microsoft Graph API. However, be aware that policies regarding refresh tokens may have restrictions, and extending the lifetime might not always be possible.
Configurable token lifetimes - Microsoft identity platform | Microsoft Learn
Refresh token expiry and the corresponding error message - Microsoft Q&A
AADSTS700082: The refresh token has expired due to inactivity - Microsoft Q&A
Solved: DMTS_OAuthTokenRefreshFailedError - The refresh to... - Microsoft Fabric Community
- Anonymous1 year agoNot applicable
I have generated the new Access token and refresh token and authcode .. now everything works fine