How to Automatically Renew Microsoft Azure AD Refresh_Token in a Chrome Extension Without User Interaction or Configuration Changes?

HOUMADA Oussama 0 Reputation points
2024-09-06T13:28:14.7833333+00:00

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?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,921 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,645 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,012 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 66,706 Reputation points
    2024-09-06T15:49:46.6566667+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.