
medp5 (medp5) asked a question.
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

Hello @medp5 (medp5),
Please check the following link with information: https://developer.okta.com/docs/guides/oie-embedded-common-refresh-tokens/android/main/#native-and-spa-applications
Regards,
Natalia
Okta Inc.