
In order for these Actions to run properly, you must have Universal Login enabled. These Actions cannot be triggered when using Classic Login.
Triggers
PostChallenge
Thepost-challenge
trigger is a function that executes after a user completes the first password reset challenge, typically an email magic link. You can create up to four Actions in your tenant that leverage the post-challenge
trigger.
References
- Event object: Provides contextual information about a single user logging in via Auth0.
- API object: Provides methods for changing the behavior of the flow.
Limitations
The Password Reset Flow does not support Active Directory/LDAP connections.Common use cases
Secure password reset with additional MFA factors
Apassword-reset
/ post-challenge
Actions can issue an MFA challenge after the user completes the first challenge. For example, you can issue a WebAuthn-based challenge as a secondary factor if your tenant has WebAuthN enabled as a factor.