thirdroom icon indicating copy to clipboard operation
thirdroom copied to clipboard

Homeserver selection screen should have same visuals as OIDC portal

Open ara4n opened this issue 2 years ago • 3 comments

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). Screenshot 2022-08-18 at 13 39 44

ara4n avatar Aug 18 '22 10:08 ara4n

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.

ajbura avatar Aug 18 '22 11:08 ajbura

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.

hughns avatar Aug 18 '22 11:08 hughns

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?

ara4n avatar Aug 18 '22 23:08 ara4n