Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,11 @@ Auth0 provides two Action templates based on Adaptive MFA for you to customize:

### Adaptive MFA template

This template provides an example and starting point for how to build a custom business flow using individual risk assessments.
This template provides an example and starting point for how to build a custom business flow using individual risk assessments. The [`api.multifactor.enable`](/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/post-login-api-object#api-multifactor) Action handles both enrollment and issues configured MFA challenges at the end of the login flow.

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
The following example uses `api.multifactor.enable` to trigger MFA challenges. To use `email` notifications, you must also have another independent factor such as push notifications or phone messages. To learn more, read [Configure Email Notifications for MFA](/docs/secure/multi-factor-authentication/multi-factor-authentication-factors/configure-email-notifications-for-mfa).
</Callout>

```javascript lines expandable
/**
Expand Down
Loading