Logout Endpoint

Redirecting to the logout endpoint clears the authentication session and cookie.

You can pass the following optional parameters to the endpoint:

/connect/endsession?id_token_hint=...&post_logout_redirect_uri=https://myapp.com

See the AuthenticationOptions for configuring the behavior of the logout endpoint and logout page.