Get Oauth 2 End Session
RP-Initiated Logout endpoint. Allows clients to notify the OP that the End-User has logged out.
Authentication
AuthorizationBearer
Bearer token authentication
Query parameters
id_token_hint
client_id
post_logout_redirect_uri
state
Response
Logout successful. May include redirect_uri if post_logout_redirect_uri was provided.
redirect_uri
URI to redirect to after logout (if post_logout_redirect_uri was provided)
message
Success message
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error