- In your Auth0 dashboard, set the “Disable Signups” flag for that DB connection.
- You will need to use the management API to create the admin user, and adopt the reset password flow to send that admin user a password reset link.
- See 2
- Auth0 ASP.NET Core Web API SDK Quickstarts: Authorization (I think, I am not a dotnet person)
John