End session endpoint

Logout endpoint to terminate the user session.

Example: http://127.0.0.1:8080/test/authn/oidc/logout

Request parameters

These parameters must be provided in the query string of the request.

ParameterDescriptionMandatory

post_logout_redirect_uri

Redirect location after logout.

id_token_hint

Valid id_token for the current user.

state

A value that is returned untampered in the response to the post_logout_redirect_uri.