thirdroom
thirdroom copied to clipboard
Homeserver selection screen should have same visuals as OIDC portal
It should be vertically centered and share same CSS as the OIDC portal.
(Alternatively, we could show the OIDC portal in a popup, but unsure that's needed).
New oidc login css also align it to top (same as ^). The reason behind sticking it to top was to maintain good UX when changing homeserver.
Re: showing the login form in a popup
This tutorial could be helpful as a guide.
If you add the param display=popup
on the authorization URL then the Keycloak will know to present a popup friendly version of the UI.
The reason behind sticking it to top was to maintain good UX when changing homeserver.
Perhaps we can put it 1/3rd of the way down the screen or something, so that when the additional controls are added for non-OIDC servers, it's still roughly centered?