Enter email only for SAML
-
Hi,
Is there anyway to configure FusionAuth to do something similar to https://id.atlassian.com/login, where the user can enter an email, the server determines which SAML SSO provider to redirect to (e.g., Okta).
Thanks,
Hao -
I think so. See the "Managed domains" configuration in the SAML v2 IdP.
https://fusionauth.io/docs/v1/tech/identity-providers/samlv2/#create-a-saml-v2-identity-providerAdding one or more managed domains for this configuration will cause this provider not to be displayed as a button on your login page. Instead of a button the login form will first ask the user for their email address. If the user’s email address matches one of the configured domains the user will then be redirected to this login provider to complete authentication. If the user’s email address does not match one of the configured domains, the user will be prompted for a password and they will be authenticated using FusionAuth.