Skip to content

Add logout endpoint to the gateway

Martin Fontanet requested to merge gateway-logout into develop

This PR brings a /auth/logout endpoint to the Gateway that can be used to log users out.

The /auth/logout endpoint calls the logout endpoint of the OpenID Connect issuer for the concerned user and removes the authentication cookies from their browser.

Edited by Martin Fontanet

Merge request reports