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
The user code which observes AuthenticationFailedException should be able to log or do other actions with the credentials which can not be verified. For example, if the code flow access token is invalid, users should be able to use soom to be available OidcProviderClient, once it is finalized, to revoke the token.
Implementation ideas
If it is OIDC it should pass the failed token with AuthenticationFailedException, probably as a map property
The text was updated successfully, but these errors were encountered:
Description
The user code which observes
AuthenticationFailedException
should be able to log or do other actions with the credentials which can not be verified. For example, if the code flow access token is invalid, users should be able to use soom to be availableOidcProviderClient
, once it is finalized, to revoke the token.Implementation ideas
If it is OIDC it should pass the failed token with
AuthenticationFailedException
, probably as a map propertyThe text was updated successfully, but these errors were encountered: