Currently, users cannot log out if the OAuth2 proxy is used. The OAuth2 proxy provides an endpoint /oauth2/sign_out with which users can log out. A ‘Logout’ button is needed for this, as users do not know the URL. The button link should be configurable by administrators in the .env file, e.g. with LOGOUT_URL=/oauth2/sign_out. If empty or not set, the button should not be displayed.
Currently, users cannot log out if the OAuth2 proxy is used. The OAuth2 proxy provides an endpoint
/oauth2/sign_out
with which users can log out. A ‘Logout’ button is needed for this, as users do not know the URL. The button link should be configurable by administrators in the.env
file, e.g. withLOGOUT_URL=/oauth2/sign_out
. If empty or not set, the button should not be displayed.