Varacchanged title from Logging in to the dashboard doesn't require re-authentication after logging out to Re-logging in doesn't require re-authentication after logging out for all apps
changed title from Logging in to the dashboard doesn't require re-authentication after logging out to Re-logging in doesn't require re-authentication after logging out for all apps
A proper logout requires wiping all three of them. At this point, logging out from the dashboard executes the first (as it's just an app), but you are 'still logged in' in the session/kratos/hydra enviroment
This was not implemented because unclarity about single-sign-on#58 (closed) and like Maarten points out, needs definitely further discussion.
I changed the issue description example from dashobard to nextcloud to make the example clearer, and because dashboard is a special app, other then NC, zulip or wekan.
So I propose to discuss what needs to be done in order to logout from NC using the NC logout button, and if you want to re-login, re-authenticate with SSO.
I just manually tried to do this in Nextcloud. We can set the signout URL to sso.stackspin.net/oauth2/sessions/logout. This will redirect to the login application (soon to be renamed to /web in dashboard-backend). The login application can the execute the Kratos sign out as well as confirm the Hydra sign out.