2 step login
-
Is it possible to separate the login page into 2 steps on two different pages?
Step 1) ask user for email address
Step 2) ask for the password -
You can achieve it by configuring an IdP with a managed domain.
For example, you can configure an OpenID Connect IdP (it doesn't have to have real values) and configure a managed domain for something that won't match anything practical such as no-match-domain.com. If this IdP is enabled it will cause FusionAuth to ask for the email separate from the email address.
*This will only work for SAML and OIDC Idps, not other kinds like Apple, etc. as managed domains are not supported.
-