This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Soft logout: Add a device_id query parameter on login fallback page #5755
Comments
Reading back through some of the spec it seems that there are two ways to use SSO for login:
I wanted to confirm / be a bit more specific that we're talking about the second option here -- a request is being made to If so, it seems that this would require some specification work to include the device ID. |
And I guess the follow-up to this, are there any other parameters we would want to provide while doing this? |
From some conversation it seems:
To I think that answers my questions above. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In case of soft logout, we want to be able to log in back using the same device id. That means the fallback page must pass it for us in their login requests.
The proposal is a query param:
Note: Riot mobile clients use the fallback page for SSO auth.
The text was updated successfully, but these errors were encountered: