<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
0D54z00007DAct0CADOkta Classic EngineLifecycle ManagementAnswered2024-04-16T12:20:55.000Z2021-09-30T16:10:35.000Z2021-09-30T22:08:31.000Z

medp5 (medp5) asked a question.

Renewing access token

We have a traditional web (non SPA) Spring application (OIDC Okta)

Currently the Access Token is set to expire after 15 minutes regardless of user activity, even when the Spring Session is still active.

When we still have an ongoing Spring session we would like to refresh the Access Token programmatically in a way that is transparent to the user (background request) using the refresh Token obtained from initial authentication. Note that this client application doesn't use a resource Server which would automate the refreshing of tokens through Web Client.

How do we renew an Access Token at will at anytime?

 

Thanks


This question is closed.
Loading
Renewing access token