<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
0D54z00007x8npgCAAOkta Classic EngineAuthenticationAnswered2024-04-03T16:09:08.000Z2022-08-22T20:37:40.000Z2022-08-23T17:44:31.000Z

MatthewH.10249 (State of Iowa) asked a question.

How to have expired Okta session revoke refresh token

Can an expired Okta session (user logs out) revoke prior refresh token?

 

If not possible I found the following post that talks about evaluating the session id in an access token and wonder if this same concept could be applied to refresh token.

https://devforum.okta.com/t/validate-access-token-is-linked-to-okta-session/13052


  • JaniK.29243 (Customer)

    Hi @MatthewH.10249 (State of Iowa)​,

     

    when you say "prior refresh token" do you mean that you're storing them to some database etc.?

     

    -Jani

    • MatthewH.10249 (State of Iowa)

      I got clarification from the developer and he said they are storing the tokens in the app session but would like to have the tokens expire whenever a user's Okta session expires or logs out in order to be as secure as possible.

       

      The developer had considered storing the tokens in the DB and is interested in knowing if anyone feels this is a better or worse option than storing them in the apps session.

      Expand Post
This question is closed.
Loading
How to have expired Okta session revoke refresh token