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
Describe the bug
The revoke token api seems need these arguments:
tokenValue
token_type_hint
3)client id and client secret
Can it remove client id and client secret ? my client just keep a client id, it can not access Authentication Server directly bacause it lacks of client secret.
Expected behavior
Can it just pass a token and token_type_hint to revoke token ?
Or else i can not clear the session(client and Authentication Server) because resource server sits between them.
The text was updated successfully, but these errors were encountered:
Describe the bug
The revoke token api seems need these arguments:
3)client id and client secret
Can it remove client id and client secret ? my client just keep a client id, it can not access Authentication Server directly bacause it lacks of client secret.
Expected behavior
Can it just pass a token and token_type_hint to revoke token ?
Or else i can not clear the session(client and Authentication Server) because resource server sits between them.
The text was updated successfully, but these errors were encountered: