What we wanted is:
- On main login page, user name password always shows up. So not identifier first.
- There is a separate section to login via SSO on this page.
- However, we don’t want one button per SSO Enterprise connection (since we will be showing options irrelevant to most users if we do that).
- We just want one email field and one button below the username-password section, which then takes to the flow for SSO as if identifier first is now enabled for it.
I am curious if this is achievable with New Universal, or if it requires a new feature request? We could not get this exact UX with New Universal. If we show connection as button then each enterprise connection shows a button and we don’t want that. We essentially want identifier first but only for that SSO section. We could not figure this out so we have switched to classic universal with the ‘Lock’ template which allows with ‘sso:true’ to - kind of - achieve this. We have ‘identifier+password’ setup in Auth profile. Now when we enter email we see password field goes away and we can sign in with SSO (the one that is configured for this domain). So this gets us pretty close but not quite the above UX.
Also this means we lose the new universal login functionality and have to implement the login page custom (using lock.js template)
If this is considered a new feature request, that also works if Auth0 can consider it.
Thanks!