-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EW: Direct to MAS for sign-out in OIDC-aware mode #26000
Comments
EW doesn't currently have a way to open settings/device manager using a URL. Will MAS redirect after sign out is complete? |
There is no redirection after the user takes an action. For Element Web I suggest that the URL is opened in a new tab (e.g. For Element Desktop where I don't believe we have an in-app browser I suggest that the URL is opened in the native browser. |
FYI - MAS is stripping the query params when doing it's redirect from /account to /account/ which might hamper testing. But if you right click and inspect the URL that EW has created it looks good 👍 |
In the case of OIDC-aware clients, you cannot sign out of other sessions via the device manager in EW anymore. Instead, users will need to be guided towards the MAS UI to take this actions.
MSC3824 now describes this requirement and proposes the convention of
?action=session_end&device_id=<device_id>
.ACs
The text was updated successfully, but these errors were encountered: