Associate MFA Authenticator
Associate a new MFA authenticator with the user’s account. This endpoint is used to enroll users in MFA.
Supported Authenticator Types:
otp- TOTP authenticator app (Google Authenticator, Authy, etc.)oob- Out-of-band (SMS, voice)
Flow:
- Call this endpoint to initiate enrollment
- For OTP: Display the QR code or secret to the user
- User enters the first code to confirm enrollment
Documentation Index
Fetch the complete documentation index at: https://auth-test.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
承認
Access token obtained from the authentication flow
ボディ
List of authenticator types to enroll
otp, oob List of OOB channels (required when enrolling OOB authenticators)
sms, voice, auth0 Phone number for SMS/voice OOB (required when enrolling SMS/voice)
レスポンス
Authenticator association successful
The type of authenticator enrolled
The secret key for OTP authenticators
QR code URI for OTP authenticators
Recovery codes for account recovery
OOB code for out-of-band authenticators
The OOB channel used