You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While logging out, the application currently makes a POST request to https://visualize.admin.ch/api/auth/signout. While this disconnects the session application-side, it doesn't initiate clean termination on the eIAM side. In order to ensure this, Visualize should call the SLO endpoint – this will terminate the eIAM session cleanly server-side.
Please use the official end_session_endpoint from the metadata:
Hi @sosiology, it could be tested by logging out from TEST, and seeing that you need to enter your credentials again when trying to log in after that (previously login occurred without a need to re-enter login and password) 👍
While logging out, the application currently makes a POST request to https://visualize.admin.ch/api/auth/signout. While this disconnects the session application-side, it doesn't initiate clean termination on the eIAM side. In order to ensure this, Visualize should call the SLO endpoint – this will terminate the eIAM session cleanly server-side.
Please use the official
end_session_endpoint
from the metadata:For PROD then for example: https://identity-eiam.eiam.admin.ch/realms/uvek_bafu-visualize/protocol/openid-connect/logout
Expected behavior
The eIAM session is cleanly terminated.
The text was updated successfully, but these errors were encountered: