"You need to enable Identifier First and assign at least one application to try this connection."

Hi @ewhite,

Welcome to the Auth0 Community!

Unfortunately, to select Identifier First as your login flow, you must use the New Universal Login Experience.

If you are using the Custom Login Page, this will override the current settings to the Classic Universal Login Experience. In which case, will not allow you to select Identifier First and prevent you from using the “Try” button with Passwordless Emails.

However, you can continue with testing by either:

  1. Calling your login endpoint directly (/authorize)
  2. Going to your Dashboard > Getting Started > Try it out

It is possible to customize your Passwordless email template while also customizing your login page.

After checking your tenant settings, I noticed that you are still using the Auth0 Built-in email provider. Specifically, it looks like you have disabled the “Use my own email provider” toggle.

I recommend enabling this feature and making sure your Mailgun configuration settings are correct. It may also be worth checking Mailgun to ensure emails are being sent when testing.

I hope this was helpful!

Please let us know how this goes for you.

Thanks,
Rueben