let’s say I have 2 applications in my tenant. the user uses one of my applications for the first time and the post-user registration action gets called. now if a user tries to access my second application will auth0 call the post-user registration action?
Hello @pranshushah !
Per this documentation, the Post User Registration Action will only fire if the user is newly created in a database or passwordless connection. Unless each app has it’s own connection and thus the user registers twice, the Action will only fire once.
No problem, happy to help