Skip to main content

Logout endpoint

GET 

/realms/:realmId/protocol/openid-connect/logout

The logout endpoint enables an OpenID Connect Relying Party (RP) to request that an end-ser be logged out by the Envizage OpenID Provider.

Request

Path Parameters

    realmId stringrequired

    The realm's id

Query Parameters

    id_token_hint stringrequired

    OpenID Connect ID token previously issued is passed to the logout endpoint to identify the current authenticated session

    post_logout_redirect_uri string

    Optional set a URI to which the end user will be redirected after the logout is performed

Responses

OK

Schema
  • string
Loading...