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 ClientSecretBasicAuthenticationConverter validates both the presence of the client ID and the client secret. Since public clients do not have a client secret, this causes an exception to be thrown, preventing token revocation.