Details
Description
Scenario:
- Login via regular SAML channel (SSO)
- User decides he wants to change to another account without SSO.
- calling: https://curms-e.rsint.net/midpoint/auth/emergency
- getting: 403 Forbidden
- hitting "Logout" button on the Forbidden page
- still getting: 403 Forbidden
- hitting "Home" button
- back to Dashboard still logged in.
- click on Username in the top-right corner,
- hitting Logout
- finally getting the login-page for the secondary channel.
Proposal:
a) Automatically logout the user when /auth is called in logged-in context
or
b) still show 403 but make the Logout button on that page work..