Hi,
I’m trying to setup a Pre Registration action exactly as described in the docs but the
action does not seem to be running for Passwordless connections.
Then in my passwordless email connection, I enabled the signups. When a new users performs a OTP login, the new user is correctly inserted into the Auth0 users but the action did not run.
I tried just denying the signups in the action to make sure the action runs but it also does not seem to be running.
My actual use case is that I want to insert this new user into my own DB (outside if Auth0) and then associate my own DB userId to the Auth0 user metadata. I’m using the " Pre User Registration" action because it is “blocking” as opposed to the “Post User Registration” which is non blocking.
I see there are some other (closed) topics where mentioning a bug on Auth0 side. Is this supposed to work?
With Passwordless connections, it is not supported to use the pre-registration Action because it works differently than with the other connection types.
but the docs themselves say:
The Pre User Registration Flow runs before a user is added to a Database or Passwordless Connection.