<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000A4pKzQCQUOkta Classic EngineAuthenticationAnswered2024-05-31T17:02:02.000Z2024-05-13T17:32:02.000Z2024-05-31T17:02:02.000Z

DanilV.27527 (Customer) asked a question.

Is there a method to renew the ID token without refreshing the access token?

How can we renew the ID token without also renewing the access token? Currently, using the 'tokenManager.renew('IdToken')' function results in both the ID token and the access token being renewed. Is there a way to refresh only the ID token while keeping the access token intact?

 

Extra info: We've set the access token's lifetime to 12 hours and want the session to end at this time. However, we need to renew the ID token during the session, because id-token's lifetime is not configurable.


This question is closed.
Loading
Is there a method to renew the ID token without refreshing the access token?