From 9f5f75d5034d62b8120fef206ecb758df6bfd1be Mon Sep 17 00:00:00 2001 From: Sanchit Mehta Date: Fri, 11 Sep 2026 20:59:04 +0530 Subject: [PATCH] docs: remove stale Early Access note from MFA Flexible Factors doc The MFA client API (MfaApiClient, MfaEnrollmentType, MfaVerificationType, MfaRequiredErrorPayload, etc.) has been GA since the old MFA APIs were deprecated (#932) and removed (#947), with active feature work since (DPoP support #992, getAuthenticators filtering fix #998). The Early Access banner predates that GA promotion and was never removed. --- examples/authentication-api/mfa-flexible-factors.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/authentication-api/mfa-flexible-factors.md b/examples/authentication-api/mfa-flexible-factors.md index 5cd61fa5..acc29598 100644 --- a/examples/authentication-api/mfa-flexible-factors.md +++ b/examples/authentication-api/mfa-flexible-factors.md @@ -1,8 +1,5 @@ ### MFA Flexible Factors Grant -> [!IMPORTANT] -> Multi Factor Authentication support via SDKs is currently in Early Access. To request access to this feature, contact your Auth0 representative. - The MFA Flexible Factors Grant allows you to handle MFA challenges during the authentication flow when users sign in to MFA-enabled connections. This feature requires your Application to have the *MFA* grant type enabled. Check [this article](https://auth0.com/docs/clients/client-grant-types) to learn how to enable it. #### Understanding the mfa_required Error Payload