.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using a Chrome extension for authentication with Microsoft Azure AD via the PKCE flow. The refresh token has a 24-hour lifetime. Is there a way to renew the refresh token automatically, without user interaction and without modifying Azure AD configuration?
normally every request for an access token (with last 20 minutes typically) with a refresh token returns a new refresh token also, which should replace the old token.