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_hintstringOptional
client_idstring or nullOptional
post_logout_redirect_uristring or nullOptional
statestring or nullOptional

Response

Logout successful. May include redirect_uri if post_logout_redirect_uri was provided.

redirect_uristringformat: "uri"

URI to redirect to after logout (if post_logout_redirect_uri was provided)

messagestring
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