
MatthewH.10249 (State of Iowa) asked a question.
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

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
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.