We are using the new Univ login experience and have integrated with auth0-react. SSO works, username-password works all good.
Now, we are using identifier first setting. So we only get a text box and then it figured out either SSO vs username password etc.
What would like to have
- login page must still show username and password fields
- sso option should be a separate form at the bottom. If users chooses that then they get into the identifier first style flow with SSO
- some of our customers will have username-password only and some will login via SSO. We are looking to avoid that second screen where things are resolved. instead give users option to login as they wish on the very first screen.
How can we do this? We are not seeing an optoin to do this based on our exploration of the login experience settings.
Example UX: Ramp (sorry if this is not accessible to all)
Can add more details if needed.
Thanks