You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There have been a couple of requests from users related to the current session's tokens having to be revoked, for example, when the user logs out, I believe Apple requires it in some contexts, and it may be required in other deployments.
Right now, users are on their own on how to do it, for simple cases, an HTTP client form call might do, but it can be messy and should be avoidable.
Description
There have been a couple of requests from users related to the current session's tokens having to be revoked, for example, when the user logs out, I believe Apple requires it in some contexts, and it may be required in other deployments.
Right now, users are on their own on how to do it, for simple cases, an HTTP client form call might do, but it can be messy and should be avoidable.
CC @sschellh @FroMage
Implementation ideas
Add
OidcProviderClient#revokeToken
, makeOidcProviderClient
a CDI beanThe text was updated successfully, but these errors were encountered: