Skip to main content

Logout

This endpoint takes an ID token and logs the user out of KubeSphere if the subject matches the current session.

Query Parameters
    id_token_hint string

    ID Token previously issued by the OP to the RP passed to the Logout Endpoint as a hint about the End-User's current authenticated session with the Client. This is used as an indication of the identity of the End-User that the RP is requesting be logged out by the OP.

    post_logout_redirect_uri string

    URL to which the RP is requesting that the End-User's User Agent be redirected after a logout has been performed.

    state string

    Opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter.

Responses

OK


Schema

    string

Loading...