Universal login not calling my custom database's Login script

I’m following the instructions here.

My Login script isn’t getting called when I login for a user that’s in my custom database but not yet in the auth0 database. I know my script works because I can “save and try” and I see the requests coming through.

The documentation leads me to believe I can migrate my users in a “trickle” fashion like this. Anyone ever gotten this working?

I am having this same issue. Did you ever get this resolved?

Yes, I figured it out. Go to Tenant Settings, scroll down to API Authorization Settings. The Default Directory needs to be set to the name of your custom db connection.

Hrm, thanks for the info, however that did not work for me.

You also need to make sure the application you’re using for universal login has the custom database selected, under Connections.