Hi,
TL;DR;
How can use use “Passwordless Authentication with Email” in an organization?
More details below.
We are using organizations/invitations in our web app.
We deploy separate web apps (aka “platform”) for distinct customers and for that purpose, for each platform, we have (on auth0 side):
- an application
- a database connection
- an organization
Everything works fine (stuffs are terraformed and everything deploys easily).
My problem is:
For one specific “public demo” platform, I want to enable “passwordless authentication with email”, but the dashboard says that this is not supported (go to Organizations → Connections → Enable Connection => “not supported”)
How can we proceed?
Side notes: we are using authentication code flow, in a Svelte/SvelteKit app, we deal with the token and refresh token and all the auth0 things in our authentication code which is tightly coupled with the Organization notion.
Best regards,
Fred