Flow | Limitation |
---|---|
Universal Login | Supported by default. |
Classic Login (no customizations) | Supported by default. |
Classic Login (Custom Login Page using Lock template) | Supported if using lock.js SDK version 12.4.0 or higher. |
Classic Login (Custom Login Page using Custom Login Form template) | Supported if using auth0.js SDK version 9.24 or higher, and you enhance your code to handle a CAPTCHA or reCAPTCHA challenge. |
Native applications | Supported if using one of the following SDKs:
|
Regular Web or Native applications using Resource Owner Password Flow | Supported in a limited capacity. Bot Detection Response such as CAPTCHA requires an interactive flow and therefore is not supported. If the requires_verification error is returned by the SDK, you must trigger a web-based login flow for the user to complete authentication. |
Flows not hosted by Auth0 using lock.js or auth0.js SDK which perform cross-origin authentication (co/authenticate endpoint) | Not supported. |
Connection Type | Limitation |
---|---|
Database | Supported if the login uses a compatible login flow as described in the Flow limitations table. |
Custom database | Supported if the login uses a compatible login flow as described in the Flow limitations table. |
Active Directory/LDAP | Supported if the login uses a compatible login flow as described in the Flow limitations table. |
Enterprise | Not supported. |
Social Login | Not supported. |
Passwordless | Supported if the login uses a compatible login flow as described in the Flow limitations table. |