Can OIDC client handle revoked tokens? #43904
Unanswered
IvanPuntev
asked this question in
Q&A
Replies: 2 comments 8 replies
-
/cc @pedroigor (oidc), @sberyozkin (oidc) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @IvanPuntev, In this case we have 401 from the target, and given that OIDC request client filter itself does not see this 401, I suggested, here 2 options:
I don't see how else OidcClient can know that what is a valid token from its own perspective, has already been revoked. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @sberyozkin. Can you tell me if the oidc client can handle revoked jwt tokens? For example if the client already got token but the backend decides to revoke it soon after and I try to call this backend with the old token will the library handle this situation and get new token?
Beta Was this translation helpful? Give feedback.
All reactions