Remove Email/Password Authentication Option in Universal Login Form
Last Updated:
Overview
We are using the Universal Login Form in our dev tenant. Within this tenant we have an app where we want to only enable the authentication via Microsoft Azure. I thought that disabling the DB Connection in the app should hide the Email address field and the default Continue button but that is not the case (attached).
Can you please confirm what's the configuration required to accomplish this.
Applies To
- Universal Login Form
- Remove Authentication Option
- Identifier First
Cause
When using Identifier first, the email field is always shown, this is not intuitive as if no identity provider domains are set, this will only cause errors on clicking continue:
Troubleshooting
Check tenant's authentication profile as to whether it is using "Identifier First".
Solution
If you want to remove the email address field you will need to move to Identifier + Password on your tenant for your Authentication Profile.
Alternatively, you could provide a connection parameter in your /authorize request, which would skip the Universal login page and take you to the upstream IdP's login page straight away