# Auth0 Docs > Auth0 documentation ## Docs - [Auth0 APIs](https://auth0.generaltranslation.app/docs/api.md): Auth0 exposes the following APIs for developers to consume in their applications. - [Authenticate](https://auth0.generaltranslation.app/docs/authenticate.md): Learn all about how to authenticate using Auth0. - [Connection Settings Best Practices](https://auth0.generaltranslation.app/docs/authenticate/connection-settings-best-practices.md): Learn about recommended identity provider connection settings in Auth0. - [Custom Token Exchange](https://auth0.generaltranslation.app/docs/authenticate/custom-token-exchange.md): Learn about Custom Token Exchange Early Access features. - [Database Connections](https://auth0.generaltranslation.app/docs/authenticate/database-connections.md): Learn how to create and use a database connection using either the Auth0 user store or your own user store. - [Activate and Configure Attributes for Flexible Identifiers](https://auth0.generaltranslation.app/docs/authenticate/database-connections/activate-and-configure-attributes-for-flexible-identifiers.md): Describes how identifiers like email and phone must be configured in a user tenant. - [Auth0 User Store](https://auth0.generaltranslation.app/docs/authenticate/database-connections/auth0-user-store.md): Describes creating and using a database connection with the Auth0 user store. - [Custom Database Connections](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db.md): Learn about authenticating users using your database as an identity provider. - [Create Custom Database Connections](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/create-db-connection.md): Learn how to create a database connection. - [Custom Database Connection and Action Script Best Practices](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/custom-database-connections-scripts.md): Learn about best practices for custom database connections and database action scripts. - [Custom Database Connection Anatomy Best Practices](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/custom-database-connections-scripts/anatomy.md): Learn about best practices for custom database connection anatomy. - [Custom Database Connection Security Best Practices](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/custom-database-connections-scripts/connection-security.md): Learn about best practices for custom database connection security. - [Custom Database Action Script Environment Best Practices](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/custom-database-connections-scripts/environment.md): Learn about best practices for the custom database action script environment. - [Custom Database Action Script Execution Best Practices](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/custom-database-connections-scripts/execution.md): Learn about best practices for custom database action script execution. - [Troubleshoot Custom Databases](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/error-handling.md): Describes how to handle errors and troubleshoot when using your database as an identity provider. - [Authenticate with Your Own User Store](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/overview-custom-db-connections.md): Learn about authenticating users using your database as an identity provider. - [Custom Database Action Script Templates](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates.md): Learn about custom database action script templates. - [Change Email Script Template](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates/change-email.md): Describes the custom database action script for changing a user's email. - [Change Password Script Templates](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates/change-password.md): Describes custom database action script templates for changing a user's password. - [Create Script Templates](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates/create.md): Describes custom database action script templates for user creation. - [Delete Script Templates](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates/delete.md): Describes custom database action script templates for user deletion. - [Get User Script Templates](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates/get-user.md): Describes custom database action script templates for user search. - [Login Script Templates](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates/login.md): Describes custom database action script templates for user login. - [Verify Script Templates](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/templates/verify.md): Describes custom database action script templates for user email verification. - [Test Custom Database Connections](https://auth0.generaltranslation.app/docs/authenticate/database-connections/custom-db/test-custom-database-connections.md): Describes how to test your custom database connections in Auth0 Dashboard. - [Login Script for IBM DB2](https://auth0.generaltranslation.app/docs/authenticate/database-connections/db2-script.md): Provides a custom callback script for those integrating with IBM DB2. - [Flexible Identifiers and Attributes](https://auth0.generaltranslation.app/docs/authenticate/database-connections/flexible-identifiers-and-attributes.md): Describes limitations of Identifiers and Attributes. - [Non-Unique Emails](https://auth0.generaltranslation.app/docs/authenticate/database-connections/non-unique-emails.md): How to set up non-unique emails and their related identifiers - [Passkeys](https://auth0.generaltranslation.app/docs/authenticate/database-connections/passkeys.md): Learn about implementing passkeys as an authentication method - [Configure Passkey Policy](https://auth0.generaltranslation.app/docs/authenticate/database-connections/passkeys/configure-passkey-policy.md): Learn how to enable passkeys as an authentication method and configure your passkey policy. - [Monitor Passkey Events in Tenant Logs](https://auth0.generaltranslation.app/docs/authenticate/database-connections/passkeys/monitor-passkey-events-in-tenant-logs.md): Learn how to identify and monitor passkey events in your tenant logs. - [Change Users' Passwords](https://auth0.generaltranslation.app/docs/authenticate/database-connections/password-change.md): Describes the different ways to reset users' passwords for your Auth0 applications. - [Password Options in Auth0 Database Connections](https://auth0.generaltranslation.app/docs/authenticate/database-connections/password-options.md): Auth0's Password Options allow you to disallow users from repeating prior passwords, to customize a password dictionary of passwords to disallow, and to disallow passwords related to the user's personal data. - [Password Strength in Auth0 Database Connections](https://auth0.generaltranslation.app/docs/authenticate/database-connections/password-strength.md): Auth0's Password Strength feature allows you to customize the level of enforced complexity for passwords entered during user sign-up. Auth0 offers 5 levels of security to match OWASP password recommendations. - [Adding Username for Database Connections](https://auth0.generaltranslation.app/docs/authenticate/database-connections/require-username.md): Learn how to add a username field for login to database connections. - [Enterprise Connections](https://auth0.generaltranslation.app/docs/authenticate/enterprise-connections.md): Learn how to create, manage, and monitor usage of Enterprise connections to authenticate users with external identity providers. - [Connection Profile](https://auth0.generaltranslation.app/docs/authenticate/enterprise-connections/connection-profile.md) - [Private Key JWT Client Authentication for Okta and OIDC Connections](https://auth0.generaltranslation.app/docs/authenticate/enterprise-connections/private-key-jwt-client-auth.md): Learn how to implement Private Key JWT Client Authentication for your enterprise connections. - [Self-Service Single Sign-On](https://auth0.generaltranslation.app/docs/authenticate/enterprise-connections/self-service-SSO.md): Learn how to use Self-Service Single Sign-On to delegate SSO setup to your B2B customers. - [Manage Self-Service SSO](https://auth0.generaltranslation.app/docs/authenticate/enterprise-connections/self-service-SSO/manage-self-service-sso.md): Use Self-Service SSO to delegate SSO setup to your B2B customers. - [User Attribute Profile](https://auth0.generaltranslation.app/docs/authenticate/enterprise-connections/user-attribute-profile.md): Learn how the User Attribute Profile allows you configure users for SCIM provisioning through the Self-Service experience. - [Identity Providers](https://auth0.generaltranslation.app/docs/authenticate/identity-providers.md): Learn about types of identity providers supported by Auth0. - [Add Scopes/Permissions to Call Identity Provider APIs](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/adding-scopes-for-an-external-idp.md): Describes how to add scopes to your IdP connection. - [Call an Identity Provider API](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/calling-an-external-idp-api.md): Describes how to call an external Identity Provider API. - [Connect Your App to Active Directory using LDAP](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap.md): Learn how to connect your app to Active Directory (AD) using Lightweight Directory Access Protocol (LDAP) through an enterprise connection. - [AD/LDAP Connector](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector.md): Describes the Active Directory LDAP Connector and how it works. - [AD/LDAP Connector Configuration File Schema](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-connector-config-file-schema.md): Describes the AD/LDAP Connector Configuration file contents. - [AD/LDAP Connector System Requirements](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-connector-requirements.md): Lists all the prerequisites to installing and configuring the connector. - [Monitor AD/LDAP Connector with System Center Operations Manager](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-connector-scom.md): Describes how to monitor the AD/LDAP Connector with System Center Operations Manager (SCOM). - [Set Up AD/LDAP Connector Test Environment](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-connector-test-environment.md): Describes how to create and test an Active Directory Domain Controller. - [Point AD/LDAP Connector to Auth0 Connections](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-connector-to-auth0.md): Describes how to point AD/LDAP Connector instances to a new connections in Auth0. - [Deploy AD/LDAP Connectors for High Availability Environments](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/ad-ldap-high-availability.md): Describes how to install multiple instances of the connector for higher availability. - [Configure AD/LDAP Connector Authentication with Client Certificates](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/configure-ad-ldap-connector-client-certificates.md): Describes how to setup authentication using client certificates. - [Configure AD/LDAP Connector Authentication with Kerberos](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/configure-ad-ldap-connector-with-kerberos.md): Describes how to configure AD/LDAP Connector for federating with Kerberos authentication. - [Disable AD/LDAP Connection Credential Caching](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/disable-credential-caching.md): Learn how to disable credential caching at the connection level for an AD/LDAP enterprise connection using the Auth0 Management Dashboard. - [Import and Export AD/LDAP Connector Configurations](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/import-export-ad-ldap-connector-configs.md): Describes how to import or export an AD/LDAP Connector configuration from the Connector Admin Console. - [Install and Configure AD/LDAP Connector](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/install-configure-ad-ldap-connector.md): Describes how to install and configure the AD/LDAP Connector. - [Map AD/LDAP Profile Attributes to Auth0 User Profile](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/map-ad-ldap-profile-attributes-to-auth0.md): Describes how to map AD/LDAP profile attributes to Auth0 user profile attributes using the Profile Mapper in the Connector Admin Console. - [Update AD/LDAP Connectors](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector/update-ad-ldap-connectors.md): Learn how to update AD/LDAP Connectors. - [Connect Your App to ADFS](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/adfs.md): Learn how to connect your application to Active Directory Federation Services (ADFS) using enterprise connections. - [Connect Your Native App to Microsoft Azure Active Directory Using Resource Owner Flow](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory-native.md): Learn how to connect your app to Microsoft Azure Active Directory using an enterprise connection with the Resource Owner flow. - [Connect Your App to Microsoft Azure Active Directory](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory/v2.md): Learn how to connect your app to Microsoft Azure Active Directory using an enterprise connection. - [Email Verification for Azure AD and ADFS](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/azuread-adfs-email-verification.md): Describes how to control how the `email_verified` field is set for Azure AD and ADFS. - [Choose a Connection Type for Azure AD](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/choose-a-connection-type-for-azure-ad.md): Describes Azure connection types and features. - [Configure PKCE and Claim Mapping for OIDC Connections](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/configure-pkce-claim-mapping-for-oidc.md): Configure Proof Key for Code Exchange (PKCE) and mapping templates for OpenID Connect and Okta Workforce connections. - [Enable Enterprise Connections](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/enable-enterprise-connections.md): Describes how to enable enterprise connections for applications using the Auth0 Dashboard. - [Connect Your App to Google Workspace](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/google-apps.md): Learn how to connect your app to Google Workspace using an enterprise connection. - [Connect to OpenID Connect Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/oidc.md): Learn how to connect to OpenID Connect (OIDC) Identity Providers using an enterprise connection. - [Express Configuration with Okta](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/okta/express-configuration.md): Describes how to set up Express Configuration with Auth0 and the Okta Integration Network (OIN). - [Connect Your PingFederate Server to Auth0](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/ping-federate.md): Learn how to create an enterprise connection between a PingFederate Server and Auth0. - [Connect Your App to SAML Identity Providers](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/saml.md): Learn how to connect to SAML Identity Providers using an enterprise connection. - [Test Enterprise Connections](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/enterprise-identity-providers/test-enterprise-connections.md): Learn how to test enterprise connections for applications using the Auth Dashboard. - [Legal Identity Providers](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/legal.md): Learn about legal identity providers supported by Auth0. - [Locate the Connection ID or Name](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/locate-the-connection-id.md): Learn how to find the ID of a connection. - [Connect Your Auth0 Application with Okta Workforce Enterprise Connection](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/okta.md): Learn how to connect to Okta as an OpenID Connect (OIDC) Identity Provider using an enterprise connection. - [Pass Parameters to Identity Providers](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/pass-parameters-to-idps.md): Describes how to pass parameters to an Identity Provider API. - [Promote Connections to Domain Level](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/promote-connections-to-domain-level.md): Learn how to promote a connection to domain level using the Auth0 Dashboard or Auth0 Management API. - [Retrieve Connection Options](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/retrieve-connection-options.md): Learn how to retrieve the options object for a connection using the Auth0 Management API. - [Social Identity Providers](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers.md): Learn about the social identity providers supported by Auth0. - [Add Sign In with Apple to Native iOS Apps](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers/apple-native.md): Learn how to add native login functionality to your native app with Apple. - [Test Social Connections with Auth0 Developer Keys](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers/devkeys.md): Explore what you need to be aware of when using Auth0 Developer Keys with social identity providers. - [Add Facebook Login to Native Apps](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers/facebook-native.md): Learn how to add login functionality to your native app with Facebook. - [Add Sign In with Google to Native Android Apps](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers/google-native.md): Learn how you can implement Sign In with Google for native mobile applications. - [Connect Apps to Generic OAuth2 Authorization Servers](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers/oauth2.md): Learn how to add any OAuth2 provider using Auth0 Custom Social Connections. - [Handle Declined Authorization Permissions](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers/reprompt-permissions.md): Learn how to re-prompt the user to grant permissions for your application. - [Create a Custom Social Connection with TikTok](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/social-identity-providers/tiktok.md): Learn how to create a custom social connection with TikTok - [Test Connections](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/test-connections.md): Describes how to test a connection. - [View Connections](https://auth0.generaltranslation.app/docs/authenticate/identity-providers/view-connections.md): Describes how to view enabled connections in the Auth0 Dashboard. - [Login](https://auth0.generaltranslation.app/docs/authenticate/login.md): Learn about the ways to implement login authentication for your users with Auth0 Universal Login or Embedded Login. - [Auth0 Universal Login](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login.md): Describes how Auth0 Universal Login provides you with the means to prove your users' identities with our authorization server. - [Configure Default Login Routes](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/configure-default-login-routes.md): Learn how to configure your tenant's and application's default login routes. - [Default Auth0 Error Page](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/error-pages.md): Describes the default Auth0 error page display information and parameters used for authorization error events. - [Configure Identifier First Authentication](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/identifier-first.md): Learn how to configure Identifier First authentication with Universal Login. - [Configure Universal Login with Passwordless](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/passwordless-login.md): Learn how to configure your login page to use passwordless authentication using the Auth0 Dashboard. - [Configure Email or SMS for Passwordless Authentication](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/passwordless-login/email-or-sms.md): Learn how to configure email or SMS for Passwordless authentication. - [Configure WebAuthn with Device Biometrics for Passwordless Authentication](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/passwordless-login/webauthn-device-biometrics.md): Learn how to configure WebAuthn with device biometrics for passwordless authentication. - [Universal Login vs. Classic Login](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/universal-login-vs-classic-login.md): Compares features available in the Universal Login and Classic Login experiences - [Classic Login Experience](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/universal-login-vs-classic-login/classic-experience.md): An overview of the Classic Login experience - [Universal Login Experience](https://auth0.generaltranslation.app/docs/authenticate/login/auth0-universal-login/universal-login-vs-classic-login/universal-experience.md): An overview of the Universal Login experience - [Configure Silent Authentication](https://auth0.generaltranslation.app/docs/authenticate/login/configure-silent-authentication.md): Learn how to keep users logged in to your application using silent authentication. - [Cross-Origin Authentication](https://auth0.generaltranslation.app/docs/authenticate/login/cross-origin-authentication.md): An explanation of cross-origin authentication in Auth0 and its compatibility with browsers - [Embedded Login](https://auth0.generaltranslation.app/docs/authenticate/login/embedded-login.md): Describes Auth0 Embedded Login used to log users directly into your application, transmitting credentials to the Auth0 server. - [Logout](https://auth0.generaltranslation.app/docs/authenticate/login/logout.md): Describes how logout works with Auth0. - [OIDC Back-Channel Logout](https://auth0.generaltranslation.app/docs/authenticate/login/logout/back-channel-logout.md): Describes Auth0's OIDC Back-Channel Logout feature. - [Configure OIDC Back-Channel Logout](https://auth0.generaltranslation.app/docs/authenticate/login/logout/back-channel-logout/configure-back-channel-logout.md): Describes how to configure OIDC back-channel logout with your Auth0 services. - [OIDC Back-Channel Logout Initiators](https://auth0.generaltranslation.app/docs/authenticate/login/logout/back-channel-logout/oidc-back-channel-logout-initiators.md): Learn how OIDC Back-Channel Logout Initiators work and how to configure them for your application(s). - [Log Users Out of Applications](https://auth0.generaltranslation.app/docs/authenticate/login/logout/log-users-out-of-applications.md): Describes how to force a user to log out of applications using the Auth0 logout endpoint. - [Log Users Out of Auth0 with OIDC Endpoint](https://auth0.generaltranslation.app/docs/authenticate/login/logout/log-users-out-of-auth0.md): Learn how to log user out with the OIDC Logout Endpoint. - [Log Users Out of Identity Providers](https://auth0.generaltranslation.app/docs/authenticate/login/logout/log-users-out-of-idps.md): Describes how to force a user to log out of their identity provider. - [Log Users Out of SAML Identity Providers](https://auth0.generaltranslation.app/docs/authenticate/login/logout/log-users-out-of-saml-idps.md): Describes how to log users out of an external SAML identity provider. - [Redirect Users with Alternative Logout](https://auth0.generaltranslation.app/docs/authenticate/login/logout/redirect-users-after-logout.md): Describes how to redirect users with the legacy logout endpoint. - [Universal Logout](https://auth0.generaltranslation.app/docs/authenticate/login/logout/universal-logout.md): Learn how to configure global token revocation for Auth0 connections. - [Force Reauthentication in OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/max-age-reauthentication.md): Describes how to use the max_age authentication request parameter as a mechanism whereby relying parties can positively confirm that re-authentication has taken place within a given time interval. - [Native Login](https://auth0.generaltranslation.app/docs/authenticate/login/native-login.md): Learn about the different login options for native mobile applications. - [Adopt OIDC-Conformant Authentication](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication.md): Learn about the effect of the OIDC-conformant application setting on the authentication pipeline. - [Access Tokens with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-access-tokens.md): Learn how the OIDC-conformant pipeline affects the tokens used to secure APIs, including scopes and claims. - [External APIs with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-apis.md): Learn how the OIDC-conformant pipeline affects your use of external APIs and the tokens used to secure them. - [Authorization Code Flow with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-auth-code-flow.md): Learn how the OIDC-conformant pipeline affects the Authorization Code Flow. - [Client Credentials Flow with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-client-credentials-flow.md): Learn how the OIDC-conformant pipeline affects the Client Credentials Flow. - [Delegation with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-delegation.md): Learn how the OIDC-conformant pipeline affects your use of delegation. - [Implicit Flow with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-implicit-flow.md): Learn how the OIDC-conformant pipeline affects the Implicit Flow. - [Refresh Tokens with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-refresh-tokens.md): Learn how the OIDC-conformant pipeline affects your use of refresh tokens. - [Resource Owner Password Flow with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-rop-flow.md): Learn how the OIDC-conformant pipeline affects the Resource Owner Password (ROP) Flow. - [Single Sign-On with OIDC](https://auth0.generaltranslation.app/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-sso.md): Learn how the OIDC-conformant pipeline affects your use of Single Sign-On (SSO). - [Redirect Users](https://auth0.generaltranslation.app/docs/authenticate/login/redirect-users-after-login.md): Describes how to redirect users to URLs that have not been added to the AllowList. - [Hosted Login vs. Embedded Login](https://auth0.generaltranslation.app/docs/authenticate/login/universal-vs-embedded-login.md): Describes the differences between hosted login (Universal Login) and embedded login. - [Passwordless Authentication](https://auth0.generaltranslation.app/docs/authenticate/passwordless.md): Learn about the available methods of passwordless authentication supported by Auth0. - [Passwordless Authentication Methods](https://auth0.generaltranslation.app/docs/authenticate/passwordless/authentication-methods.md): Describes the various authentication methods supported by Auth0 passwordless connections, including email, magic link, and SMS. - [Passwordless Authentication with Magic Links](https://auth0.generaltranslation.app/docs/authenticate/passwordless/authentication-methods/email-magic-link.md): Learn how to use Passwordless connections with the magic link authentication factor. - [Passwordless Authentication with Email](https://auth0.generaltranslation.app/docs/authenticate/passwordless/authentication-methods/email-otp.md): Learn how how to use Passwordless connections with the email authentication factor. - [Passwordless Authentication with SMS](https://auth0.generaltranslation.app/docs/authenticate/passwordless/authentication-methods/sms-otp.md): Learn how to use Passwordless connections with the SMS authentication method. - [Set Up Custom SMS Gateway for Passwordless Connections](https://auth0.generaltranslation.app/docs/authenticate/passwordless/authentication-methods/use-sms-gateway-passwordless.md): Learn how to set up a custom SMS gateway for Passwordless connections. - [Passwordless Connections Best Practices](https://auth0.generaltranslation.app/docs/authenticate/passwordless/best-practices.md): Learn about best practices when working with Passwordless connections. - [Implement Login with Passwordless](https://auth0.generaltranslation.app/docs/authenticate/passwordless/implement-login.md): Describes the available methods for implementing passwordless login with Auth0. - [Passwordless Authentication with Embedded Login](https://auth0.generaltranslation.app/docs/authenticate/passwordless/implement-login/embedded-login.md): Describes how to implement Passwordless authentication with Universal Login. - [Embedded Passwordless Login in Native Applications](https://auth0.generaltranslation.app/docs/authenticate/passwordless/implement-login/embedded-login/native.md): Describes implementing Passwordless authentication with embedded login in native applications. - [Using Passwordless APIs](https://auth0.generaltranslation.app/docs/authenticate/passwordless/implement-login/embedded-login/relevant-api-endpoints.md): Describes how to implement Passwordless authentication using Auth0 APIs. - [Embedded Passwordless Authentication for SPAs](https://auth0.generaltranslation.app/docs/authenticate/passwordless/implement-login/embedded-login/spa.md): Describes implementing Passwordless authentication with embedded login in single-page applications (SPAs). - [Embedded Passwordless Login in Regular Web Applications](https://auth0.generaltranslation.app/docs/authenticate/passwordless/implement-login/embedded-login/webapps.md): Describes implementing Passwordless authentication with embedded login in regular applications. - [Passwordless Authentication with Universal Login](https://auth0.generaltranslation.app/docs/authenticate/passwordless/implement-login/universal-login.md): Describes how to implement Passwordless authentication with Universal Login. - [Passwordless Connection Limitations](https://auth0.generaltranslation.app/docs/authenticate/passwordless/passwordless-connection-limitations.md): Describes some limitations to using passwordless connections. - [Passwordless with Universal Login](https://auth0.generaltranslation.app/docs/authenticate/passwordless/passwordless-with-universal-login.md): The document announces support for Universal Login and Passwordless connections. - [Sample Use Cases - Rules with Passwordless Authentication](https://auth0.generaltranslation.app/docs/authenticate/passwordless/sample-use-cases-rules.md): Explore examples using rules with passwordless connections. - [Protocols](https://auth0.generaltranslation.app/docs/authenticate/protocols.md): Describes which authorization protocols Auth0 supports and how they work. - [Lightweight Directory Access Protocol](https://auth0.generaltranslation.app/docs/authenticate/protocols/ldap-protocol.md): Describes how Auth0 supports the Lightweight Directory Access Protocol (LDAP). - [OAuth 2.0 Authorization Framework](https://auth0.generaltranslation.app/docs/authenticate/protocols/oauth.md): Learn how Auth0 works with the OAuth 2.0 Authorization Framework. - [OpenID Connect Protocol](https://auth0.generaltranslation.app/docs/authenticate/protocols/openid-connect-protocol.md): Describes how to use OpenID Connect protocol with Auth0. - [SAML](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml.md): Learn about the Security Assertion Markup Language (SAML) protocol, which is an open-standard, XML-based framework for authentication and authorization between two entities without a password. - [SAML Configuration](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-configuration.md): Describes how Auth0 works with Security Assertion Markup Language (SAML) protocol. - [Test SAML SSO with Auth0 as Service Provider and Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-configuration/configure-auth0-as-service-and-identity-provider.md): Describes how to configure SAML SSO with Auth0 as both the service provider and identity provider for testing. - [Customize SAML Assertions](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-configuration/customize-saml-assertions.md): Describes how to customize SAML assertions and the SAML and WS-Fed protocol parameters. - [Deprovision Users in SAML Integrations](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-configuration/deprovision-users-in-saml-integrations.md): Learn how to deprovision users of your SAML integration. - [Map SAML Attributes with Auth0 as IdP/SAML Add-on](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-configuration/saml-attribute-mapping-examples.md): Provides examples how to map SAML attributes when Auth0 is the identity provider. - [SAML Identity Provider Configuration Settings](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-identity-provider-configuration-settings.md): Describes the SAML identity provider configuration settings. - [SAML Single Sign-On Integrations](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations.md): Describes the Security Assertion Markup Language (SAML) for single sign-on (SSO) integration options. - [Configure Auth0 as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider.md): Describes how to configure Auth0 to serve as a service provider in a SAML federation. - [Configure ADFS as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider/configure-adfs-saml-connections.md): Learn how to configure a SAML connection against ADFS in Auth0. - [Configure Okta as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider/configure-okta-as-saml-identity-provider.md): Learn how to configure Okta as an SAML identity provider (IdP) in Auth0. - [Configure OneLogin as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider/configure-onelogin-as-saml-identity-provider.md): Learn how to configure OneLogin as a SAML identity provider for use with Auth0. - [Configure PingFederate as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider/configure-pingfederate-as-saml-identity-provider.md): Describes how to configure PingFederate as a SAML identity provider for use with Auth0. - [Configure Salesforce as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider/configure-salesforce-as-saml-identity-provider.md): Describes how to Salesforce as SAML identity provider for use with Auth0. - [Configure SiteMinder as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider/configure-siteminder-as-saml-identity-provider.md): Learn how to configure SiteMinder as a SAML identity provider for use with Auth0. - [Configure SSOCircle as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-service-provider/configure-ssocircle-as-saml-identity-provider.md): Learn how to configure an application to use Auth0 for SAML Single Sign-on (SSO), authenticating users against SSOCircle. - [Configure IdP-Initiated SAML Sign-on to OIDC Apps](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/configure-idp-initiated-saml-sign-on-to-oidc-apps.md): Learn how to configure an Auth0 SAML connection to support Identity Provider-initiated sign-on to a SAML Identity Provider for OIDC applications. - [Enable SAML2 Web App Addon](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/enable-saml2-web-app-addon.md): Learn how to enable the SAML2 web app add-on for use with Auth0 as a SAML single sign-on (SSO) identity provider. - [Configure SAML Identity Provider-Initiated Single Sign-On](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/identity-provider-initiated-single-sign-on.md): Describes how to configure SAML Identity Provider-initiated Single Sign-on (SSO). - [Sign and Encrypt SAML Requests](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/sign-and-encrypt-saml-requests.md): Describes the special configuration scenario to sign and encrypt SAML requests - [Work with Certificates and Keys as Strings](https://auth0.generaltranslation.app/docs/authenticate/protocols/saml/saml-sso-integrations/work-with-certificates-and-keys-as-strings.md): Describes how to work with certificates or keys in rules or Management API requests to require a string representation of the file. - [System for Cross-domain Identity Management (SCIM)](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim.md): Describes using System for Cross-domain Identity Management (SCIM) schema in identity management - [Configure Inbound SCIM](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/configure-inbound-scim.md): Overview of how to configure Inbound SCIM for Enterprise connections - [Configure Inbound SCIM for Identity Providers using SAML or OpenID](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/configure-inbound-scim-for-identity-providers-using-saml-or-openid.md): Walkthrough for Other Identity Provider Setup via OpenID or SAML SCIM - [Inbound SCIM for Azure AD SAML Connections](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/inbound-scim-for-azure-ad-saml-connections.md): Walkthrough for Azure Connection Setup via SAML SCIM - [Inbound SCIM for New Azure AD Connections](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/inbound-scim-for-new-azure-ad-connections.md): Walkthrough for Azure Connection Setup via OpenID SCIM - [Inbound SCIM for Okta Workforce Connections](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/inbound-scim-for-okta-workforce-connections.md): Walkthrough for Okta WIC Connection Setup via OpenID SCIM - [Inbound SCIM for Okta Workforce SAML Connections](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/inbound-scim-for-okta-workforce-saml-connections.md): Walkthrough for Okta WIC Connection Setup via SAML SCIM - [Inbound SCIM for Older Azure AD Connections](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/inbound-scim-for-older-azure-ad-connections.md): OpenID Inbound SCIM for Older Azure Connections - [Manage an Inbound SCIM Deployment with the Management API](https://auth0.generaltranslation.app/docs/authenticate/protocols/scim/manage-an-inbound-scim-deployment-with-the-management-api.md): Manage an Inbound SCIM Deployment with the Management API - [Web Services Federation Protocol](https://auth0.generaltranslation.app/docs/authenticate/protocols/ws-fed-protocol.md): Describes how Auth0 works with the Web Services Federation (WS-Fed) protocol. - [Single Sign-On](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on.md): Learn what Single Sign-on (SSO) is and how it works. - [API Endpoints for Single Sign-On](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/api-endpoints-for-single-sign-on.md): Describes Auth0 Authentication API and Management API endpoints relevant when implementing Single Sign-on (SSO). - [Service-Provider-Initiated Single Sign-On](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/inbound-single-sign-on.md): Overview of Single Sign-on (SSO) initiated by a Service Provider (SP). - [Native to Web SSO](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/native-to-web.md): Learn how Auth0's Native to Web SSO works. - [Configure and Implement Native to Web SSO](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/native-to-web/configure-implement-native-to-web.md): Learn how to configure your applications to use Native to Web Single Sign-On. - [Use Case: Configure mobile-to-web payment flows using Native to Web SSO](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/native-to-web/configure-mobile-to-web-payment-flows.md): Seamlessly transition users from your iOS or Android app into a secure, authenticated subscription flow in your web app using Native to Web Single Sign-On (SSO) and session transfer tokens. - [Native to Web SSO and Sessions](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/native-to-web/native-to-web-sso-and-sessions.md): Learn about Native to Web SSO and Sessions - [Native to Web SSO Best Practices](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/native-to-web/native-to-web-sso-best-practices.md): Learn about Native to Web SSO best practices - [Okta Access Gateway](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/okta-access-gateway.md): Overview of Okta Access Gateway (OAG). - [Identity-Provider-Initiated Single Sign-On](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on.md): Overview of Single Sign-on (SSO) initiated by Identity Providers (IdPs). - [Configure Auth0 as SAML Identity Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider.md): Describes how to configure Auth0 to serve as a SAML identity provider in a SAML federation. - [Configure Atlassian as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-atlassian.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Atlassian. - [Configure Cisco WebEx as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-cisco-webex.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Cisco WebEx. - [Configure Datadog as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-datadog.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Datadog. - [Configure Egencia as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-egencia.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Egencia. - [Configure Freshdesk as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-freshdesk.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Freshdesk. - [Configure Hosted Graphite as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-hosted-graphite.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Hosted Graphite. - [Configure Litmos as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-litmos.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Litmos. - [Configure Pluralsight as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-pluralsight.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Pluralsight. - [Configure Sprout Video as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-sprout-video.md): Describes how to configure Auth0 to serve as an identity provider for Sprout Video. - [Configure Tableau Online as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-tableau-online.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Tableau Online. - [Configure Tableau Server as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-tableau-server.md): Learn how to configure Auth0 as an identity provider using SAML2 Web App addon for Tableau Server. - [Configure Workday as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-workday.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Workday. - [Configure Workpath as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-identity-provider-for-workpath.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Workpath. - [Configure Google Workspace as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-auth0-as-idp-for-google-g-suite.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App for Google Workspace. - [Configure Oracle Eloqua Marketing Cloud as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-saml2-addon-eloqua.md): Learn how to configure the Auth0 as the identity provider using the SAML2 Web App addon for Oracle Eloqua. - [Configure Amazon Web Services as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-saml2-web-app-addon-for-aws.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for Amazon Web Services (AWS). - [Configure GitHub Enterprise Cloud as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-saml2-web-app-addon-for-github-enterprise-cloud.md): Learn how to configure Auth0 as an identity provider using the SAML2 Web App addon for a GitHub Enterprise Cloud (github.com) organization. - [Configure GitHub Enterprise Server as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-saml2-web-app-addon-for-github-enterprise-server.md): Learn how to configure Auth0 as the identity provider using the SAML2 Web App addon for a GitHub Enterprise Server private instance. - [Configure Heroku as SAML Service Provider](https://auth0.generaltranslation.app/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider/configure-saml2-web-app-addon-for-heroku.md): Learn how to configure the Auth0 as an identity provider using the SAML2 Web App Addon for Heroku. - [Customize](https://auth0.generaltranslation.app/docs/customize.md): Learn how to brand, customize, and localize your login pages, domain names, emails sent to users, and consent prompts. - [Auth0 Actions](https://auth0.generaltranslation.app/docs/customize/actions.md): Describes Auth0 Actions, which are secure, tenant-specific, self-contained functions that allow you to customize the behavior of Auth0. - [Action Coding Guidelines](https://auth0.generaltranslation.app/docs/customize/actions/action-coding-guidelines.md): Write clear, concise, and secure Actions code with our coding guidelines. - [Understand How Auth0 Actions Work](https://auth0.generaltranslation.app/docs/customize/actions/actions-overview.md): Describes how Auth0 Actions work and what you can accomplish with them. - [Actions Real-time Logs](https://auth0.generaltranslation.app/docs/customize/actions/actions-real-time-logs.md): Learn how to use the Auth0 Actions Real-time Logs. - [Templates for Actions](https://auth0.generaltranslation.app/docs/customize/actions/actions-templates.md): The Actions Template gallery offers our customers a wide variety of starter templates on their way to creating an action - [Explore Triggers](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers.md): Learn about triggers, which are events that automatically invokes an Action when a specific operation, such as a user logging in, occurs at runtime. - [Machine to Machine Triggers](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/machine-to-machine-trigger.md): Learn about the Actions Machine to Machine Flow and the credentials-exchange Action trigger, which runs as part of the Machine to Machine Flow. - [Actions Triggers: credentials-exchange - API Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/machine-to-machine-trigger/credentials-exchange-api-object.md): Learn about the credentials-exchange Action trigger's API object. - [Actions Triggers: credentials-exchange - Event Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/machine-to-machine-trigger/credentials-exchange-event-object.md): Learn about the credentials-exchange Action trigger's event object, which provides contextual information about the request for a client credentials exchange. - [MFA Notifications Triggers](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/mfa-notifications-trigger.md): Learn about Action's Send Phone Message flow and the send-phone-message Action trigger, which runs for the enrollment and challenge process if you have used SMS as a factor for Multi-factor Authentication (MFA). - [Actions Triggers: send-phone-message - API Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/mfa-notifications-trigger/send-phone-message-api-object.md): Learn about the send-phone-message Action trigger's API object. - [Actions Triggers: send-phone-message - Event Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/mfa-notifications-trigger/send-phone-message-event-object.md): Learn about the send-phone-message Action trigger's event object, which provides contextual information about the message to be sent and the user to be challenged or enrolled. - [Password Reset Triggers](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/password-reset-triggers.md): Learn about the Actions Password Reset Flow, which is executed after a user completes the first challenge but before the user sets a password. - [Post-challenge trigger](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/password-reset-triggers/post-challenge-trigger.md): post-challenge-trigger - [Actions Triggers: post-challenge - API Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/password-reset-triggers/post-challenge-trigger/post-challenge-api-object.md): Learn about the password reset post-challenge Action trigger's API object. - [Actions Triggers: post-challenge - Event Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/password-reset-triggers/post-challenge-trigger/post-challenge-event-object.md): Learn about the password reset post-challenge Action trigger's event object. - [Post Change Password Trigger](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/password-reset-triggers/post-change-password-trigger.md): Learn about the Post Change Password flow and the post-change-password Action trigger, which runs after a Database connection user resets or changes their password. This trigger can be used to notify another system that the user’s password has changed. - [Actions Triggers: post-change-password - API Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/password-reset-triggers/post-change-password-trigger/post-change-password-api-object.md): Learn about the post-change-password Action trigger's API object. - [Actions Triggers: post-change-password - Event Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/password-reset-triggers/post-change-password-trigger/post-change-password-event-object.md): Learn about the post-change-password Action trigger's event object, which provides contextual information about the newly created user. - [Signup and Login Triggers](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers.md): Signup and Login Triggers - [Login Trigger](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger.md): Learn about the Actions Login Flow and the post-login Action trigger, which is executed after a user logs in and when a Refresh Token is requested. - [Actions Triggers: post-login - API Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/post-login-api-object.md): Learn about the post-login Action trigger's API object. - [Actions Triggers: post-login - Event Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/post-login-event-object.md): Learn about the post-login Action trigger's event object, which provides contextual information about a single user logging in via Auth0. - [Redirect with Actions](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/redirect-with-actions.md): Learn how to use post-login Actions to redirect users before an authentication transaction is complete. - [Releases](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger/releases.md): Learn about released versions of Actions, including breaking changes and new features. - [Post-user Registration Trigger](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/post-user-registration-trigger.md): Learn about the Post User Registration Flow and post-user-registration Action trigger, which runs after a user has been created for a Database or Passwordless connection. - [Actions - Triggers - post-user-registration - API object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/post-user-registration-trigger/post-user-registration-api-object.md): Learn about the post-user-registration Action trigger's API object. - [Actions Triggers: post-user-registration - Event Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/post-user-registration-trigger/post-user-registration-event-object.md): Learn about the post-user-registration Action trigger's event object, which provides contextual information about the newly-created user. - [Pre-user Registration Trigger](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/pre-user-registration-trigger.md): Learn about the Pre User Registration Flow, which runs when a user attempts to register through a Database or Passwordless connection. It can be used to add metadata to the user profile before it is created or to deny a registration. - [Actions Triggers: pre-user-registration - API Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/pre-user-registration-trigger/pre-user-registration-api-object.md): Learn about the pre-user-registration Action trigger's API object. - [Actions Triggers: pre-user-registration - Event Object](https://auth0.generaltranslation.app/docs/customize/actions/explore-triggers/signup-and-login-triggers/pre-user-registration-trigger/pre-user-registration-event-object.md): Learn about the pre-user-registration Action trigger's event object, which provides contextual information about the request to register a new user. - [Actions Limitations](https://auth0.generaltranslation.app/docs/customize/actions/limitations.md): Learn about the limitations involved with using Auth0 Actions. - [Manage Dependencies](https://auth0.generaltranslation.app/docs/customize/actions/manage-dependencies.md): Learn how to install and manage dependencies inside of Auth0 Actions. - [Manage Versions](https://auth0.generaltranslation.app/docs/customize/actions/manage-versions.md): Learn about the Actions version history, which allows you to compare between drafted and deployed versions of Actions, and revert to previous versions when necessary. - [Migrate to Actions](https://auth0.generaltranslation.app/docs/customize/actions/migrate.md): Learn how to migrate to Actions from Rules, Hooks, and earlier versions of Actions. - [Actions Migration Limitations](https://auth0.generaltranslation.app/docs/customize/actions/migrate/actions-migration-limitations.md): Limitations for migration-specific activities when migrating from Rules & Hooks to Actions - [Migration tooling](https://auth0.generaltranslation.app/docs/customize/actions/migrate/migrate-a-rule-to-an-action.md): Description on how to use the Rule migration tooling in the Auth0 dashboard - [Migrate from Actions Beta to Final](https://auth0.generaltranslation.app/docs/customize/actions/migrate/migrate-from-actions-beta-to-final.md): Learn how to migrate to Actions from Rules, Hooks, and earlier versions of Actions. - [Migrate from Hooks to Actions](https://auth0.generaltranslation.app/docs/customize/actions/migrate/migrate-from-hooks-to-actions.md): Learn how to migrate your existing Auth0 Hooks code to Auth0 Actions code. - [Migrate from Rules to Actions](https://auth0.generaltranslation.app/docs/customize/actions/migrate/migrate-from-rules-to-actions.md): Learn how to migrate your existing Auth0 Rules code to Auth0 Actions code. - [Releases](https://auth0.generaltranslation.app/docs/customize/actions/releases.md): Learn about released versions of Actions, including breaking changes and new features. - [Test Actions](https://auth0.generaltranslation.app/docs/customize/actions/test-actions.md): Learn how to test and debug Auth0 Actions - [Actions Transaction Metadata](https://auth0.generaltranslation.app/docs/customize/actions/transaction-metadata.md): Describes how to pass user or application metadata between login and post-login Actions. - [Action Use Cases](https://auth0.generaltranslation.app/docs/customize/actions/use-cases.md): Explore a variety of examples of implementations using Actions. - [Write Your First Action](https://auth0.generaltranslation.app/docs/customize/actions/write-your-first-action.md): Learn how to write an Action, which includes choosing a flow, creating an Action and configuring it, and binding it to the flow. - [Auth0 Marketplace](https://auth0.generaltranslation.app/docs/customize/auth0-marketplace.md) - [Custom Domains](https://auth0.generaltranslation.app/docs/customize/custom-domains.md): Understand how a custom domain (CNAME or vanity URL) can help you unify your brand and show continuity to your users. - [Configure Custom Domains with Auth0-Managed Certificates](https://auth0.generaltranslation.app/docs/customize/custom-domains/auth0-managed-certificates.md): Learn how to configure custom domains where Auth0 manages the TLS (SSL) certificates. - [Configure Features to Use Custom Domains](https://auth0.generaltranslation.app/docs/customize/custom-domains/configure-features-to-use-custom-domains.md): Learn how to configure a custom domain for Auth0 authentication features. - [Multiple Custom Domains](https://auth0.generaltranslation.app/docs/customize/custom-domains/multiple-custom-domains.md) - [Multiple Custom Domains Best Practices](https://auth0.generaltranslation.app/docs/customize/custom-domains/multiple-custom-domains/mcd-best-practices.md): Best practices for MCD - [Multiple Custom Domain Use Cases](https://auth0.generaltranslation.app/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.md): Use cases for MCD - [Configure Custom Domains with Self-Managed Certificates](https://auth0.generaltranslation.app/docs/customize/custom-domains/self-managed-certificates.md): Learn how to configure custom domains where you are responsible for TLS (SSL) certificates, the reverse proxy to handle SSL termination, and forwarding requests to Auth0. - [Configure Akamai as Reverse Proxy](https://auth0.generaltranslation.app/docs/customize/custom-domains/self-managed-certificates/configure-akamai-for-use-as-reverse-proxy.md): Learn how to set up Akamai for use as the custom domain proxy for Auth0. - [Configure AWS CloudFront as Reverse Proxy](https://auth0.generaltranslation.app/docs/customize/custom-domains/self-managed-certificates/configure-aws-cloudfront-for-use-as-reverse-proxy.md): Learn how to configure AWS CloudFront for use as the custom domain proxy for Auth0. - [Configure Azure CDN as Reverse Proxy](https://auth0.generaltranslation.app/docs/customize/custom-domains/self-managed-certificates/configure-azure-cdn-for-use-as-reverse-proxy.md): Learn how to set up Azure CDN for use as the custom domain proxy for Auth0. - [Configure Cloudflare as Reverse Proxy](https://auth0.generaltranslation.app/docs/customize/custom-domains/self-managed-certificates/configure-cloudflare-for-use-as-reverse-proxy.md): Learn how to set up Cloudflare for use as the custom domain proxy for Auth0. - [Configure Google Cloud Platform with Load Balancing as Reverse Proxy](https://auth0.generaltranslation.app/docs/customize/custom-domains/self-managed-certificates/configure-gcp-as-reverse-proxy.md): Learn how to set up Google Cloud Platform (GCP) with load balancing for use as the custom domain proxy for Auth0. - [TLS (SSL) Versions and Ciphers](https://auth0.generaltranslation.app/docs/customize/custom-domains/self-managed-certificates/tls-ssl.md): Check supported TLS versions and ciphers if you are using a reverse proxy configured for use with self-managed certificates - [Customize Multi-factor Authentication SMS and Voice Messages](https://auth0.generaltranslation.app/docs/customize/customize-sms-or-voice-messages.md): Learn how to customize SMS and voice messages sent by Auth0 during enrollment and verification. - [Customize Emails](https://auth0.generaltranslation.app/docs/customize/email.md): Describes the Auth0 built-in email services. - [Configure a Custom Email Provider](https://auth0.generaltranslation.app/docs/customize/email/configure-a-custom-email-provider.md): Learn how to set up a code-based custom email provider. - [Action Triggers: custom-email-provider API Object](https://auth0.generaltranslation.app/docs/customize/email/configure-a-custom-email-provider/action-triggers-custom-email-provider-api-object.md): Learn how to use the custom-email-provider API object. - [Action Triggers: custom-email-provider Event Object](https://auth0.generaltranslation.app/docs/customize/email/configure-a-custom-email-provider/action-triggers-custom-email-provider-event-object.md): Learn about the custom-email-provider Action trigger's event object, which provides contextual information about the message data. - [Configure a Custom Email Provider with Terraform](https://auth0.generaltranslation.app/docs/customize/email/configure-a-custom-email-provider/configure-a-custom-email-provider-with-terraform.md): Learn how to configure a custom email provider using Terraform Auth0 Provider - [Configure Test SMTP Email Server](https://auth0.generaltranslation.app/docs/customize/email/configure-test-smtp-email-servers.md): Describes how to set up a test SMTP server while in development or testing stages. - [Customize Blocked Account Emails](https://auth0.generaltranslation.app/docs/customize/email/customize-blocked-account-emails.md): Describes how to customize blocked account emails. - [Customize Email Templates](https://auth0.generaltranslation.app/docs/customize/email/email-templates.md): Learn how to customize your emails with Liquid templating syntax. - [Email Template Descriptions](https://auth0.generaltranslation.app/docs/customize/email/email-templates/email-template-descriptions.md): Describes the email templates used in Auth0. - [Use Liquid Syntax in Email Templates](https://auth0.generaltranslation.app/docs/customize/email/email-templates/use-liquid-syntax-in-email-templates.md): Describes how to use Liquid syntax in your email templates. - [Customize Email Handling](https://auth0.generaltranslation.app/docs/customize/email/manage-email-flow.md): Learn how to customize email flow and control when and how emails are sent. - [Send Email Invitations for Application Signup](https://auth0.generaltranslation.app/docs/customize/email/send-email-invitations-for-application-signup.md): Describes how to customize the signup process to invite users to signup for an account in the context of a specific Auth0 application. - [Configure External SMTP Email Providers](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers.md): Learn how to configure your own SMTP email provider, so you can more completely manage, monitor, and troubleshoot your email communications. - [Configure Microsoft 365 Exchange Online as External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-365-exchange-as-smtp-email-provider.md): Describes how to configure 365 Exchange Online as an SMTP email provider with Auth0. - [Configure Amazon SES as External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-amazon-ses-as-external-smtp-email-provider.md): Describes how to configure Amazon Simple Email Service (SES) as an external email provider so you can manage, monitor, and troubleshoot your email communications. - [Configure Azure Communication Services as External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-azure-comm-service-as-smtp-email-provider.md): Describes how to configure Azure Communication Services as an email provider. - [Configure Custom External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-custom-external-smtp-email-provider.md): Learn how to configure a custom external SMTP email provider. - [Configure Mailgun as External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-mailgun-as-external-smtp-email-provider.md): Describes how to configure Mailgun as an external SMTP email provider. - [Configure Mandrill as External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-mandrill-as-external-smtp-email-provider.md): Describes how to configure Mandrill as an external SMTP email provider. - [Configure SendGrid as External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-sendgrid-as-external-smtp-email-provider.md): Describes how to configure SendGrid as an external SMTP email provider. - [Configure SparkPost as External SMTP Email Provider](https://auth0.generaltranslation.app/docs/customize/email/smtp-email-providers/configure-sparkpost-as-external-smtp-email-provider.md): Describes how to configure SparkPost as an external SMTP email provider. - [Troubleshoot Custom Email Provider Delivery Issues](https://auth0.generaltranslation.app/docs/customize/email/troubleshoot-custom-email-provider-delivery-issues.md): Describes the steps to find and resolve email delivery issues. - [Events](https://auth0.generaltranslation.app/docs/customize/events.md): Learn more about using Events for Auth0 - [Create an Event Stream](https://auth0.generaltranslation.app/docs/customize/events/create-an-event-stream.md): Learn how you can create event streams using AWS EventBridge or webhooks. - [Event Testing, Observability, and Failure Recovery](https://auth0.generaltranslation.app/docs/customize/events/event-testing-observability-and-failure-recovery.md): Learn more about testing and managing your events and event streams. - [Event Types](https://auth0.generaltranslation.app/docs/customize/events/event-types.md): Learn more about supported Event types. - [Events Best Practices](https://auth0.generaltranslation.app/docs/customize/events/events-best-practices.md): Review best practices for using Events in Auth0 - [Auth0 Extensions](https://auth0.generaltranslation.app/docs/customize/extensions.md): Describes Auth0 extensions that enable you to install applications or run commands and scripts that extend the functionality of Auth0. - [Account Link Extension](https://auth0.generaltranslation.app/docs/customize/extensions/account-link-extension.md): Learn about the Account Link extension, which allows users with two accounts with the same email to be prompted to link them. - [Auth0 AD/LDAP Connector Health Monitor Extension](https://auth0.generaltranslation.app/docs/customize/extensions/ad-ldap-connector-health-monitor.md): Learn how to install and use the Auth0 AD/LDAP Connector Health Monitor extension. - [Authentication API Debugger Extension](https://auth0.generaltranslation.app/docs/customize/extensions/authentication-api-debugger-extension.md): Learn how to configure and use the Auth0 Authentication API Debugger extension. - [Authorization Extension](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension.md): Learn how to use the Authorization Extension to control user authorization behavior during runtime. - [Configure Authorization Extension](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension/configure-authorization-extension.md): Learn how to configure the Authorization Extension. - [Enable API Access to Authorization Extension](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension/enable-api-access-to-authorization-extension.md): Describes how to enable API access to the Authorization Extension. - [Import and Export Authorization Extension Data](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.md): Describes how to import and export Authorization Extension Data. - [Install Authorization Extension](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension/install-authorization-extension.md): Describes how to install the Auth0 Authorization Extension. - [Migrate to Authorization Extension v2](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension/migrate-to-authorization-extension-v2.md): Describes how to upgrade the Authorization Extension v2. - [Set Up Users in Authorization Extension Dashboard](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension/set-up-authorization-extension-users.md): Learn how to set up users, groups, roles, and permissions in the Authorization Extension Dashboard. - [Use Rules with the Authorization Extension](https://auth0.generaltranslation.app/docs/customize/extensions/authorization-extension/use-rules-with-the-authorization-extension.md): Describes how to use information from the Authorization Extension in rules. - [Delegated Administration Extension v3](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension.md): Learn how to use the Delegated Administration Extension (DAE) to expose the Users section of the Auth0 Dashboard to a select group of users without allowing them access to the rest of the Dashboard. - [Create Delegated Admin Applications](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/create-delegated-admin-applications.md): Learn how to create an application to use with the Delegated Admin Extension, allowing you to selectively expose the users section of the dashboard. - [Delegated Administration: Extension Hooks](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/delegated-administration-hooks.md): Learn how to customize the behavior of the Delegated Administration Extension using Extension Hooks. - [Delegated Administration: Access Hook](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/delegated-administration-hooks/delegated-administration-access-hook.md): Learn how to use the Access Hook with the Delegated Administration Extension. - [Delegated Administration: Filter Hook](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/delegated-administration-hooks/delegated-administration-filter-hook.md): Learn how to use the Filter Hook with the Delegated Administration Extension. - [Delegated Administration: Memberships Query Hook](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/delegated-administration-hooks/delegated-administration-memberships-query-hook.md): Learn how to use the Memberships Query Hook with the Delegated Administration Extension. - [Delegated Administration: Settings Query Hook](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/delegated-administration-hooks/delegated-administration-settings-query-hook.md): Learn how to use the Settings Query Hook with the Delegated Administration Extension. - [Delegated Administration: Write Hook](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/delegated-administration-hooks/delegated-administration-write-hook.md): Learn how to use the Write Hook with the Delegated Administration Extension. - [Delegated Administration: Manage Users](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.md): Learn how to manage users in the Delegated Administration Extension. - [Install Delegated Admin Extension](https://auth0.generaltranslation.app/docs/customize/extensions/delegated-administration-extension/install-delegated-admin-extension.md): Describes how to install the Delegated Administration Extension, which allows you to expose the Users section of the Auth0 Dashboard to a select group of users without allowing them access to the rest of the Dashboard. - [Real-time Webtask Logs Extension](https://auth0.generaltranslation.app/docs/customize/extensions/real-time-webtask-logs.md): Learn how to configure and use the Auth0 Real-time Webtask Logs extension. - [Single Sign-On Dashboard Extension](https://auth0.generaltranslation.app/docs/customize/extensions/single-sign-on-dashboard-extension.md): Learn how to use the SSO Dashboard Extension to manage single sign-on login for your users on multiple enterprise applications. - [Add Applications to Single Sign-On Dashboard](https://auth0.generaltranslation.app/docs/customize/extensions/single-sign-on-dashboard-extension/add-applications-to-the-sso-dashboard.md): Learn how to add applications to the Auth0 Single Sign-On (SSO) Dashboard Extension to enable SSO login for your applications. - [Create Single Sign-on (SSO) Dashboard Application](https://auth0.generaltranslation.app/docs/customize/extensions/single-sign-on-dashboard-extension/create-sso-dashboard-application.md): Describes how to create an application to use with the SSO Dashboard Extension to enable SSO login for your applications. - [Install Single Sign-On Dashboard Extension](https://auth0.generaltranslation.app/docs/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension.md): Learn how to install the Auth0 Single Sign-On (SSO) Dashboard Extension to enable SSO login for your applications. - [Update Applications in the SSO Dashboard](https://auth0.generaltranslation.app/docs/customize/extensions/single-sign-on-dashboard-extension/update-applications-on-the-sso-dashboard.md): Describes how to update applications in the SSO Dashboard Extension to enable SSO login for your applications. - [User Import / Export Extension](https://auth0.generaltranslation.app/docs/customize/extensions/user-import-export-extension.md): Learn about the User Import/Export extension, which allows you to import and export users from or to any database you have configured in your account. - [Forms](https://auth0.generaltranslation.app/docs/customize/forms.md): Forms is a visual editor that allows you to create customizable forms that can be used to extend your identity flows with additional steps and business logic. - [Use Cases: Configure additional signup steps using Forms](https://auth0.generaltranslation.app/docs/customize/forms/configure-additional-signup-steps.md): Learn how to configure additional signup steps using Forms for Actions - [Use Cases: Configure a progressive profile form using Forms](https://auth0.generaltranslation.app/docs/customize/forms/configure-progressive-profile-form.md): Learn how to configure a progressive profile form using Forms for Actions - [Use Cases: Configure an update policy form using Forms](https://auth0.generaltranslation.app/docs/customize/forms/configure-update-policy-form.md): Configure an update policy form using Forms for Actions - [Custom Field Components](https://auth0.generaltranslation.app/docs/customize/forms/custom-field-components.md): Learn how to use custom components to create fields that require specific logic or UI using JavaScript, HTML and CSS. - [Custom Messages and Translation](https://auth0.generaltranslation.app/docs/customize/forms/custom-messages-and-translation.md): Describes how to create custom messages and translations with Forms. - [Introduction to Flows](https://auth0.generaltranslation.app/docs/customize/forms/flows.md): Describes how to use Flows with Forms. - [Execution and Debugger](https://auth0.generaltranslation.app/docs/customize/forms/flows/flow-execution-and-debugger.md): Describes how to review Flow executions and debug executions of Forms. - [Integrations](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations.md): Learn about the actions that you can add to your flows - [Auth0](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/auth0.md): Learn how to configure your Auth0 pre-built flow actions to make requests against the Management API or send custom notifications. - [Data verification](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/data-verification.md): Learn how to configure your data verification flow actions to generate and verify one-time passwords (OTPs), and verify email addresses. - [HTTP Request](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/http-request.md): Learn how to configure your HTTP Request flow actions to send custom requests to external APIs or services. - [JSON](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/json.md): Learn how to configure your JSON flow actions to create JSON objects, parse JSON and convert JSON to string. - [JSON Web Token](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/json-web-token.md): Learn how to configure your JSON Web Token flow actions to sign, verify or decode JSON Web Tokens. - [Logic](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/logic.md): Learn how to configure your logic flow actions to add if/then conditions, store shared variables, show error messages or map values. - [Mailjet](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/mailjet.md): Learn how to configure your Mailjet flow actions to send emails. - [SendGrid](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/sendgrid.md): Learn how to configure your SendGrid flow actions to send emails. - [Telegram](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/telegram.md): Learn how to configure your Telegram flow actions to send messages. - [Twilio](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/twilio.md): Use the Twilio actions to send SMS and make calls using Twilio. - [WhatsApp](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/whatsapp.md): Learn how to configure your WhatsApp flow actions to send messages. - [XML](https://auth0.generaltranslation.app/docs/customize/forms/flows/integrations/xml.md): Learn how to configure your XML flow actions to convert JSON to XML and XML to JSON. - [Nodes and components](https://auth0.generaltranslation.app/docs/customize/forms/nodes-and-components.md): Learn about Form nodes and available components. - [Render Forms using Actions](https://auth0.generaltranslation.app/docs/customize/forms/render.md): Learn how you can render Forms using Actions. - [Resources: Templates](https://auth0.generaltranslation.app/docs/customize/forms/resource-template-forms.md) - [Routers](https://auth0.generaltranslation.app/docs/customize/forms/routers.md): Describes how to use Router nodes with Forms. - [Variables and helper functions](https://auth0.generaltranslation.app/docs/customize/forms/variables.md): Learn how to use variables in Forms for Actions. - [Vault](https://auth0.generaltranslation.app/docs/customize/forms/vault.md): Describes how to use the Vault of Forms for Actions. - [Auth0 Hooks](https://auth0.generaltranslation.app/docs/customize/hooks.md): Describes Auth0 hooks, some of which may be used with database and passwordless connections. - [Create Hooks](https://auth0.generaltranslation.app/docs/customize/hooks/create-hooks.md): Learn how to create Hooks using the Dashboard and Management API. Hooks may also be imported and exported using the Auth0 Deploy Command-Line Interface (CLI) tool. - [Delete Hooks](https://auth0.generaltranslation.app/docs/customize/hooks/delete-hooks.md): Learn how to delete Hooks using the Dashboard and Management API. - [Enable/Disable Hooks](https://auth0.generaltranslation.app/docs/customize/hooks/enable-disable-hooks.md): Learn how to enable and disable hooks using the Dashboard and Management API. - [Hook Secrets](https://auth0.generaltranslation.app/docs/customize/hooks/hook-secrets.md): Learn about integrated secret management used with Auth0 Hooks. - [Create Hook Secrets](https://auth0.generaltranslation.app/docs/customize/hooks/hook-secrets/create-hook-secrets.md): Learn how to create Hook Secrets using the Dashboard and Management API. Hook Secrets may also be imported and exported using the Auth0 Deploy Command-Line Interface (CLI) tool. - [Delete Hook Secrets](https://auth0.generaltranslation.app/docs/customize/hooks/hook-secrets/delete-hook-secrets.md): Learn how to delete Hook Secrets using the Dashboard and Management API. Hook Secrets may also be imported and exported using the Auth0 Deploy Command-Line Interface (CLI) tool. - [Update Hook Secrets](https://auth0.generaltranslation.app/docs/customize/hooks/hook-secrets/update-hook-secrets.md): Learn how to update Hook Secrets using the Dashboard or Management API. Hook Secrets may also be imported and exported using the Auth0 Deploy Command-Line Interface (CLI) tool. - [View Hook Secrets](https://auth0.generaltranslation.app/docs/customize/hooks/hook-secrets/view-hook-secrets.md): Learn how to view Hook Secrets using the Dashboard and Management API. - [Update Hooks](https://auth0.generaltranslation.app/docs/customize/hooks/update-hooks.md): Learn how to update Hooks using the Dashboard or Management API. Hooks may also be imported and exported using the Auth0 Deploy Command-Line Interface (CLI) tool. - [View Hooks](https://auth0.generaltranslation.app/docs/customize/hooks/view-hooks.md): Learn how to view hooks using the Dashboard and Management API. Hooks may also be imported and exported using the Auth0 Deploy Command-Line Interface (CLI) tool. - [View Logs for Hooks](https://auth0.generaltranslation.app/docs/customize/hooks/view-logs-for-hooks.md): Learn how to view logs for hooks using the Auth0 Dashboard. - [Secure Apigee with Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/apigee.md): Learn how to use Auth0 to secure access to API proxies developed and managed by Apigee Edge. - [Authenticating & Authorizing Devices using MQTT with Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/authenticate-devices-using-mqtt.md): How to authenticate and authorize devices using MQTT with Auth0. - [Authenticating & Authorizing a Tessel device with Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/authenticating-and-authorizing-a-tessel-device-with-auth0.md): How to authenticate and authorize a Tessel device with Auth0. - [Integrate with Amazon Web Services and Products](https://auth0.generaltranslation.app/docs/customize/integrations/aws.md): List of Amazon products and services, including Amazon Web Services (AWS) for identity and access management (IAM) with Auth0. - [Integrate with Amazon Cognito](https://auth0.generaltranslation.app/docs/customize/integrations/aws/amazon-cognito.md): How to integrate Auth0 with Amazon Cognito using an OpenID Connect (OIDC) Provider. - [Secure AWS API Gateway Using Cognito](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-cognito.md): How to secure the API Gateway Tutorial using Cognito instead of IAM roles and policies. - [Secure AWS API Gateway Endpoints Using Custom Authorizers](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-custom-authorizers.md): How to use secure AWS API Gateway using custom authorizers that accept Auth0-issued access tokens. - [Build Serverless Applications Using Token-Based Authentication with AWS API Gateway and Lambda](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-delegation.md): How to build a serverless application using Token-based Authentication with AWS API Gateway and Lambda. - [AWS API Gateway Tutorial Step 1](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-delegation/aws-api-gateway-delegation-1.md): Step 1 of Amazon API Gateway Tutorial - [AWS API Gateway Tutorial Step 2](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-delegation/aws-api-gateway-delegation-2.md): Step 2 of Amazon API Gateway Tutorial - [AWS API Gateway Tutorial Step 3](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-delegation/aws-api-gateway-delegation-3.md): Step 3 of Amazon API Gateway Tutorial - [AWS API Gateway Tutorial Step 4](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-delegation/aws-api-gateway-delegation-4.md): Step 4 of Amazon API Gateway Tutorial - [AWS API Gateway Tutorial Step 5](https://auth0.generaltranslation.app/docs/customize/integrations/aws/aws-api-gateway-delegation/aws-api-gateway-delegation-5.md): Step 5 of Amazon API Gateway Tutorial - [Configure Amazon Web Services for Single Sign-On](https://auth0.generaltranslation.app/docs/customize/integrations/aws/configure-amazon-web-services-for-sso.md): Learn how to configure single sign-on (SSO) for Auth0 with Amazon Web Services (AWS). - [Configure Amazon Web Services for Delegated Authentication](https://auth0.generaltranslation.app/docs/customize/integrations/aws/how-to-set-up-aws-for-delegated-authentication.md): Learn how to configure Amazon Web Services (AWS) for delegated authentication. - [Use Amazon Web Services Session Tags for Role-Based Access Control](https://auth0.generaltranslation.app/docs/customize/integrations/aws/session-tags.md): Learn how to use Amazon Web Services (AWS) Session Tags to implement role-based access control (RBAC) for AWS APIs and Resources. - [Integrate with Azure API Management](https://auth0.generaltranslation.app/docs/customize/integrations/azure-api-management.md): Using Auth0 as an OAuth 2.0 server to authenticate users wanting access to an API managed by the Azure API Management service - [CMS Identity Plugins](https://auth0.generaltranslation.app/docs/customize/integrations/cms.md): Explains CMS Identity Plugins such as WordPress and Joomla - [Login by Auth0 WordPress Plugin](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin.md): This page explains the basics of the Login by Auth0 WordPress plugin - [Configure Login by Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin/configure-login-by-auth0.md): How to configure WordPress as an application with Auth0 - [Extend Login by Auth0 WordPress Plugin](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin/extend-login-by-auth0.md): Learn how to extend the Login by Auth0 WordPress Plugin with hooks, filters, and functions. - [Install Login by Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin/install-login-by-auth0.md): Explains how to install the Auth0 WordPress plugin - [Integrate with WordPress](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin/integrate-with-wordpress.md): Describes the scenarios of how Auth0 integrates with WordPress - [Troubleshoot Login by Auth0 WordPress Plugin](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin/troubleshoot-login-by-auth0.md): This page explains common troubleshooting issues with the Login by Auth0 WordPress plugin - [Troubleshoot WordPress Plugin Invalid State Errors](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin/troubleshoot-wordpress-plugin-invalid-state-errors.md): Troubleshooting invalid state errors in the Login by Auth0 WordPress plugin - [User Migration in Login by Auth0 WordPress Plugin](https://auth0.generaltranslation.app/docs/customize/integrations/cms/wordpress-plugin/user-migration-in-login-by-auth0.md): Describes the user migration feature of the Login by Auth0 WordPress Plugin - [Connect Provider Hosted Apps to SharePoint Online](https://auth0.generaltranslation.app/docs/customize/integrations/connecting-provider-hosted-apps-to-sharepoint-online.md): How to connect provider hosted apps to SharePoint Online. - [Secure Google Cloud Endpoints with Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/google-cloud-endpoints.md): How to secure a Google Cloud Endpoints API with Auth0. - [Integrate with Netlify](https://auth0.generaltranslation.app/docs/customize/integrations/integrate-with-netlify.md): Documentation for integrating Auth0 into Netlify - [Integrate with Vercel](https://auth0.generaltranslation.app/docs/customize/integrations/integrate-with-vercel.md): Integrating Auth0 into your Vercel application - [Export User Data to Marketing Tools](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations.md): Learn how to export Auth0 user data to marketing applications and services. - [Export User Data to Adobe Campaign](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/adobe-campaign.md): Learn how to export your Auth0 user data and import it into Adobe Campaign. - [Export User Data to Alterian](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/alterian.md): Learn how to export your Auth0 user data and import it into Alterian. - [Export User Data to Constant Contact](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/constant-contact.md): Learn how to export your Auth0 user data and import it into Constant Contact. - [Export User Data to Oracle Eloqua](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/eloqua.md): Learn how to export your Auth0 user data and import it into Oracle Eloqua. - [Export User Data to Salesforce](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/export-user-data-salesforce.md): Learn how to export your Auth0 user data and import it into Salesforce. - [Export User Data to MailChimp](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/mailchimp.md): Learn how to export your Auth0 user data and import it into MailChimp. - [Export User Data to Marketo](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/marketo.md): Learn how to export your Auth0 user data and import it into Marketo. - [Export User Data to Sailthru](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/sailthru.md): Learn how to export your Auth0 user data and import it into Sailthru. - [Export User Data to Salesforce Marketing Cloud](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/salesforce-marketing-cloud.md): Learn how to export your Auth0 user data and import it into Salesforce Marketing Cloud. - [Export User Data to Watson Campaign Automation](https://auth0.generaltranslation.app/docs/customize/integrations/marketing-tool-integrations/watson-campaign-automation.md): Learn how to export your Auth0 user data and import it into Watson Campaign Automation. - [Marketplace Partners](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners.md): Learn about integrating with Auth0 as part of the Auth0 Marketplace Community. For current and potential Marketplace Partners. - [Actions Integrations for Partners](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners/actions-integrations-for-partners.md): Instructions for Auth0 business partners to create zero-code solutions that tie third-party products into Auth0 workflows - [Defining an Integration Use Case](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners/defining-an-integration-use-case.md): Describes methodology to plan an Auth0 integration - [Introduction to Integrating with Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners/introduction-to-integrating-with-auth0.md): Describes available integrations for Auth0's partners - [Redirect Actions for Partners](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners/redirect-actions-for-partners.md): Learn about redirect Actions and how Auth0 Marketplace partners can use them to customize the login flow. - [Social Connections for Partners](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners/social-connections-for-partners.md): Learn about social connections and how Auth0 Marketplace partners can use, build, and test them. - [SSO Integrations for Partners](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners/sso-integrations-for-partners.md): Learn how to build an SSO Integration as a member of our partner community. - [Writing Tips for Installation Guides](https://auth0.generaltranslation.app/docs/customize/integrations/marketplace-partners/writing-tips-for-installation-guides.md): Describes writing guidelines for Partners submitting integrations - [Migrate Office365 Connections to Windows Azure AD](https://auth0.generaltranslation.app/docs/customize/integrations/migrate-office365-connections-to-windows-azure-ad.md): Details migrating Office365 connections to Windows Azure AD. - [Office 365 Custom Provisioning](https://auth0.generaltranslation.app/docs/customize/integrations/office-365-custom-provisioning.md): Learn how to set up Microsoft Office 365 custom provisioning. - [Secure a CLI with Auth0](https://auth0.generaltranslation.app/docs/customize/integrations/secure-a-cli-with-auth0.md): How to use Auth0 to secure a CLI. - [Integrate with SharePoint 2010/2013](https://auth0.generaltranslation.app/docs/customize/integrations/sharepoint-2010-2013.md): How to integrate with SharePoint 2010/2013, including set up, troubleshooting, accessing logs and next steps. - [Single Sign-On Integrations](https://auth0.generaltranslation.app/docs/customize/integrations/sso-integrations.md): Overview of Auth0 Single Sign-on (SSO) Integrations. - [Internationalization and Localization](https://auth0.generaltranslation.app/docs/customize/internationalization-and-localization.md): Learn how to internationalize and localize emails, login prompts, and Lock password options. - [Lock.Android Internationalization](https://auth0.generaltranslation.app/docs/customize/internationalization-and-localization/lock-android-internationalization.md): Internationalization support in Lock.Android - [Lock Internationalization](https://auth0.generaltranslation.app/docs/customize/internationalization-and-localization/lock-internationalization.md): Lock v11 supports multiple languages, and allows for the addition of other custom language files, as well as for customizing the values of specific pieces of text that are displayed in the Lock widget. - [Lock.swift Internationalization](https://auth0.generaltranslation.app/docs/customize/internationalization-and-localization/lock-swift-internationalization.md): Internationalization support in Lock.Swift - [Customize Translation of Lock Password Options](https://auth0.generaltranslation.app/docs/customize/internationalization-and-localization/password-options-translation.md): Learn how to customize the translation of Lock password options. - [Universal Login Internationalization](https://auth0.generaltranslation.app/docs/customize/internationalization-and-localization/universal-login-internationalization.md): Describes the languages you can choose to localize your login pages. - [Log Streams](https://auth0.generaltranslation.app/docs/customize/log-streams.md): Describes how to export your logs in near real-time using log streaming. - [Check Log Stream Health](https://auth0.generaltranslation.app/docs/customize/log-streams/check-log-stream-health.md): Learn how to check the health of your log streaming configurations in the Auth0 Dashboard. - [Create Custom Log Streams Using Webhooks](https://auth0.generaltranslation.app/docs/customize/log-streams/custom-log-streams.md): Learn how to configure a log stream using a custom webhook to stream log events to the URL of your choice. - [Use Auth0 Dashboard Templates with Datadog](https://auth0.generaltranslation.app/docs/customize/log-streams/datadog-dashboard-templates.md): Describes how to import and use Auth0 dashboard templates to visualize the data from your Auth0 tenant in Datadog. - [Log Stream Filters](https://auth0.generaltranslation.app/docs/customize/log-streams/event-filters.md): Lists available log filters for log streams and the logs included in each filter. - [Integrated Log Streaming Services](https://auth0.generaltranslation.app/docs/customize/log-streams/integrate-log-stream-service.md) - [Use Auth0 App for Splunk](https://auth0.generaltranslation.app/docs/customize/log-streams/splunk-dashboard.md): Learn how to use the Auth0 App for Splunk to create a Splunk Auth0 dashboard to visualize your tenant traffic. - [Use Auth0 App for Sumo Logic](https://auth0.generaltranslation.app/docs/customize/log-streams/sumo-logic-dashboard.md): Describes how to use the Auth0 App for Sumo Logic to create a Sumo Logic Auth0 dashboard to visualize your tenant traffic. - [Customize Login Pages](https://auth0.generaltranslation.app/docs/customize/login-pages.md): Explore topics related to login page customization - [Advanced Customizations for Universal Login (ACUL)](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations.md): An overview of Auth0's Advanced Customization for Universal Login - [ACUL Use Cases](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/acul-use-cases.md): Learn about ACUL use cases - [Create a theme with Tailwind](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/acul-use-cases/create-theme-tailwind.md): Learn how to create a theme using tailwind CSS with ACUL - [Integrate a Custom Component Library](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/acul-use-cases/integrate-custom-component.md): Learn how to integrate a custom component library with ACUL - [Configure ACUL](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/configure.md): Learn how to configure ACUL - [ACUL Deployment Workflow](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/deployment-workflow.md): Learn about ACUL deployment workflow - [ACUL Development Workflow](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/development-workflow.md): Learn about ACUL development workflow - [ACUL Quickstart](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/quickstart.md): Get started with ACUL quickstart - [ACUL SDKs and Resources](https://auth0.generaltranslation.app/docs/customize/login-pages/advanced-customizations/reference.md): Learn about ACUL SDKs and resources - [Customize Classic Login](https://auth0.generaltranslation.app/docs/customize/login-pages/classic-login.md): Learn how to customize the Classic Login experience - [Customize Classic Login Pages](https://auth0.generaltranslation.app/docs/customize/login-pages/classic-login/customization-classic.md): Learn how to customize the login page for the Classic Login experience. - [Customize Lock Error Messages](https://auth0.generaltranslation.app/docs/customize/login-pages/classic-login/customize-lock-error-messages.md): Customizing error messages with Lock - [Customize Classic Password Reset Page](https://auth0.generaltranslation.app/docs/customize/login-pages/classic-login/customize-password-reset-page.md): Learn how to customize a Classic Login password reset page. - [Customize Classic Login Pages with Lock or SDK](https://auth0.generaltranslation.app/docs/customize/login-pages/classic-login/customize-with-lock-sdk.md): Learn how to customize the Classic Login page with Lock or a custom UI built on top of an Auth0 SDK. - [Classic Login Page Version Control](https://auth0.generaltranslation.app/docs/customize/login-pages/classic-login/version-control.md): Learn how to back up your Classic Login pages using the Auth0 source control extensions - [Customize Error Pages](https://auth0.generaltranslation.app/docs/customize/login-pages/custom-error-pages.md): Learn how to create a custom error page for authorization error events. - [Customize Consent Prompts](https://auth0.generaltranslation.app/docs/customize/login-pages/customize-consent-prompts.md): Describes how to customize the consent prompt presented to users during authorization. - [Customize Universal Login](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login.md): An overview of Universal Login customization - [Customize Signup and Login Prompts](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-signup-and-login-prompts.md): Learn how to customize signup and login prompts for Universal Login - [Configure Flexible Connection Switching](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-signup-and-login-prompts/connection-switching.md): Learn how you can implement flexible connection switching with Universal Login - [Configure Flexible Language Selection](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-signup-and-login-prompts/language-selection.md): Learn how you can add a preferred language menu to Universal Login prompts. - [Use Actions to Validate and Store End-user Data Gathered By Signup Prompt Customizations](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-signup-and-login-prompts/use-actions-to-validate-and-store-end-user-data-gathered-by-signup-prompt.md): Learn how to use Auth0 Actions to validate and store end-user data. - [Use Dynamic Variables to Internationalize Custom Form Elements](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-signup-and-login-prompts/use-dynamic-variables-to-internationalize-custom-form-elements.md): Learn how dynamic variables can create multi-language login prompts. - [Customize Universal Login Page Templates](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-templates.md): Learn how to create login page templates for the Universal Login experience. - [Customize Universal Login Text Elements](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-text-elements.md): Learn how to customize Universal Login text elements using the Auth0 Dashboard or Management API - [Customize Universal Login Page Themes](https://auth0.generaltranslation.app/docs/customize/login-pages/universal-login/customize-themes.md): Describes how to use the no-code editor to customize themes for Universal Login pages. - [Customize Phone Messages](https://auth0.generaltranslation.app/docs/customize/phone-messages.md): Learn how to customize your phone message flow in the Auth0 Dashboard. - [Configure Phone Messaging Providers](https://auth0.generaltranslation.app/docs/customize/phone-messages/configure-phone-messaging-providers.md): Learn how to configure phone messaging providers in the Auth0 Dashboard. - [Configure a Custom Phone Provider](https://auth0.generaltranslation.app/docs/customize/phone-messages/configure-phone-messaging-providers/configure-a-custom-phone-provider.md): Learn how to configure a custom phone provider using Actions - [Action Triggers: custom-phone-provider API Object](https://auth0.generaltranslation.app/docs/customize/phone-messages/configure-phone-messaging-providers/configure-a-custom-phone-provider/action-triggers-custom-phone-provider-api-object.md): Learn how to use the custom-phone-provider API object. - [Actions Triggers: custom-phone-provider Event Object](https://auth0.generaltranslation.app/docs/customize/phone-messages/configure-phone-messaging-providers/configure-a-custom-phone-provider/actions-triggers-custom-phone-provider-event-object.md): Learn how to use to custom-phone-provider Event Object to configure a custom phone provider. - [Configure a Custom Phone Provider with Terraform](https://auth0.generaltranslation.app/docs/customize/phone-messages/configure-phone-messaging-providers/configure-a-custom-phone-provider/configure-a-custom-phone-provider-with-terraform.md): Learn how to configure a custom phone provider using Terraform Auth0 Provider - [Configure a Custom Phone Provider with Twilio Verify](https://auth0.generaltranslation.app/docs/customize/phone-messages/configure-phone-messaging-providers/configure-a-custom-phone-provider/configure-a-custom-phone-provider-with-twilio-verify.md): Learn how to configure a custom phone provider with Twilio Verify - [Configure Twilio as a Phone Messaging Provider](https://auth0.generaltranslation.app/docs/customize/phone-messages/configure-phone-messaging-providers/configure-twilio-as-a-phone-messaging-provider.md): Learn how to configure Twilio as a Phone Messaging Provider in the Auth0 Dashboard. - [Customize Phone Templates](https://auth0.generaltranslation.app/docs/customize/phone-messages/customize-phone-templates.md): Learn how to customize phone templates in the Auth0 Dashboard. - [Auth0's Unified Phone Experience](https://auth0.generaltranslation.app/docs/customize/phone-messages/unified-phone.md): Learn about Auth0's Unified Phone Experience for phone provider configuration. - [Configure Auth0 Unified Phone Experience](https://auth0.generaltranslation.app/docs/customize/phone-messages/unified-phone/configure-unified-phone.md): Learn how to configure Auth0's Unified Phone Experience for MFA and Passwordless. - [Use the Unified Phone Experience for Passwordless](https://auth0.generaltranslation.app/docs/customize/phone-messages/unified-phone/unified-phone-experience-passwordless.md): Learn how to configure the Unified Phone Experience for Passwordless authentication. - [Use Auth0's Unified Phone Experience for Multi-Factor Authentication](https://auth0.generaltranslation.app/docs/customize/phone-messages/unified-phone/use-auth0s-unified-phone-experience-for-multi-factor-authentication.md): Migrate your phone provider configuration to the Unified Phone Experience. - [Auth0 Rules](https://auth0.generaltranslation.app/docs/customize/rules.md): Learn about Rules and how you can use them to customize and extend Auth0's capabilities. - [Cache Expensive Resources in Rules](https://auth0.generaltranslation.app/docs/customize/rules/cache-resources.md): How to cache expensive resources in your Rules code. - [Store Rule Configurations](https://auth0.generaltranslation.app/docs/customize/rules/configuration.md): Learn about the global configuration object in rules for storing commonly used values. - [Configure Global Variables for Rules](https://auth0.generaltranslation.app/docs/customize/rules/configure-global-variables-for-rules.md): Describes how to configure global variables for rules using the Auth0 Dashboard. - [Context Object Properties in Rules](https://auth0.generaltranslation.app/docs/customize/rules/context-object.md): Learn about the properties of the Rules context object, which stores information about users' IP addresses, applications, and location. - [Create Rules](https://auth0.generaltranslation.app/docs/customize/rules/create-rules.md): Learn how to create rules using the Auth Dashboard or the Management API. - [Debug Rules](https://auth0.generaltranslation.app/docs/customize/rules/debug-rules.md): Learn how to debug your Auth0 rules. - [Raise Errors from Rules](https://auth0.generaltranslation.app/docs/customize/rules/raise-errors-from-rules.md): The Auth0 login page can’t display an error message from a rule. Learn what to do instead. - [Redirect Users from Within Rules](https://auth0.generaltranslation.app/docs/customize/rules/redirect-users.md): Learn how to customize authentication flows by redirecting users using rules. Example areas that can be customized include MFA, privacy policy acceptance, and gathering user data. - [Use the Management API from within Rules](https://auth0.generaltranslation.app/docs/customize/rules/use-management-api.md): Learn how to use the Management API from within rules. - [User Object Properties in Rules](https://auth0.generaltranslation.app/docs/customize/rules/user-object-in-rules.md): Describes the properties of the user object that stores information about the logged in user, returned by the identity provider. - [Deploy and Monitor](https://auth0.generaltranslation.app/docs/deploy-monitor.md): Learn about Auth0 public and private cloud deployment options, as well as deployment checklists and tools. - [Auth0 Terraform Provider](https://auth0.generaltranslation.app/docs/deploy-monitor/auth0-terraform-provider.md): Learn about the Auth0 Terraform Provider for representing your tenant configurations as code. - [Deployment Checklist](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-checklist.md): Deployment checklists for your implementation - [Deploy CLI Tool](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool.md): Learn about the Auth0 Deploy CLI Tool and how it works. - [Authenticate with your Tenant](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/authenticate-with-your-tenant.md): Learn about the different methods of authenticating the Auth0 Deploy CLI with your tenant. - [Available Resource Configuration Formats](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/available-resource-configuration-formats.md): Learn about the available configuration formats when using the Auth0 Deploy CLI. - [Configure the Deploy CLI](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/configure-the-deploy-cli.md): Learn how to configure the Auth0 Deploy CLI to modify the tool for your needs. - [Exclude Resources From Management](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/exclude-resources-from-management.md): Learn how to exclude resources from being managed when using the Auth0 Deploy CLI. - [Incorporate into Multi-environment Workflows](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/incorporate-into-multi-environment-workflows.md): Learn how to support multi-tenant, multi-environment workflows when using the Auth0 Deploy CLI. - [Keyword Replacement](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/keyword-replacement.md): Learn how to manage a multi-tenant workflow with the Auth0 Deploy CLI using keyword replacement. - [Resource-specific Documentation](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/resource-specific-documentation.md): Learn about the specifics of resource documentation for the Auth0 Deploy CLI. - [Use as a CLI](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/use-as-a-cli.md): Learn how to the use the Auth0 Deploy CLI as a standalone command-line utility. - [Use as a Node Module](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-cli-tool/use-as-a-node-module.md): Learn how to the use the Auth0 Deploy CLI as a node module. - [Private Cloud Deployments](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-private-cloud.md): Describes Auth0 private cloud deployment options. - [Private Cloud Add-on Features](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-private-cloud/private-cloud-add-on-features.md): Learn about add-on features that can complement your Auth0 Private Cloud deployment. - [Private Cloud on AWS](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-private-cloud/private-cloud-on-aws.md): Learn about the Auth0 identity platform on AWS deployment option and its capabilities. - [Private Cloud on Azure](https://auth0.generaltranslation.app/docs/deploy-monitor/deploy-private-cloud/private-cloud-on-azure.md): Learn about the Auth0 identity platform on Azure deployment option and its capabilities. - [Deployment Best Practices](https://auth0.generaltranslation.app/docs/deploy-monitor/deployment-best-practices.md): Learn about best practices for deployment. - [Deployment Options](https://auth0.generaltranslation.app/docs/deploy-monitor/deployment-options.md): Describes Auth0 public and private cloud deployment options. - [Logs](https://auth0.generaltranslation.app/docs/deploy-monitor/logs.md): Understand how tenant and operations event logs work in Auth0. - [Log Data Retention](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/log-data-retention.md): Describes how long log data is stored depending on your Auth0 plan. - [Filter Log Events](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/log-event-filters.md): Lists the log filters for errors, warnings, and success events. - [Log Type Codes](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/log-event-type-codes.md): Lists the event codes associated with log events. - [Log Search Query Syntax](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/log-search-query-syntax.md): Describes search query syntax using a subset of the Lucene query syntax to refine Auth0 log searches. - [Personally Identifiable Information in Auth0 Logs](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/pii-in-logs.md): Describes the potential personally identifiable information (PII) that Auth0 writes to tenant logs. - [Prompt Details in Tenant Logs](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/prompt-details-in-tenant-logs.md): Describes attributes and values from user prompts in Auth0 tenant logs. - [Retrieve Log Logs Using the Management API](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/retrieve-log-events-using-mgmt-api.md): Learn how to retrieve logs using the Auth0 Management API get_logs endpoint by checkpoint or by search criteria. - [View Logs](https://auth0.generaltranslation.app/docs/deploy-monitor/logs/view-log-events.md): Learn how to view logs in the Dashboard including user authentication and administrative actions such as adding and updating applications, connections, and rules. - [Monitor Auth0](https://auth0.generaltranslation.app/docs/deploy-monitor/monitor.md): Describes how to monitor and track your Auth0 usage, as well as how to send tenant logs to external tools. - [Check Auth0 Status](https://auth0.generaltranslation.app/docs/deploy-monitor/monitor/check-auth0-status.md): Learn how to check Auth0 public cloud service availability, incident reports, and historical uptime reports. - [Check External Services Status](https://auth0.generaltranslation.app/docs/deploy-monitor/monitor/check-external-services-status.md): Learn how to check the status of services external to Auth0. - [Monitor Applications](https://auth0.generaltranslation.app/docs/deploy-monitor/monitor/monitor-applications.md): Your applications depend on Auth0. Monitoring Auth0's health lets you report errors or reduce user impact in case there's an issue with Auth0. Learn more. - [Monitor Auth0 Using System Center Operations Manager](https://auth0.generaltranslation.app/docs/deploy-monitor/monitor/monitor-using-scom.md): Describes how to monitor Auth0 as a standard web application using System Center Operations Manager (SCOM) or any tool that supports synthetic transactions. - [Pre-Deployment Checks](https://auth0.generaltranslation.app/docs/deploy-monitor/pre-deployment-checks.md): A reference of helpful pre-deployment checks for your production Auth0 environment. - [Run Production Readiness Checks](https://auth0.generaltranslation.app/docs/deploy-monitor/pre-deployment-checks/how-to-run-production-checks.md): Learn how to run the Auth0 Production Checks to ensure that your Applications are production-ready. - [Pre-Launch Tips](https://auth0.generaltranslation.app/docs/deploy-monitor/pre-deployment-checks/pre-launch-tips.md): A list of helpful tips for when getting started with Auth0 services based on feedback and experience from others - [Run Pre-Deployment Tests](https://auth0.generaltranslation.app/docs/deploy-monitor/pre-deployment-checks/predeployment-tests.md): Learn how to test your Auth0 implementation prior to deployment to production environments. - [Production Readiness Checks: Non-Critical Fixes](https://auth0.generaltranslation.app/docs/deploy-monitor/pre-deployment-checks/production-check-recommended-fixes.md): Recommendations on how you can improve your Auth0 Application prior to production deployment - [Production Readiness Checks: Critical Fixes](https://auth0.generaltranslation.app/docs/deploy-monitor/pre-deployment-checks/production-check-required-fixes.md): Fixes you must make to your Auth0 Application prior to production deployment - [Production Readiness Checks: Best Practices](https://auth0.generaltranslation.app/docs/deploy-monitor/pre-deployment-checks/production-checks-best-practices.md): Checks to ensure that your Applications comply with Auth0 best practices - [Get Started](https://auth0.generaltranslation.app/docs/get-started.md): Learn the basics and begin building your authentication solution. - [APIs](https://auth0.generaltranslation.app/docs/get-started/apis.md): Explore key topics related to working with APIs. - [Add API Permissions](https://auth0.generaltranslation.app/docs/get-started/apis/add-api-permissions.md): Learn how to add permissions to APIs using the Auth Dashboard or the Management API. - [API Access Policies for Applications](https://auth0.generaltranslation.app/docs/get-started/apis/api-access-policies-for-applications.md) - [API Settings](https://auth0.generaltranslation.app/docs/get-started/apis/api-settings.md): Describes the settings related to APIs available in the Auth0 Dashboard. - [Configure Access Token Profile](https://auth0.generaltranslation.app/docs/get-started/apis/configure-access-token-profile.md): Learn how to configure an access token profile for your API. - [Configure JSON Web Encryption (JWE)](https://auth0.generaltranslation.app/docs/get-started/apis/configure-json-web-encryption.md): Learn how to configure JSON Web Encryption (JWE) for an API. - [Configure Rich Authorization Requests (RAR)](https://auth0.generaltranslation.app/docs/get-started/apis/configure-rich-authorization-requests.md): Learn how to configure Rich Authorization Requests (RAR) for a resource server. - [Create Machine-to-Machine Applications for Testing](https://auth0.generaltranslation.app/docs/get-started/apis/create-m2m-app-test.md): Learn how to register and authorize a test machine-to-machine application for calling Management API endpoints using Access Tokens. - [Delete API Permissions](https://auth0.generaltranslation.app/docs/get-started/apis/delete-api-permissions.md): Learn how to delete permissions from APIs using the Auth0 Dashboard or the Management API. - [Enable Role-Based Access Control for APIs](https://auth0.generaltranslation.app/docs/get-started/apis/enable-role-based-access-control-for-apis.md): Learn how to enable role-based access control (RBAC) for an API using the Auth0 Dashboard or the Management API. - [Scopes](https://auth0.generaltranslation.app/docs/get-started/apis/scopes.md): Understand the principle of scopes and explore general examples of their use. - [API Scopes](https://auth0.generaltranslation.app/docs/get-started/apis/scopes/api-scopes.md): Understand the principle of scopes and how it is used with APIs. - [OpenID Connect Scopes](https://auth0.generaltranslation.app/docs/get-started/apis/scopes/openid-connect-scopes.md): Understand scopes and claims used with the OpenID Connect (OIDC) protocol. - [Sample Use Cases: Scopes and Claims](https://auth0.generaltranslation.app/docs/get-started/apis/scopes/sample-use-cases-scopes-and-claims.md): Learn how to use scopes and claims with applications and APIs. - [Configure Logical API for Multiple APIs](https://auth0.generaltranslation.app/docs/get-started/apis/set-logical-api.md): Learn how to use a single logical API in Auth0 to represent and control access to multiple APIs. - [Applications in Auth0](https://auth0.generaltranslation.app/docs/get-started/applications.md): Learn the basics of registering and configuring your applications in Auth0. - [Application Access to APIs: Client Grants](https://auth0.generaltranslation.app/docs/get-started/applications/application-access-to-apis-client-grants.md) - [Application Grant Types](https://auth0.generaltranslation.app/docs/get-started/applications/application-grant-types.md): Describes grant types and how they relate to applications. - [Application Settings](https://auth0.generaltranslation.app/docs/get-started/applications/application-settings.md): Describe the settings related to applications available in the Auth0 Dashboard. - [Change Application Signing Algorithms](https://auth0.generaltranslation.app/docs/get-started/applications/change-application-signing-algorithms.md): Describes how to change an application's signing algorithm using the Auth0 Dashboard. - [Confidential and Public Applications](https://auth0.generaltranslation.app/docs/get-started/applications/confidential-and-public-applications.md): Describes the difference between confidential and public application types. - [Enable Third-Party Applications](https://auth0.generaltranslation.app/docs/get-started/applications/confidential-and-public-applications/enable-third-party-applications.md): Describes how to enable third-party applications for your tenant. - [First-Party and Third-Party Applications](https://auth0.generaltranslation.app/docs/get-started/applications/confidential-and-public-applications/first-party-and-third-party-applications.md): Describes the difference between confidential and public application types. - [Update Application Ownership](https://auth0.generaltranslation.app/docs/get-started/applications/confidential-and-public-applications/update-application-ownership.md): Learn how to update application ownership using the Auth0 Management API. This will let you specify whether an application is registered with Auth0 as a first-party or third-party application. - [User Consent and Third-Party Applications](https://auth0.generaltranslation.app/docs/get-started/applications/confidential-and-public-applications/user-consent-and-third-party-applications.md): Learn how to decouple APIs from applications that consume them and define third-party apps that you don't control or may not trust. - [View Application Ownership](https://auth0.generaltranslation.app/docs/get-started/applications/confidential-and-public-applications/view-application-ownership.md): Learn how to check whether an application is registered with Auth0 as a first-party or third-party app using the Auth0 Management API. - [Check if Application is Confidential or Public](https://auth0.generaltranslation.app/docs/get-started/applications/confidential-and-public-applications/view-application-type.md): Describes how to check whether an application is registered with Auth0 as a confidential or public app using the Auth0 Management Dashboard. - [Configure Application Metadata](https://auth0.generaltranslation.app/docs/get-started/applications/configure-application-metadata.md): Learn how to configure, update, and delete application metadata (client_metadata and clientMetadata) in the Auth0 Dashboard Applications Advanced Settings. - [Configure Applications with OIDC Discovery](https://auth0.generaltranslation.app/docs/get-started/applications/configure-applications-with-oidc-discovery.md): Describes how to use OpenID Connect (OIDC) discovery to configure applications with Auth0 using SDKs. - [Configure Client-Initiated Backchannel Authentication](https://auth0.generaltranslation.app/docs/get-started/applications/configure-client-initiated-backchannel-authentication.md): Learn how to configure Client-Initiated Backchannel Authentication for your tenant. - [Configure FAPI Compliance](https://auth0.generaltranslation.app/docs/get-started/applications/configure-fapi-compliance.md): Learn how to configure FAPI compliance for an Auth0 tenant. - [Configure Auth0 to pass OpenID FAPI Certification Tests](https://auth0.generaltranslation.app/docs/get-started/applications/configure-fapi-compliance/configure-auth0-to-pass-openid-fapi-certification-tests.md): Learn how to configure Auth0 to pass the OpenID FAPI Certification Tests. - [Configure JWT-secured Authorization Requests (JAR)](https://auth0.generaltranslation.app/docs/get-started/applications/configure-jar.md): Learn how to configure JWT-secured Authorization Requests (JAR) for an application. - [Configure mTLS Authentication](https://auth0.generaltranslation.app/docs/get-started/applications/configure-mtls.md): Learn how to configure mTLS authentication. - [Configure mTLS Authentication for a Client](https://auth0.generaltranslation.app/docs/get-started/applications/configure-mtls/configure-mtls-for-a-client.md): Describes how to configure mTLS authentication for a client. - [Configure mTLS Authentication for a Tenant](https://auth0.generaltranslation.app/docs/get-started/applications/configure-mtls/configure-mtls-for-a-tenant.md): Describes how to configure mTLS Authentication for a tenant. - [Set up the Customer Edge](https://auth0.generaltranslation.app/docs/get-started/applications/configure-mtls/set-up-the-customer-edge.md): Learn how to set up your customer edge for mTLS authentication. - [Configure Pushed Authorization Requests (PAR)](https://auth0.generaltranslation.app/docs/get-started/applications/configure-par.md): Learn how to configure Pushed Authorization Requests (PAR) for your application. - [Configure Private Key JWT Authentication](https://auth0.generaltranslation.app/docs/get-started/applications/configure-private-key-jwt.md): Describes how to configure new and existing applications to use Private Key JWT Authentication. - [Configure WS-Fed Applications](https://auth0.generaltranslation.app/docs/get-started/applications/configure-ws-fed-applications.md): Describes how to configure a WS-Fed application to use Auth0 as an identity provider. - [Credential Settings](https://auth0.generaltranslation.app/docs/get-started/applications/credentials.md): Describes the settings related to credentials tab available in the Auth0 Dashboard. - [Dynamic Application Registration](https://auth0.generaltranslation.app/docs/get-started/applications/dynamic-client-registration.md): Learn how to dynamically register applications with Auth0 using the Management API. - [Enable Android App Links Support](https://auth0.generaltranslation.app/docs/get-started/applications/enable-android-app-links-support.md): Describes how to enable Android App Links support for your Auth0 application using the Auth0 Dashboard. - [Enable Single Sign-On Integrations for Applications](https://auth0.generaltranslation.app/docs/get-started/applications/enable-sso-for-applications.md): Describes how to create a single sign-on (SSO) integration for an application. Only for use with legacy tenants. - [Enable Universal Links Support in Apple Xcode](https://auth0.generaltranslation.app/docs/get-started/applications/enable-universal-links-support-in-apple-xcode.md): Learn how to enable universal links support for your Auth0 app in Apple Xcode using the Auth0 Dashboard. - [Remove Applications](https://auth0.generaltranslation.app/docs/get-started/applications/remove-applications.md): Learn how to remove an Auth0-registered application using the Auth0 Dashboard or the Management API. - [Revoke Access to APIs Using Application Grants](https://auth0.generaltranslation.app/docs/get-started/applications/revoke-api-access.md) - [Rotate Client Secrets](https://auth0.generaltranslation.app/docs/get-started/applications/rotate-client-secret.md): Learn how to rotate an application's client secret using the Auth Dashboard or the Management API. - [Rotate Credentials](https://auth0.generaltranslation.app/docs/get-started/applications/rotate-credentials.md): Describes how to rotate existing credentials in the Auth0 Dashboard. - [Configure Cross-Origin Resource Sharing](https://auth0.generaltranslation.app/docs/get-started/applications/set-up-cors.md): Describes how to configure Cross-Origin Resource Sharing (CORS) for an Auth0-registered application using the Auth0 Dashboard. - [Set Up Database Connections](https://auth0.generaltranslation.app/docs/get-started/applications/set-up-database-connections.md): Describes how to set up database connections for applications using the Auth0 Dashboard. - [Signing Algorithms](https://auth0.generaltranslation.app/docs/get-started/applications/signing-algorithms.md): Describes signing algorithms and recommendations for configuring them in the Auth0 Dashboard. - [Test Database Connections](https://auth0.generaltranslation.app/docs/get-started/applications/test-database-connections.md): Describes how to test database connections for applications using the Auth0 Dashboard. - [Update Application Connections](https://auth0.generaltranslation.app/docs/get-started/applications/update-application-connections.md): Describes how to update an application's enabled connections using the Auth0 Dashboard. - [Update Grant Types](https://auth0.generaltranslation.app/docs/get-started/applications/update-grant-types.md): Learn how to update an application's grant types using the Auth0 Dashboard or the Management API. - [Subdomain URL Placeholders](https://auth0.generaltranslation.app/docs/get-started/applications/wildcards-for-subdomains.md): Describes placeholders, including wildcard and organization placeholders, for subdomains function in application configuration. - [Test Applications Locally](https://auth0.generaltranslation.app/docs/get-started/applications/work-with-auth0-locally.md): Learn how to develop and test Auth0 applications. - [Architecture Scenarios](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios.md): Learn about common Auth0 architecture scenarios that you can use to solve your authorization and authentication needs. - [Business to Employees](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/b2e.md): Explains the architecture scenario of B2E with a large organization that wants to extend their existing enterprise directory service. - [Business to Business](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business.md): Explains the architecture scenario B2B IAM with a SAAS application. - [Architecture (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/architecture.md): How you configure your Auth0 tenant architecture affects your B2B IAM implementation. - [Authentication (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/authentication.md): How authentication works in your B2B IAM implementation. - [Authorization (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/authorization.md): User authorization and related planning considerations for your B2B IAM implementation. - [Branding (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/branding.md): How to configure Auth0 items to reflect your brand and desired user experience. - [Deployment Automation (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/deployment.md): How Auth0 tooling helps to automate tenant deployment. - [Launch Preparation (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/launch.md): Launch preparation considerations for your B2B IAM implementation. - [Compliance Readiness (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/launch/compliance-readiness.md): Compliance checks to perform before launch of your B2B IAM implementation. - [Launch Day Preparation (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/launch/launch-day.md): Launch preparation considerations for your B2B IAM implementation. - [Operations Readiness (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/launch/operations-readiness.md): Operations checks to perform before launch of your B2B IAM implementation. - [Support Readiness (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/launch/support-readiness.md): Support readiness for the launch of your B2B IAM implementation. - [Tenant Check (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/launch/tenant-check.md): Tenant Checks to perform before launch of your B2B IAM implementation. - [Testing Complete (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/launch/testing.md): Testing preparation for the launch of your B2B IAM implementation. - [Logout (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/logout.md): User logout planning considerations for your B2B IAM implementation. - [Operations (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/operations.md): How to operationalize your Auth0 tenant environments. - [Profile Management (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/profile-management.md): User profile management planning considerations for your B2B IAM implementation. - [Provisioning (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/provisioning.md): User provisioning functionality and considerations for your B2B IAM implementation. - [Quality Assurance (B2B)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-business/quality-assurance.md): Quality Assurance considerations for your B2B IAM implementation. - [Business to Consumer](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer.md): Explains the architecture scenario B2C IAM with an eCommerce or SAAS application. - [Architecture (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/architecture.md): Learn how to configure your Auth0 tenant architecture affects your Business to Consumer (B2C) Identity and Access Management (IAM) implementation. - [Authentication (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/authentication.md): How authentication works in your B2C IAM implementation. - [Authorization (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/authorization.md): User authorization and related planning considerations for your B2C IAM implementation. - [Branding (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/branding.md): How to configure Auth0 items to reflect your brand and desired user experience. - [Deployment Automation (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/deployment.md): How Auth0 tooling helps to automate tenant deployment. - [Launch Preparation (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/launch.md): Launch preparation considerations for your B2C IAM implementation. - [Compliance Readiness (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/launch/compliance-readiness.md): Compliance checks to perform before launch of your B2C IAM implementation. - [Launch Day Preparation (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/launch/launch-day.md): Launch preparation considerations for your B2C IAM implementation. - [Operations Readiness (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/launch/operations-readiness.md): Operations checks to perform before launch of your B2C IAM implementation. - [Support Readiness (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/launch/support-readiness.md): Support readiness for the launch of your B2C IAM implementation. - [Tenant Check (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/launch/tenant-check.md): Tenant Checks to perform before launch of your B2C IAM implementation. - [Testing Complete (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/launch/testing.md): Testing preparation for the launch of your B2C IAM implementation. - [Logout (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/logout.md): User logout planning considerations for your B2C IAM implementation. - [Operations (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/operations.md): How to operationalize your Auth0 tenant environments. - [Profile Management (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/profile-management.md): User profile management planning considerations for your B2C IAM implementation. - [Provisioning (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/provisioning.md): User provisioning functionality and considerations for your B2C IAM implementation. - [Quality Assurance (B2C)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/business-to-consumer/quality-assurance.md): Quality Assurance considerations for your B2C IAM implementation. - [Implementation Planning Checklists](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/checklists.md): Links to checklists for your implementation. - [Implementation Resources](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/implementation-resources.md): Learn about all the resources Auth0 provides to help you with your Auth0 implementation. - [Mobile Applications with API](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/mobile-api.md): Explains the architecture scenario with a mobile application communicating with an API. - [Node.js API Implementation (Mobile Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/mobile-api/api-implementation-nodejs.md): The Node.js implementation of the API for the Mobile + API architecture scenario - [Android Mobile Application Implementation (Mobile Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/mobile-api/mobile-implementation-android.md): The Android implementation of the API for the Mobile + API architecture scenario - [Solution Overview (Mobile Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/mobile-api/part-1.md): Solutions Overview for the Mobile + API architecture scenario - [Auth0 Configuration (Mobile Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/mobile-api/part-2.md): Auth0 Configuration for the Mobile + API architecture scenario - [API and Mobile Configuration (Mobile Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/mobile-api/part-3.md): API and Mobile Configuration for the Mobile + API architecture scenario - [Conclusion (Mobile Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/mobile-api/part-4.md): Conclusion for the Mobile + API architecture scenario - [Multiple Organization Architecture](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture.md): An integration guide to multi-tenant architectures that must accommodate application instances for multiple Auth0 Organizations. - [Multiple Identity Provider Organizations](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/multiple-idp-orgs.md): Learn about multiple Identity Provider (IdP) Organizations, in which every Auth0 Organization has more than one Auth0 connection. - [Single Identity Provider Organizations](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/single-identity-provider-organizations.md): Learn about Single Identity Provider(IdP) Organizations, in which every Auth0 Organization has exactly one Auth0 connection. - [Single Identity Provider: Authentication](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/single-identity-provider-organizations/authentication.md): Learn about authentication users through Organizations for multi-tenant architectures. - [Single Identity Provider: Authorization](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/single-identity-provider-organizations/authorization.md): Learn about authorizing users for Organizations in multi-tenant architectures. - [Single Identity Provider: Branding](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/single-identity-provider-organizations/branding.md): Learn about customizing branding for Organizations in multi-tenant architectures. - [Single Identity Provider: Logout](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/single-identity-provider-organizations/logout.md): Learn about logging users out for Organizations in multi-tenant architectures. - [Single Identity Provider: Profile Management](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/single-identity-provider-organizations/profile-management.md): Learn about user profile management for Organizations in multi-tenant architectures. - [Single Identity Provider: Provisioning](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/multiple-organization-architecture/single-identity-provider-organizations/provisioning.md): Learn about provisioning Organizations for multi-tenant architectures. - [Server Applications with API](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/server-application-api.md): Explains the architecture scenario with server to server communication with secure calls to an API (resource server) on behalf of the application. - [Server Apps + API: Node.js Implementation for the API](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/server-application-api/api-implementation-nodejs.md): The Node.js implementation of the API for the Server Client + API architecture scenario - [Server Apps + API: Python Implementation for the Cron Job](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/server-application-api/cron-implementation-python.md): The Python implementation of the server cron job for the Server Client + API architecture scenario - [Solution Overview (Server Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/server-application-api/part-1.md): Solutions Overview for the Server + API architecture scenario - [Auth0 Configuration (Server Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/server-application-api/part-2.md): Auth0 Configuration for the Server + API architecture scenario - [Application Implementation (Server Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/server-application-api/part-3.md): Application Implementation for the Server + API architecture scenario - [Conclusion (Server Apps + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/server-application-api/part-4.md): Conclusion for the Server + API architecture scenario - [Single-Page Applications (SPA) with API](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/spa-api.md): Explains the architecture scenario where a single-page application (SPA) talks to an API using OpenID Connect (OIDC), and the OAuth 2.0 Implicit Grant Flow, to authenticate users with Auth0. - [Node.js API Implementation (SPAs + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/spa-api/api-implementation-nodejs.md): The Node.js implementation of the API for the SPA + API architecture scenario - [Solution Overview (SPAs + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/spa-api/part-1.md): Solution overview for the SPA + API architecture scenario - [Auth0 Configuration (SPAs + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/spa-api/part-2.md): Auth0 Configuration for the SPA + API architecture scenario - [API and SPA Configuration (SPAs + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/spa-api/part-3.md): API and SPA Configuration for the SPA + API architecture scenario - [Conclusion (SPAs + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/spa-api/part-4.md): Conclusion for the SPA + API architecture scenario - [SPA Angular 2 Implementation (SPAs + API)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/spa-api/spa-implementation-angular2.md): The Angular 2 implementation of the SPA for the SPA + API architecture scenario - [Regular Web Applications with Single Sign-On](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/sso-for-regular-web-apps.md): Regular web app scenario which needs to authenticate users using OpenID Connect (OIDC) single sign-on. - [ASP.NET Core Implementation (Web Apps + SSO)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/sso-for-regular-web-apps/implementation-aspnetcore.md): The ASP.NET Core implementation for the Single Sign-on (SSO) for Regular Web Apps architecture scenario - [Solution Overview (Web Apps + SSO)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/sso-for-regular-web-apps/part-1.md): Regular web app scenario solution overview. - [Auth0 Configuration (Web Apps + SSO)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/sso-for-regular-web-apps/part-2.md): Regular web app scenario configuration for Auth0 - [Application Implementation (Web Apps + SSO)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/sso-for-regular-web-apps/part-3.md): Regular web app scenario application implementation - [Conclusion (Web Apps + SSO)](https://auth0.generaltranslation.app/docs/get-started/architecture-scenarios/sso-for-regular-web-apps/part-4.md): Regular web app scenario conclusion - [Auth0 for AI Agents](https://auth0.generaltranslation.app/docs/get-started/auth0-for-ai-agents.md): Learn how to leverage Auth0 for AI Agents to secure every layer of your GenAI stack. - [Auth0 Guide](https://auth0.generaltranslation.app/docs/get-started/auth0-guide.md): Learn about Auth0 Guide, an AI-powered chatbot that answers your questions about Auth0. - [Auth0 Model Context Protocol (MCP) Server](https://auth0.generaltranslation.app/docs/get-started/auth0-mcp-server.md): Learn how to integrate Auth0 with Model Context Protocol (MCP). - [Auth0 Model Context Protocol (MCP) Server Guides](https://auth0.generaltranslation.app/docs/get-started/auth0-mcp-server/auth0-mcp-server-guides.md): Learn about common operations and use cases for Auth0 Model Context Protocol (MCP) Server. - [Implement Advanced Security Monitoring with Auth0 Model Context Protocol (MCP) Server](https://auth0.generaltranslation.app/docs/get-started/auth0-mcp-server/auth0-mcp-server-guides/implement-advanced-security-monitoring-with-auth0-model-context-protocol-mcp.md): Leverage Auth0 Model Context Protocol (MCP) Server and Claude to implement a sophisticated security monitoring and automated response system. - [Streamline API Authorization Flows with Auth0 Model Context Protocol (MCP) Server](https://auth0.generaltranslation.app/docs/get-started/auth0-mcp-server/auth0-mcp-server-guides/streamline-api-authorization-flows-with-auth0-model-context-protocol-mcp.md): Streamline your API authorization flows with Auth0 Model Context Protocol (MCP) Server. - [Understanding Scopes](https://auth0.generaltranslation.app/docs/get-started/auth0-mcp-server/auth0-mcp-server-guides/understanding-scopes.md): Understand how to use scopes within the model context protocol - [Auth0 Model Context Protocol (MCP) Server Tools Reference](https://auth0.generaltranslation.app/docs/get-started/auth0-mcp-server/auth0-mcp-tools-reference.md): Reference material for Auth0 Model Context Protocol (MCP) Server. - [Getting Started with Auth0 Model Context Protocol (MCP) Server](https://auth0.generaltranslation.app/docs/get-started/auth0-mcp-server/getting-started-with-auth0-mcp-server.md): Integrate Auth0 Model Context Protocol (MCP) Server with your AI clients. - [Auth0 Overview](https://auth0.generaltranslation.app/docs/get-started/auth0-overview.md): Describes Auth0 services and helps you get started using them with your applications and APIs. - [Create Applications](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-applications.md): Learn how to set up and configure applications in the Auth0 Dashboard. - [Configure an Identity Provider in Access Gateway](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-applications/configure-an-identity-provider-in-access-gateway.md): Configure an identity provider in OAG - [Register Machine-to-Machine Applications](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-applications/machine-to-machine-apps.md): Learn how to register and configure a machine-to-machine (M2M) application using the Auth0 Dashboard and authorize it using the Management API test feature. - [Register Native Applications](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-applications/native-apps.md): Learn how to register and configure a native application using the Auth0 Dashboard. - [Register Regular Web Applications](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-applications/regular-web-apps.md): Learn how to register and configure a regular web application using the Auth Dashboard. - [Register Single-Page Web Applications](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-applications/single-page-web-apps.md): Learn how to register a single-page web application (SPA) using the Auth0 Dashboard. - [Create Tenants](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-tenants.md): Describes how to create a tenant and learn the basics of Auth0 and familiarize yourself with the terminology. - [Link Multiple Tenants to a Single Subscription](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-tenants/child-tenants.md): Learn how to request linking of multiple tenants under a single Auth0 subscription. - [Create Multiple Tenants](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-tenants/create-multiple-tenants.md): Describes how to create an additional tenant using the Auth0 Dashboard. - [Multi-Tenant Applications Best Practices](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-tenants/multi-tenant-apps-best-practices.md): Describes best practices for how to use Auth0 to secure your multi-tenant applications. - [Set Up Multiple Environments](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/create-tenants/set-up-multiple-environments.md): Describes how to use multiple Auth0 tenants to manage various environments. - [Auth0 Dashboard](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/dashboard.md): Describes the Auth0 Dashboard and all the features you can access to implement authentication and authorization with your applications and APIs.. - [About the Activity Page](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/dashboard/activity.md): Learn about the metrics on the Activity page for your Auth0 tenant, including information on active users, failed logins, and more. - [Register APIs](https://auth0.generaltranslation.app/docs/get-started/auth0-overview/set-up-apis.md): Learn how to register APIs in the Auth0 Dashboard. - [Auth0 Teams](https://auth0.generaltranslation.app/docs/get-started/auth0-teams.md): Describes how Auth0 Teams allows you to manage tenants and tenant administrators. - [Configure Security Policies](https://auth0.generaltranslation.app/docs/get-started/auth0-teams/configure-security-policies.md): Configure the security policies associated with an Auth0 Team. - [About the Quarterly Snapshot](https://auth0.generaltranslation.app/docs/get-started/auth0-teams/quarterly-snapshot.md): Learn about the Quarterly Snapshot report available to Auth0 Teams members, including how to access it and how to interpret the provided metrics. - [Team Activity](https://auth0.generaltranslation.app/docs/get-started/auth0-teams/team-activity.md): Team Activity allows Team Owners to view and audit event logs generated by team member. - [Team Member Management](https://auth0.generaltranslation.app/docs/get-started/auth0-teams/team-member-management.md): Manage and configure members of your team. - [Tenant Management](https://auth0.generaltranslation.app/docs/get-started/auth0-teams/tenant-management.md): Manage the Auth0 teams information within a given tenant. - [Tenant Member Management](https://auth0.generaltranslation.app/docs/get-started/auth0-teams/tenant-member-management.md): Describes how to use Auth0 Teams to centrally manage Tenant Membership. - [Troubleshoot Teams](https://auth0.generaltranslation.app/docs/get-started/auth0-teams/troubleshoot-teams.md): Troubleshoot any issues associated with an Auth0 Teams membership. - [Authentication and Authorization Flows](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow.md): Learn about the various flows used for authentication and authorization of applications and APIs. - [Authenticate with mTLS](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authenticate-with-mtls.md): Learn how to authenticate a client using mTLS. - [Authenticate with Private Key JWT](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authenticate-with-private-key-jwt.md): Describes how to build an assertion to use Private Key JWT Authentication. - [Authorization Code Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow.md): Learn how the Authorization Code flow works and why you should use it for regular web apps. - [Authorization Code Flow with Proof Key for Code Exchange (PKCE)](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow-with-pkce.md): Learn how the Authorization Code flow with Proof Key for Code Exchange (PKCE) works and why you should use it for native and mobile apps. - [Add Login Using the Authorization Code Flow with PKCE](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow-with-pkce/add-login-using-the-authorization-code-flow-with-pkce.md): Learn how to add login to your native, mobile, or single-page application using the Authorization Code Flow with Proof Key for Code Exchange (PKCE). - [Call Your API Using the Authorization Code Flow with PKCE](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow-with-pkce/call-your-api-using-the-authorization-code-flow-with-pkce.md): Learn how to call your API from a native, mobile, or single-page application using the Authorization Code flow using Proof Key for Code Exchange (PKCE). - [Add Login Using the Authorization Code Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/add-login-auth-code-flow.md): Learn how to add login to your regular web application using the Authorization Code Flow. - [Authorization Code Flow with JWT-Secured Authorization Requests (JAR)](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/authorization-code-flow-with-jar.md): Learn how to use JWT-Secured Authorization Requests (JAR) with the Authorization Code Flow. - [Authorization Code Flow with Pushed Authorization Requests (PAR)](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/authorization-code-flow-with-par.md): Learn how to use Pushed Authorization Requests (PAR) with the Authorization Code Flow. - [Authorization Code Flow with PAR and JAR](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/authorization-code-flow-with-par-and-jar.md): Learn how to use PAR and JAR with the Authorization Code Flow. - [Authorization Code Flow with Rich Authorization Requests (RAR)](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/authorization-code-flow-with-rar.md): Learn how to use Rich Authorization Requests (RAR) with the Authorization Code Flow. - [Call Your API Using the Authorization Code Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/call-your-api-using-the-authorization-code-flow.md): Learn how to call your own API from regular web apps using the Authorization Code Flow. - [Client Credentials Exchange](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-credentials-exchange.md): Learn how Hooks can be used with the Client Credentials Exchange extensibility point, which is available for database connections and passwordless connections. - [Client Credentials Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-credentials-flow.md): Learn how the Client Credentials flow works and why you should use it for machine-to-machine (M2M) applications. - [Call Your API Using the Client Credentials Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-credentials-flow/call-your-api-using-the-client-credentials-flow.md): Learn how to call your API from a machine-to-machine (M2M) application using the Client Credentials Flow. - [Customize Tokens Using Hooks with Client Credentials Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-credentials-flow/customize-tokens-using-hooks-with-client-credentials-flow.md): Learn how to use Hooks to change scopes and add custom claims in the access token obtained using the Client Credentials Flow. - [Client-Initiated Backchannel Authentication Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow.md): Learn how the Client-Initiated Backchannel Authentication Flow works. - [Email Notifications with CIBA](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow/email-notifications-with-ciba.md): Learn how to authenticate users with the Client-Initiated Backchannel Authentication Flow using email notifications. - [Mobile Push Notifications with CIBA](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow/mobile-push-notifications-with-ciba.md): Learn how to authenticate users with the Client-Initiated Backchannel Authentication Flow using mobile push notifications. - [User Authorization with CIBA](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow/user-authorization-with-ciba.md): Learn how to use Rich Authorization Requests with the Client-Initiated Backchannel Flow. - [Device Authorization Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/device-authorization-flow.md): Learn how the Device Authorization flow works and why you should use it for input-constrained devices, such as smart TVs and media consoles. For use with native apps. - [Call Your API Using the Device Authorization Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/device-authorization-flow/call-your-api-using-the-device-authorization-flow.md): Learn how to call your API from an input-constrained device using the Device Authorization flow. - [Hybrid Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/hybrid-flow.md): Learn how the Hybrid Flow works to provide optimum access to the ID Token while still leveraging the Authorization Code Flow for the secure and safe retrieval of Access and Refresh Tokens. - [Call Your API Using the Hybrid Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/hybrid-flow/call-api-hybrid-flow.md): Learn how to execute the Hybrid Flow so your app can use an ID token to access information about the user while obtaining an authorization code that can be exchanged for an Access Token. - [Implicit Flow with Form Post](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/implicit-flow-with-form-post.md): Learn how the Implicit flow with Form Post works and why you should use it for traditional web apps that need only an ID Token to perform user authentication. - [Add Login Using the Implicit Flow with Form Post](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/implicit-flow-with-form-post/add-login-using-the-implicit-flow-with-form-post.md): Learn how to add login to your single-page application (SPA) using the Implicit Flow with Form Post. - [Mitigate Replay Attacks When Using the Implicit Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/implicit-flow-with-form-post/mitigate-replay-attacks-when-using-the-implicit-flow.md): Learn how to securely generate and validate a cryptographic nonce for use with the Implicit Flow with Form Post. - [Resource Owner Password Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/resource-owner-password-flow.md): Learn how the Resource Owner Password flow works and why you should use it for highly-trusted applications. - [Avoid Common Issues with Resource Owner Password Flow and Attack Protection](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/resource-owner-password-flow/avoid-common-issues-with-resource-owner-password-flow-and-attack-protection.md): Learn how to avoid common issues encountered when using the Resource Owner Password Flow to call server-side APIs with attack protection enabled. - [Call Your API Using Resource Owner Password Flow](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/resource-owner-password-flow/call-your-api-using-resource-owner-password-flow.md): Learn how to call your own API from highly-trusted applications using the Resource Owner Password Flow. - [Which OAuth 2.0 Flow Should I Use?](https://auth0.generaltranslation.app/docs/get-started/authentication-and-authorization-flow/which-oauth-2-0-flow-should-i-use.md): Learn how to identify the proper OAuth 2.0 flow for your use case. - [Dashboard Profile](https://auth0.generaltranslation.app/docs/get-started/dashboard-profile.md): Explore options in Auth0 Dashboard's Profile menu. - [Auth0 Dashboard Login Session Management](https://auth0.generaltranslation.app/docs/get-started/dashboard-profile/auth0-dashboard-login-session-management.md): Describes how Auth0 Dashboard Admins can view and revoke login sessions. - [Light and Dark themes](https://auth0.generaltranslation.app/docs/get-started/dashboard-profile/light-and-dark-themes.md): How to toggle between light and dark themes for your Dashboard - [Identity Fundamentals](https://auth0.generaltranslation.app/docs/get-started/identity-fundamentals.md): Learn the basics of identity and access management. - [Authentication vs. Authorization](https://auth0.generaltranslation.app/docs/get-started/identity-fundamentals/authentication-and-authorization.md): Explore the differences between authentication and authorization. - [Introduction to Identity and Access Management (IAM)](https://auth0.generaltranslation.app/docs/get-started/identity-fundamentals/identity-and-access-management.md): Basic overview of the computer software field of identity and access management, written for those new to the space - [Introduction to Auth0](https://auth0.generaltranslation.app/docs/get-started/identity-fundamentals/introduction-to-auth0.md): Describes Auth0 services and features. - [Manage Dashboard Access](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access.md): Describes how to manage your team members to have access permissions on your Auth0 Dashboard. - [Multi-Factor Authentication for Dashboard Users](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/add-change-remove-mfa.md): Learn how Auth0 Dashboard users can implement multi-factor authentication (MFA). - [Add Multi-Factor Authentication for Auth0 Dashboard Access](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/add-change-remove-mfa/add-mfa.md): Describes how Auth0 Dashboard users can enroll in multi-factor authentication (MFA). - [Remove or Change Dashboard Multi-Factor Authentication](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/add-change-remove-mfa/remove-or-change-dashboard-multi-factor-authentication.md): Provides steps for when you change authentication factors or lose/retire a device - [Add Tenant Members](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/add-dashboard-users.md): Learn how to add tenant members to access the Auth0 Dashboard. - [Configure Single Sign-on for Auth0 Dashboard](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/configure-single-sign-on-for-auth0-dashboard.md): Learn how to configure single sign-on (SSO) for the Auth0 Dashboard. - [Edit Tenant Members](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/edit-dashboard-users.md): Learn how to edit Auth0 Dashboard user roles for your Auth0 tenant. - [Dashboard Access by Role](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/feature-access-by-role.md): Describes each tenant member role and provides details about what Auth0 Dashboard features they have access to. - [Remove Tenant Members](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/remove-dashboard-users.md): Learn how to remove tenant members from access to the Auth0 Dashboard for your Auth0 tenant. - [Update Dashboard User Email Addresses](https://auth0.generaltranslation.app/docs/get-started/manage-dashboard-access/update-dashboard-user-email.md): Learn how to update Auth0 Dashboard tenant member email addresses. - [Auth0 Onboarding](https://auth0.generaltranslation.app/docs/get-started/onboarding.md): Integrate Auth0 into your existing infrastructure by following the B2B, B2C, or M2M pathway. - [Self-Service Machine-to-Machine](https://auth0.generaltranslation.app/docs/get-started/onboarding/self-service-m2m.md): Describes how to onboard with an M2M business case. - [Auth0 Professional Services](https://auth0.generaltranslation.app/docs/get-started/professional-services.md): Describes the Auth0 professional services offerings. - [Professional Services: Discover and Design](https://auth0.generaltranslation.app/docs/get-started/professional-services/discover-design.md): Describes services to create a foundational set up of your Auth0 platform architecture. - [Professional Services: Implement](https://auth0.generaltranslation.app/docs/get-started/professional-services/implement.md): Learn how Auth0 Professional Services can help you implement your Auth0 solution. - [Professional Services: Maintain and Improve](https://auth0.generaltranslation.app/docs/get-started/professional-services/maintain-improve.md): Describes services to help you maintain and improve on your Auth0 investment. - [Tenant Settings](https://auth0.generaltranslation.app/docs/get-started/tenant-settings.md): Describes the settings related to tenants available in the Auth0 Dashboard. - [Configure Device User Code Settings](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/configure-device-user-code-settings.md): Learn how to configure the user code generated by your applications during the device authorization flow using the Auth0 Dashboard. - [Enable Single Sign-On for Tenants](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/enable-sso-for-legacy-tenants.md): Describes how to enable Single Sign-on (SSO) for a tenant using the Auth0 Dashboard. Only for use with legacy tenants. - [Find Your Tenant Name or Tenant ID](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/find-your-tenant-name-or-tenant-id.md): How to find the name of your Auth0 tenant - [Signing Keys](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/signing-keys.md): Describes how your tenant's application signing keys work. - [Customer Provided Public Signing Keys](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/signing-keys/customer-signing-keys.md): Learn how to import your own signing keys to use with Auth0. - [Revoke Signing Keys](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/signing-keys/revoke-signing-keys.md): Learn how to revoke your tenant's application signing key using the Auth0 Dashboard or Management API. - [Rotate Signing Keys](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/signing-keys/rotate-signing-keys.md): Learn how to rotate your tenant's application or API signing key using the Auth0 Dashboard or the Management API. - [View Signing Certificates](https://auth0.generaltranslation.app/docs/get-started/tenant-settings/signing-keys/view-signing-certificates.md): Describes how to view client secrets and signing keys using the Auth0 Dashboard or the Management API. - [Docs](https://auth0.generaltranslation.app/docs/index.md) - [SDK Libraries](https://auth0.generaltranslation.app/docs/libraries.md): Auth0 Libraries and SDKs overview - [ACUL JS SDK](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk.md): ACUL JS SDK. - [AcceptInvitation](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/AcceptInvitation.md) - [Auth0ServerError](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/Auth0ServerError.md) - [Consent](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/Consent.md) - [CustomizedConsent](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/CustomizedConsent.md) - [DeviceCodeActivation](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivation.md) - [DeviceCodeActivationAllowed](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationAllowed.md) - [DeviceCodeActivationDenied](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeActivationDenied.md) - [DeviceCodeConfirmation](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/DeviceCodeConfirmation.md) - [EmailIdentifierChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/EmailIdentifierChallenge.md) - [EmailOTPChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/EmailOTPChallenge.md) - [EmailVerificationResult](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/EmailVerificationResult.md) - [InterstitialCaptcha](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/InterstitialCaptcha.md) - [Login](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/Login.md) - [LoginEmailVerification](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/LoginEmailVerification.md) - [LoginId](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/LoginId.md) - [LoginPassword](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/LoginPassword.md) - [LoginPasswordlessEmailCode](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessEmailCode.md) - [LoginPasswordlessSmsOtp](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/LoginPasswordlessSmsOtp.md) - [Logout](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/Logout.md) - [LogoutAborted](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/LogoutAborted.md) - [LogoutComplete](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/LogoutComplete.md) - [MfaBeginEnrollOptions](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaBeginEnrollOptions.md) - [MfaCountryCodes](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaCountryCodes.md) - [MfaDetectBrowserCapabilities](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaDetectBrowserCapabilities.md) - [MfaEmailChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.md) - [MfaEmailList](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailList.md) - [MfaEnrollResult](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaEnrollResult.md) - [MfaLoginOptions](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaLoginOptions.md) - [MfaOtpChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpChallenge.md) - [MfaOtpEnrollmentCode](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentCode.md) - [MfaOtpEnrollmentQr](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaOtpEnrollmentQr.md) - [MfaPhoneChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneChallenge.md) - [MfaPhoneEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaPhoneEnrollment.md) - [MfaPushChallengePush](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaPushChallengePush.md) - [MfaPushEnrollmentQr](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaPushEnrollmentQr.md) - [MfaPushList](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaPushList.md) - [MfaPushWelcome](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaPushWelcome.md) - [MfaRecoveryCodeChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallenge.md) - [MfaRecoveryCodeChallengeNewCode](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeChallengeNewCode.md) - [MfaRecoveryCodeEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaRecoveryCodeEnrollment.md) - [MfaSmsChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsChallenge.md) - [MfaSmsEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsEnrollment.md) - [MfaSmsList](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaSmsList.md) - [MfaVoiceChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceChallenge.md) - [MfaVoiceEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaVoiceEnrollment.md) - [MfaWebAuthnChangeKeyNickname](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnChangeKeyNickname.md) - [MfaWebAuthnEnrollmentSuccess](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnEnrollmentSuccess.md) - [MfaWebAuthnError](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnError.md) - [MfaWebAuthnNotAvailableError](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnNotAvailableError.md) - [MfaWebAuthnPlatformChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformChallenge.md) - [MfaWebAuthnPlatformEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnPlatformEnrollment.md) - [MfaWebAuthnRoamingChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingChallenge.md) - [MfaWebAuthnRoamingEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/MfaWebAuthnRoamingEnrollment.md) - [OrganizationPicker](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/OrganizationPicker.md) - [OrganizationSelection](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/OrganizationSelection.md) - [PasskeyEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollment.md) - [PasskeyEnrollmentLocal](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/PasskeyEnrollmentLocal.md) - [PhoneIdentifierChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierChallenge.md) - [PhoneIdentifierEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/PhoneIdentifierEnrollment.md) - [RedeemTicket](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/RedeemTicket.md) - [ResetPassword](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPassword.md) - [ResetPasswordEmail](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordEmail.md) - [ResetPasswordError](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordError.md) - [ResetPasswordMfaEmailChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaEmailChallenge.md) - [ResetPasswordMfaOtpChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaOtpChallenge.md) - [ResetPasswordMfaPhoneChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPhoneChallenge.md) - [ResetPasswordMfaPushChallengePush](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaPushChallengePush.md) - [ResetPasswordMfaRecoveryCodeChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaRecoveryCodeChallenge.md) - [ResetPasswordMfaSmsChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaSmsChallenge.md) - [ResetPasswordMfaVoiceChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaVoiceChallenge.md) - [ResetPasswordMfaWebAuthnPlatformChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnPlatformChallenge.md) - [ResetPasswordMfaWebAuthnRoamingChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordMfaWebAuthnRoamingChallenge.md) - [ResetPasswordRequest](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordRequest.md) - [ResetPasswordSuccess](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/ResetPasswordSuccess.md) - [SDKUsageError](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/SDKUsageError.md) - [Signup](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/Signup.md) - [SignupId](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/SignupId.md) - [SignupPassword](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/SignupPassword.md) - [UserInputError](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/classes/UserInputError.md) - [BrandingMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/BrandingMembers.md) - [ClientMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/ClientMembers.md) - [OrganizationMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/OrganizationMembers.md) - [PromptMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/PromptMembers.md) - [ScreenMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/ScreenMembers.md) - [TenantMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/TenantMembers.md) - [TransactionMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/TransactionMembers.md) - [UntrustedDataMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/UntrustedDataMembers.md) - [UserMembers](https://auth0.generaltranslation.app/docs/libraries/acul/js-sdk/Screens/interfaces/UserMembers.md) - [ACUL React SDK](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk.md): ACUL React SDK. - [useAuth0Themes](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useAuth0Themes.md) - [useCurrentScreen](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useCurrentScreen.md) - [useErrors](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useErrors.md) - [useLoginIdentifiers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useLoginIdentifiers.md) - [useMfaPolling](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useMfaPolling.md) - [usePasswordValidation](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/usePasswordValidation.md) - [useResend](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useResend.md) - [useSignupIdentifiers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useSignupIdentifiers.md) - [useUsernameValidation](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Hooks/useUsernameValidation.md) - [AcceptInvitation](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/accept-invitation/index.md) - [Consent](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/consent/index.md) - [CustomizedConsent](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/customized-consent/index.md) - [DeviceCodeActivationAllowed](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/device-code-activation-allowed/index.md) - [DeviceCodeActivationDenied](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/device-code-activation-denied/index.md) - [DeviceCodeActivation](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/device-code-activation/index.md) - [DeviceCodeConfirmation](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/device-code-confirmation/index.md) - [EmailIdentifierChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/email-identifier-challenge/index.md) - [EmailOtpChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/email-otp-challenge/index.md) - [EmailVerificationResult](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/email-verification-result/index.md) - [InterstitialCaptcha](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/interstitial-captcha/index.md) - [LoginEmailVerification](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/login-email-verification/index.md) - [LoginId](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/login-id/index.md) - [LoginPassword](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/login-password/index.md) - [LoginPasswordlessEmailCode](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/login-passwordless-email-code/index.md) - [LoginPasswordlessSmsOtp](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/login-passwordless-sms-otp/index.md) - [Login](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/login/index.md) - [LogoutAborted](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/logout-aborted/index.md) - [LogoutComplete](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/logout-complete/index.md) - [Logout](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/logout/index.md) - [MfaBeginEnrollOptions](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-begin-enroll-options/index.md) - [MfaCountryCodes](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-country-codes/index.md) - [MfaDetectBrowserCapabilities](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-detect-browser-capabilities/index.md) - [MfaEmailChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-email-challenge/index.md) - [MfaEmailList](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-email-list/index.md) - [MfaEnrollResult](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-enroll-result/index.md) - [MfaLoginOptions](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-login-options/index.md) - [MfaOtpChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-otp-challenge/index.md) - [MfaOtpEnrollmentCode](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-otp-enrollment-code/index.md) - [MfaOtpEnrollmentQr](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-otp-enrollment-qr/index.md) - [MfaPhoneChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-phone-challenge/index.md) - [MfaPhoneEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-phone-enrollment/index.md) - [MfaPushChallengePush](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-push-challenge-push/index.md) - [MfaPushEnrollmentQr](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-push-enrollment-qr/index.md) - [MfaPushList](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-push-list/index.md) - [MfaPushWelcome](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-push-welcome/index.md) - [MfaRecoveryCodeChallengeNewCode](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-recovery-code-challenge-new-code/index.md) - [MfaRecoveryCodeChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-recovery-code-challenge/index.md) - [MfaRecoveryCodeEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-recovery-code-enrollment/index.md) - [MfaSmsChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-sms-challenge/index.md) - [MfaSmsEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-sms-enrollment/index.md) - [MfaSmsList](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-sms-list/index.md) - [MfaVoiceChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-voice-challenge/index.md) - [MfaVoiceEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-voice-enrollment/index.md) - [MfaWebauthnChangeKeyNickname](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-change-key-nickname/index.md) - [MfaWebauthnEnrollmentSuccess](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-enrollment-success/index.md) - [MfaWebauthnError](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-error/index.md) - [MfaWebauthnNotAvailableError](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-not-available-error/index.md) - [MfaWebauthnPlatformChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-platform-challenge/index.md) - [MfaWebauthnPlatformEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-platform-enrollment/index.md) - [MfaWebauthnRoamingChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-roaming-challenge/index.md) - [MfaWebauthnRoamingEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/mfa-webauthn-roaming-enrollment/index.md) - [OrganizationPicker](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/organization-picker/index.md) - [OrganizationSelection](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/organization-selection/index.md) - [PasskeyEnrollmentLocal](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/passkey-enrollment-local/index.md) - [PasskeyEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/passkey-enrollment/index.md) - [PhoneIdentifierChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/phone-identifier-challenge/index.md) - [PhoneIdentifierEnrollment](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/phone-identifier-enrollment/index.md) - [RedeemTicket](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/redeem-ticket/index.md) - [ResetPasswordEmail](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-email/index.md) - [ResetPasswordError](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-error/index.md) - [ResetPasswordMfaEmailChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-email-challenge/index.md) - [ResetPasswordMfaOtpChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-otp-challenge/index.md) - [ResetPasswordMfaPhoneChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-phone-challenge/index.md) - [ResetPasswordMfaPushChallengePush](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-push-challenge-push/index.md) - [ResetPasswordMfaRecoveryCodeChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-recovery-code-challenge/index.md) - [ResetPasswordMfaSmsChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-sms-challenge/index.md) - [ResetPasswordMfaVoiceChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-voice-challenge/index.md) - [ResetPasswordMfaWebauthnPlatformChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-webauthn-platform-challenge/index.md) - [ResetPasswordMfaWebauthnRoamingChallenge](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-mfa-webauthn-roaming-challenge/index.md) - [ResetPasswordRequest](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-request/index.md) - [ResetPasswordSuccess](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password-success/index.md) - [ResetPassword](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/reset-password/index.md) - [SignupId](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/signup-id/index.md) - [SignupPassword](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/signup-password/index.md) - [Signup](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Screens/signup/index.md) - [BrandingMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/BrandingMembers.md) - [ClientMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/ClientMembers.md) - [OrganizationMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/OrganizationMembers.md) - [PromptMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/PromptMembers.md) - [ScreenMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/ScreenMembers.md) - [TenantMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/TenantMembers.md) - [TransactionMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/TransactionMembers.md) - [UntrustedDataMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/UntrustedDataMembers.md) - [UserMembers](https://auth0.generaltranslation.app/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/UserMembers.md) - [Manage Users](https://auth0.generaltranslation.app/docs/manage-users.md): Learn about working with users, user profiles, and user metadata in Auth0. - [Access Control](https://auth0.generaltranslation.app/docs/manage-users/access-control.md): Explore topics related to access control, including role-based access control (RBAC), authorization policies, and the differences between Auth0's core authorization feature and the authorization extension. - [Authorization Core vs. Authorization Extension](https://auth0.generaltranslation.app/docs/manage-users/access-control/authorization-core-vs-authorization-extension.md): Understand the differences between Auth0's core RBAC release and the Authorization Extension. - [Authorization Policies](https://auth0.generaltranslation.app/docs/manage-users/access-control/authorization-policies.md): Understand the concept of authorization policies and how they apply in Auth0. - [Configure Core Authorization Features for Role-Based Access Control](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac.md): Learn how to configure Auth0 Core Authorization features for role-based access control (RBAC) of your APIs. - [Enable Role-Based Access Control for APIs](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/enable-role-based-access-control-for-apis.md): Learn how to enable role-based access control (RBAC) for an API using the Auth0 Dashboard or the Management API. - [Manage Role-Based Access Control Permissions](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/manage-permissions.md): Learn how to manage permissions in a role-based access control (RBAC) system using the Auth0 Management Dashboard. For use with Auth0's API Authorization Core feature set. - [Manage Role-Based Access Control Users](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/rbac-users.md): Learn how to manage users in a role-based access control (RBAC) system using the Auth0 Management Dashboard. For use with Auth0's API Authorization Core feature set. - [Assign Permissions to Users](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/rbac-users/assign-permissions-to-users.md): Learn how to assign permissions to a user using the Auth0 Dashboard or the Management API. - [Assign Roles to Users](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/rbac-users/assign-roles-to-users.md): Learn how to assign roles to a user using the Auth0 Dashboard or the Management API. - [Remove Permissions from Users](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/rbac-users/remove-permissions-from-users.md): Learn how to remove permissions directly assigned to a user using the Auth0 Dashboard or the Management API. - [Remove Roles from Users](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/rbac-users/remove-roles-from-users.md): Learn how to remove roles assigned to a user using the Auth0 Dashboard or the Management API. - [View User Permissions](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/rbac-users/view-user-permissions.md): Learn how to view permissions assigned to a user using the Auth0 Dashboard and Management API. - [View Roles Assigned to Users](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/rbac-users/view-user-roles.md): Learn how to view roles assigned to a user using the Auth0 Dashboard or the Management API. - [Manage Role-Based Access Control Roles](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles.md): Learn how to manage roles using the Auth0 Management Dashboard. For use with Auth0's API Authorization Core feature set. - [Add Permissions to Roles](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles/add-permissions-to-roles.md): Learn how to add permissions to roles using the Auth0 Dashboard or the Management API. - [Create Roles](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles/create-roles.md): Learn how to create a role using the Auth0 Dashboard or the Management API. - [Delete Roles](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles/delete-roles.md): Learn how to delete a role using the Auth0 Dashboard or the Management API. - [Edit Role Definitions](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles/edit-role-definitions.md): Learn how to edit a role definition using the Auth0 Dashboard and the Management API. - [Remove Permissions from Roles](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles/remove-permissions-from-roles.md): Learn how to remove permissions added to a role using the Auth0 Dashboard or the Management API. - [View Role Permissions](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles/view-role-permissions.md): Learn how to view permissions added to a role using the Auth0 Dashboard or the Management API. - [View Users Assigned to Roles](https://auth0.generaltranslation.app/docs/manage-users/access-control/configure-core-rbac/roles/view-users-assigned-to-roles.md): Describes how to view users assigned to a role using the Auth0 Dashboard or Management API. - [Role-Based Access Control](https://auth0.generaltranslation.app/docs/manage-users/access-control/rbac.md): Understand the concept of role-based access control and how it applies in Auth0. - [Rules for Authorization Policies](https://auth0.generaltranslation.app/docs/manage-users/access-control/rules-for-authorization-policies.md): Understand how rules apply to authorization policies and Auth0's role-based access system (RBAC). - [Sample Use Cases: Actions with Authorization](https://auth0.generaltranslation.app/docs/manage-users/access-control/sample-use-cases-actions-with-authorization.md): Learn how to use Actions with roles-based access control (RBAC). - [Sample Use Cases: Role-Based Access Control](https://auth0.generaltranslation.app/docs/manage-users/access-control/sample-use-cases-role-based-access-control.md): Learn how to implement roles-based authorization (RBAC) in different scenarios and explore how to use rules with RBAC. - [Sample Use Cases: Rules with Authorization](https://auth0.generaltranslation.app/docs/manage-users/access-control/sample-use-cases-rules-with-authorization.md): Learn how to use rules with roles-based access control (RBAC). For use with our Authorization Core feature set. - [Cookies](https://auth0.generaltranslation.app/docs/manage-users/cookies.md): Describes what cookies are and how they can be used with sessions to track user authentication. - [Authentication API Cookies](https://auth0.generaltranslation.app/docs/manage-users/cookies/authentication-api-cookies.md): Learn about Authentication API cookies, including what they are, what they are used for, and how they should be handled. - [SameSite Cookie Attribute Changes](https://auth0.generaltranslation.app/docs/manage-users/cookies/samesite-cookie-attribute-changes.md): Describes how browser changes, such as the SameSite cookie attribute, affects your web applications that embed content from third-party domains. - [Authenticate Single-Page Apps With Cookies](https://auth0.generaltranslation.app/docs/manage-users/cookies/spa-authenticate-with-cookies.md): Describes how to use your backend server to authenticate a single-page app (SPA) with cookies. - [My Account API](https://auth0.generaltranslation.app/docs/manage-users/my-account-api.md): Learn how you can empower your users to manage their own account information with the My Account API. - [Auth0 Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations.md): Describes the Auth0 Organizations feature details. - [Configure Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations.md): Reference the various options you have to configure organizations. - [Add Roles to Organization Members](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/add-member-roles.md): Learn how to add roles to Organization members using the Auth0 Dashboard or Management API. - [Assign Members to an Organization](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/assign-members.md): Learn how to assign members directly to an Organization using either the Auth0 Dashboard or Management API. - [Create Organization Domains](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/create-org-domains.md): Learn how to create or delete Organization Discovery Domains using the Auth0 Dashboard and Management API. - [Create Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/create-organizations.md): Learn how to create Organizations using the Auth0 Dashboard and Management API. - [Define Organization Behavior](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/define-organization-behavior.md): Learn to define organization behavior within applications for Auth0's Organizations feature. - [Delete Organization Domains](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/delete-org-domains.md): Learn how to create or delete Organization Discovery Domains using the Auth0 Dashboard and Management API. - [Delete Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/delete-organizations.md): Learn how to delete Organizations using the Auth0 Dashboard or Management API. - [Disable Organization Connections](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/disable-connections.md): Learn how to disable organization connections using the Auth0 Dashboard or Management API. - [Enable Organization Connections](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/enable-connections.md): Learn to enable Organization connections using the Auth0 Dashboard and Management API. - [Grant Just-In-Time Membership to an Organization Connection](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/grant-just-in-time-membership.md): Learn how to grant Just-in-Time (JIT) membership to organizations. - [Invite Organization Members](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/invite-members.md): Learn how to invite members to organizations via email. - [Remove Roles from Organization Members](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/remove-member-roles.md): Learn how to remove roles from Organization members using the Auth0 Dashboard or Management API. - [Remove Members From Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/remove-members.md): Learn how to remove members from Organizations directly using the Auth0 Dashboard or Management API. - [Retrieve Organization Connections](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/retrieve-connections.md): Learn how to retrieve Organization connections using the Auth0 Management API. - [Retrieve Member Roles for an Organization](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/retrieve-member-roles.md): Learn how to retrieve member roles for an Organization using the Auth0 Dashboard and Management API. - [Retrieve Organization Members](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/retrieve-members.md): Learn how to retrieve Organization members using the Auth0 Management API. - [Retrieve Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/retrieve-organizations.md): Learn how to retrieve Organizations using the Auth0 Dashboard and Management API. - [Retrieve User's Organization Memberships](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/retrieve-user-membership.md): Learn how to retrieve Organization memberships for a user using the Auth0 Management API. - [Search for Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/search-for-organizations.md): Learn how to search for Organizations using the Auth0 Dashboard. - [Search Organization Members](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/search-organization-members.md): How to use User Search to find members of an Organization - [Send Organization Membership Invitations](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/send-membership-invitations.md): Learn how to send membership invitations for Organizations using the Auth0 Dashboard or Management API. - [Use Organization Names in Authentication API](https://auth0.generaltranslation.app/docs/manage-users/organizations/configure-organizations/use-org-name-authentication-api.md): Setup, security considerations, and best practices for using organization names in the Authentication API. - [Create Your First Organization](https://auth0.generaltranslation.app/docs/manage-users/organizations/create-first-organization.md): Learn how to create your first organization. - [Custom Development with Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/custom-development.md): Learn to use Actions and SDKs with Auth0 organizations. - [Login Flows for Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/login-flows-for-organizations.md): How to use Auth0 Login Flow with your Organization - [Machine-to-Machine (M2M) Access for Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/organizations-for-m2m-applications.md): Learn about machine-to-machine access for Organizations. - [Audit M2M Access](https://auth0.generaltranslation.app/docs/manage-users/organizations/organizations-for-m2m-applications/audit-m2m-access.md): Learn how to audit M2M access for an application. - [Authorize M2M Access](https://auth0.generaltranslation.app/docs/manage-users/organizations/organizations-for-m2m-applications/authorize-m2m-access.md): Learn how to authorize M2M access for your application. - [Configure Your Application For M2M Access](https://auth0.generaltranslation.app/docs/manage-users/organizations/organizations-for-m2m-applications/configure-your-application-for-m2m-access.md): Learn how to configure your application for M2M access using the Auth0 Dashboard and Management API. - [Revoke M2M Access](https://auth0.generaltranslation.app/docs/manage-users/organizations/organizations-for-m2m-applications/revoke-m2m-access.md): Learn how to revoke M2M access for an application. - [Understand How Auth0 Organizations Work](https://auth0.generaltranslation.app/docs/manage-users/organizations/organizations-overview.md): Describes how Auth0 Organizations work, use cases, a sample scenario, planning, and limitations. - [Work with Tokens and Organizations](https://auth0.generaltranslation.app/docs/manage-users/organizations/using-tokens.md): Learn how tokens work with Auth0's Organizations feature and how to authenticate users belonging to an organization. - [Sessions](https://auth0.generaltranslation.app/docs/manage-users/sessions.md): Describes what sessions are and how the are used in Auth0. - [Use Cases Configure Keep Me Signed In using Sessions](https://auth0.generaltranslation.app/docs/manage-users/sessions/configure-keep-me-signed-in-sessions.md): Learn how to configure an ephemeral sessions in Auth0. - [Configure Session Lifetime](https://auth0.generaltranslation.app/docs/manage-users/sessions/configure-session-lifetime.md): Describes how to configure session lifetime for a tenant using the Auth0 Dashboard, the Management API and Actions. - [Manage Multi-Site Sessions with Auth0 SDK](https://auth0.generaltranslation.app/docs/manage-users/sessions/manage-multi-site-sessions.md): Describes the workflow with the auth0-spa-js SDK to support multi-site session management. - [Sessions with Actions](https://auth0.generaltranslation.app/docs/manage-users/sessions/manage-sessions-actions.md): Learn about managing sessions with Actions - [Manage User Sessions with Auth0 Management API](https://auth0.generaltranslation.app/docs/manage-users/sessions/manage-user-sessions-with-auth0-management-api.md): Learn how to manage user sessions with the Auth0 Management API. - [Session Layers](https://auth0.generaltranslation.app/docs/manage-users/sessions/session-layers.md): Describes layers created when users log in. - [Session Lifecycle](https://auth0.generaltranslation.app/docs/manage-users/sessions/session-lifecycle.md): Learn about the Session Lifecycle. - [Session Metadata](https://auth0.generaltranslation.app/docs/manage-users/sessions/session-metadata.md): Learn about Auth0 session metadata - [Use Cases: Organization Information in Session Metadata](https://auth0.generaltranslation.app/docs/manage-users/sessions/session-metadata/add-organization-information.md): Learn how to add organization metadata in session metadata - [Configure Session Metadata](https://auth0.generaltranslation.app/docs/manage-users/sessions/session-metadata/configure-session-metadata.md): Learn how to configure Auth0 session metadata - [User Accounts](https://auth0.generaltranslation.app/docs/manage-users/user-accounts.md): Learn about working with user accounts in Auth0. - [Block and Unblock Users](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/block-and-unblock-users.md): Describes how to block and unblock users. - [Change User Pictures](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/change-user-picture.md): Learn how to use user metadata to change a user's picture field and how to change the default picture for all users. - [Create Users](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/create-users.md): Describes how to create users in the Auth0 Dashboard. - [Delete Users](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/delete-users.md): Describes how to delete users. - [Deny User Access to an API with Rules](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/deny-api-access.md): Learn how to use Auth0's Authorization Extension to deny users access to an API using rules. - [Get User Information on Unbounce Landing Pages](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/get-user-information-on-unbounce-landing-pages.md): How to get user information with one-click social authentication on Unbounce landing pages. - [Identify Users](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/identify-users.md): Learn how to uniquely identify users. - [Manage User Access to Applications](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/manage-user-access-to-applications.md): Explains the basics of a user profile, how to create a user and view users and their profile details. - [Manage Users Using the Dashboard](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/manage-users-using-the-dashboard.md): Describes how to manage users in the Auth0 Dashboard. - [Manage Users Using the Management API](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/manage-users-using-the-management-api.md): Learn how to create a user and view users and their profile details using the Management API. - [Understand How Metadata Works in User Profiles](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/metadata.md): Describes Auth0 user, application, and client metadata. Learn how you can use metadata to store information that does not originate from an identity provider. - [Configure Application Metadata](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/metadata/configure-application-metadata.md): Learn how to configure, update, and delete application metadata (client_metadata and clientMetadata) in the Auth0 Dashboard Applications Advanced Settings. - [Manage Metadata Using the Management API](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/metadata/manage-metadata-api.md): Learn how to create, update, merge, and delete metadata with the Management API. - [Manage Metadata with Lock](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/metadata/manage-metadata-lock.md): Learn how to manage user and app metadata with the Auth0 Lock library. - [Manage Metadata with Rules](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/metadata/manage-metadata-rules.md): Learn how to manage with app metadata, user metadata, and client metadata using Rules. - [Manage User Metadata with the post-login Action Trigger](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/metadata/manage-user-metadata.md): Learn how to use the post-login Action trigger to modify user_metadata and app_metadata as part of a user’s login flow. - [Metadata Field Names and Data Types](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/metadata/metadata-fields-data.md): Describes user metadata, app metadata, and application (client) metadata field names, data types, and limitations and restrictions. - [Resend Verification Emails](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/resend-verification-emails.md): Describes how to resend verification emails to users via the Auth0 Management Dashboard and the Auth0 Management API. - [Unlink Devices from Users](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/unlink-devices-from-users.md): Describes how to unlink devices assigned to a user using the Auth0 Dashboard. - [User Account Linking](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-account-linking.md): Understand how user accounts can be linked in Auth0 from various identity providers. - [Link User Accounts](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-account-linking/link-user-accounts.md): Understand how to link user accounts from various identity providers, so your users can authenticate from any account and be recognized by your app. - [User Account Linking: Server-Side Implementation](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-account-linking/suggested-account-linking-server-side-implementation.md): Describes how to link user accounts with a regular web app using server-side code using a sample scenario. - [Unlink User Accounts](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-account-linking/unlink-user-accounts.md): Learn how to use the Management API Unlink a User Account endpoint to unlink an identity from the target user account making it a separate user account again. - [User-Initiated Account Linking: Client-Side Implementation](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-account-linking/user-initiated-account-linking-client-side-implementation.md): Learn how to provide a client-side UI that allows users to authenticate to their other accounts and link these to their primary account using a SPA. - [User Profiles](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles.md): Understand how user profiles work in Auth0. - [Configure Identity Provider Connection for User Profile Updates](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0.md): Learn how to update connection preferences for an upstream identity provider so you can control when user profile root attributes are updated. - [Normalized User Profile Schema](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/normalized-user-profile-schema.md): Normalized User Profile schema reference. - [Normalized User Profiles](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/normalized-user-profiles.md): Understand how Auth0 normalizes common user properties in the user profile. - [Understand How Progressive Profiling Works](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/progressive-profiling.md): Understand how progressive profiling can gather information about users over time as they engage with your website or application. - [User Profile Root Attributes](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/root-attributes.md): Learn about root attributes available for the Auth0 normalized user profile and methods of updating them. - [Set Root Attributes During User Import](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/root-attributes/set-root-attributes-during-user-import.md): Learn how to set root attributes for users during import using the Auth0 Management API. - [Set Root Attributes During User Signup](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/root-attributes/set-root-attributes-during-user-sign-up.md): Learn how to set root attributes for users during signup using the Auth0 Management API. - [Update Root Attributes for Users](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/root-attributes/update-root-attributes-for-users.md): Learn how to update root attributes in existing user profiles using the Auth0 Management API. - [Sample User Profiles](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/sample-user-profiles.md): Examples of user profiles. - [Update User Profiles Using Your Database](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/update-user-profiles-using-your-database.md): Learn how to update user profiles when using your own database as an identity provider. - [User Profile Structure](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/user-profile-structure.md): Lists the attributes that are available on the Auth0 user profile - [Use Verified Email in User Profiles](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/user-profiles/verified-email-usage.md): Outlines proper usage of the email_verified field in a user profile. - [Verify Emails using Auth0](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/verify-emails.md): Overview of the different ways to verify user emails using Auth0 - [View User Details](https://auth0.generaltranslation.app/docs/manage-users/user-accounts/view-user-details.md): How to view users and their profile details. - [Import and Export Users](https://auth0.generaltranslation.app/docs/manage-users/user-migration.md): Overview of importing users from external applications into Auth0. - [Bulk User Exports](https://auth0.generaltranslation.app/docs/manage-users/user-migration/bulk-user-exports.md): Learn how to export lists of users and user metadata. - [Bulk User Import Database Schema and Examples](https://auth0.generaltranslation.app/docs/manage-users/user-migration/bulk-user-import-database-schema-and-examples.md): Learn how to perform bulk user imports with the Management API. - [Bulk User Import / Export](https://auth0.generaltranslation.app/docs/manage-users/user-migration/bulk-user-import-export.md): Instructions on how to bulk import and export user data into Auth0 using the Dashboard. - [Bulk User Imports](https://auth0.generaltranslation.app/docs/manage-users/user-migration/bulk-user-imports.md): Learn how to perform bulk user imports with the Management API. - [Configure Automatic Migration from Your Database](https://auth0.generaltranslation.app/docs/manage-users/user-migration/configure-automatic-migration-from-your-database.md): Learn how to enable automatic user migration with your custom database. - [User Import / Export Extension](https://auth0.generaltranslation.app/docs/manage-users/user-migration/user-import-export-extension.md): Learn about the User Import/Export extension, which allows you to import and export users from or to any database you have configured in your account. - [User Migration Scenarios](https://auth0.generaltranslation.app/docs/manage-users/user-migration/user-migration-scenarios.md): User migrations scenarios from various platforms using multiple methods. - [Search for Users](https://auth0.generaltranslation.app/docs/manage-users/user-search.md): Understand how the Auth0 Management API search endpoints allow you to search for and retrieve user profiles. - [Retrieve Users with Get Users by Email Endpoint](https://auth0.generaltranslation.app/docs/manage-users/user-search/retrieve-users-with-get-users-by-email-endpoint.md): Learn how to retrieve lists of users using the get-users-by-email endpoint. - [Retrieve Users with the Get Users by ID Endpoint](https://auth0.generaltranslation.app/docs/manage-users/user-search/retrieve-users-with-get-users-by-id-endpoint.md): Learn how to retrieve lists of users using the get-users-by-id endpoint. - [Retrieve Users with the Get Users Endpoint](https://auth0.generaltranslation.app/docs/manage-users/user-search/retrieve-users-with-get-users-endpoint.md): Learn how to retrieve lists of users using the get_users endpoint. - [Sort Search Results](https://auth0.generaltranslation.app/docs/manage-users/user-search/sort-search-results.md): Learn how to sort search results by passing a field:order value to the sort parameter. - [User Search Best Practices](https://auth0.generaltranslation.app/docs/manage-users/user-search/user-search-best-practices.md): Learn about best practices when searching for users in Auth0 - [User Search Query Syntax](https://auth0.generaltranslation.app/docs/manage-users/user-search/user-search-query-syntax.md): Describes Auth0's user search query string syntax. - [View Search Results by Page](https://auth0.generaltranslation.app/docs/manage-users/user-search/view-search-results-by-page.md): Learn how to view search results page by page and include totals. - [Add Authorization to Your Django API Application](https://auth0.generaltranslation.app/docs/quickstart/backend/django/interactive.md): This tutorial demonstrates how to add authorization to a Python API built with Django. - [Add Authorization to Your Go Application](https://auth0.generaltranslation.app/docs/quickstart/backend/golang/interactive.md): This tutorial demonstrates how to add authorization to a Go API. - [Add Authorization to Your Spring Boot Application](https://auth0.generaltranslation.app/docs/quickstart/backend/java-spring-security5/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing Spring Boot application. - [Add Authorization to Your Laravel Application](https://auth0.generaltranslation.app/docs/quickstart/backend/laravel/interactive.md): This guide demonstrates how to integrate Auth0 with a new (or existing) Laravel 9 or 10 application. - [Add Authorization to Your Express.js API Application](https://auth0.generaltranslation.app/docs/quickstart/backend/nodejs/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing Express.js API application using the express-oauth2-jwt-bearer package. - [Add Authorization to Your PHP Application](https://auth0.generaltranslation.app/docs/quickstart/backend/php/interactive.md): This guide demonstrates how to integrate Auth0, add token-based authorization, and protect application routes using the Auth0 PHP SDK. - [Add Authorization to Your Flask API Application](https://auth0.generaltranslation.app/docs/quickstart/backend/python/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing Python API built with Flask. - [Add Authorization to Your Ruby on Rails API](https://auth0.generaltranslation.app/docs/quickstart/backend/rails/interactive.md): This tutorial performs access token validation using the jwt Gem within a custom Auth0Client class. - [Add Authorization to Your ASP.NET OWIN Web API Application](https://auth0.generaltranslation.app/docs/quickstart/backend/webapi-owin/interactive.md): This tutorial demonstrates how to add authorization to an ASP.NET OWIN API using the standard JWT middleware. - [Android - Facebook Login](https://auth0.generaltranslation.app/docs/quickstart/native/android-facebook-login/interactive.md): This tutorial demonstrates how to add user login to an Android application using native Facebook Login. - [Add Login to Your Android Application](https://auth0.generaltranslation.app/docs/quickstart/native/android/index.md) - [Device Authorization Flow](https://auth0.generaltranslation.app/docs/quickstart/native/device/interactive.md): This tutorial demonstrates how to call your API from an input-constrained device using the Device Authorization Flow. - [Add Login to Your Flutter Application](https://auth0.generaltranslation.app/docs/quickstart/native/flutter/interactive.md): This guide demonstrates how to integrate Auth0 with a Flutter app using the Auth0 Flutter SDK. - [Add Login to Your Ionic Angular with Capacitor Application](https://auth0.generaltranslation.app/docs/quickstart/native/ionic-angular/interactive.md): This guide demonstrates how to integrate Auth0 with an Ionic (Angular) & Capacitor application using the Auth0 Angular SDK. - [Add login to your Ionic React with Capacitor app](https://auth0.generaltranslation.app/docs/quickstart/native/ionic-react/interactive.md): This guide demonstrates how to integrate Auth0 with an Ionic (React) & Capacitor application using the Auth0 React SDK. - [Add login to your Ionic Vue with Capacitor app](https://auth0.generaltranslation.app/docs/quickstart/native/ionic-vue/interactive.md): This guide demonstrates how to integrate Auth0 with an Ionic (Vue) & Capacitor application using the Auth0 Vue SDK - [Add Login to Your iOS or macOS Application](https://auth0.generaltranslation.app/docs/quickstart/native/ios-swift/index.md) - [Add Login to Your MAUI Application](https://auth0.generaltranslation.app/docs/quickstart/native/maui/interactive.md): This tutorial demonstrates how to add user login with Auth0 to a .NET MAUI application. - [Add Login to Your .NET Android and iOS Application](https://auth0.generaltranslation.app/docs/quickstart/native/net-android-ios/interactive.md): This tutorial demonstrates how to add user login with Auth0 to a .NET Android or iOS application. - [Add Login to Your Expo Application](https://auth0.generaltranslation.app/docs/quickstart/native/react-native-expo/interactive.md): This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any Expo application using the Auth0 React Native SDK. - [Add Login to Your React Native Application](https://auth0.generaltranslation.app/docs/quickstart/native/react-native/interactive.md): This tutorial demonstrates how to add user login to an React Native application using Auth0. - [Add Login to Your UWP application](https://auth0.generaltranslation.app/docs/quickstart/native/windows-uwp-csharp/interactive.md): This guide demonstrates how to integrate Auth0 with a UWP C# application using the OidcClient.UWP SDK. - [Add Login to Your WPF or WinForms Application](https://auth0.generaltranslation.app/docs/quickstart/native/wpf-winforms/interactive.md): This tutorial demonstrates how to add user login with Auth0 to a WPF and WinForms application. - [Auth0 .NET Android and iOS SDK Quickstarts: Add login to your .NET Android or iOS application](https://auth0.generaltranslation.app/docs/quickstart/native/xamarin.md) - [Add Login to Your Angular Application](https://auth0.generaltranslation.app/docs/quickstart/spa/angular/index.md) - [Add Login to Your Cap'n Web Application](https://auth0.generaltranslation.app/docs/quickstart/spa/capn-web/index.md) - [Add Login to Your Flutter Application](https://auth0.generaltranslation.app/docs/quickstart/spa/flutter/index.md): This guide demonstrates how to integrate Auth0 with a Flutter application using the Auth0 Flutter SDK. - [Add Login to Your React Application](https://auth0.generaltranslation.app/docs/quickstart/spa/react/index.md) - [Add Login to Your Svelte Application](https://auth0.generaltranslation.app/docs/quickstart/spa/svelte/index.md) - [Add Login to Your JavaScript Application](https://auth0.generaltranslation.app/docs/quickstart/spa/vanillajs/index.md) - [Add Login to Your Vue Application](https://auth0.generaltranslation.app/docs/quickstart/spa/vuejs/index.md) - [Apache](https://auth0.generaltranslation.app/docs/quickstart/webapp/apache/interactive.md): This tutorial demonstrates how to configure Apache to add authentication and authorization to your web app. - [Add Login to your Blazor Server Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/aspnet-core-blazor-server/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing Blazor Server application using the Auth0.AspNetCore.Authentication SDK. - [Add Login to Your ASP.NET MVC Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/aspnet-core/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing ASP.NET MVC application using the Auth0.AspNetCore.Authentication SDK. - [Add Login to your ASP.NET OWIN Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/aspnet-owin/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing ASP.NET OWIN application using the Microsoft.Owin.Security.OpenIdConnect Nuget package. - [Add Login to your Django Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/django/interactive.md): This guide demonstrates how to integrate Auth0 with a Python Django application using the Authlib SDK. - [Add Login to your Express Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/express/interactive.md): This guide demonstrates how to integrate Auth0, add user login, logout, and profile to a Node.js Express application using the Express OpenID Connect SDK. - [Add Login to your Go Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/golang/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing Go web application. - [Add Login to Your Java EE web application](https://auth0.generaltranslation.app/docs/quickstart/webapp/java-ee/interactive.md): This tutorial demonstrates how to add user login to a Java EE web application. - [Add Login to your Spring Web Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/java-spring-boot/interactive.md): This guide demonstrates how to integrate Auth0 with a Spring Boot application using the Auth0 Spring Boot SDK. - [Add Login to Your Java Servlet Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/java/interactive.md): This guide demonstrates how to integrate Auth0 with any new or existing Java Servlet application. - [Add Login to Your Laravel Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/laravel/interactive.md): This guide demonstrates how to integrate Auth0 with a new (or existing) Laravel 9 or 10 application. - [Add Login to Your Next.js Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/nextjs/index.md) - [NGINX Plus](https://auth0.generaltranslation.app/docs/quickstart/webapp/nginx-plus/interactive.md): This tutorial demonstrates how to use the nginx-openid-connect module to add authentication and authorization to your NGINX server. - [Add Login to Your Nuxt.js Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/nuxt/index.md) - [Add Login to Your PHP Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/php/interactive.md): This guide demonstrates how to integrate Auth0, add authentication, and display user profile information in any PHP application using the Auth0 PHP SDK. - [Add Login to Your Python Flask Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/python/interactive.md): This guide demonstrates how to integrate Auth0 with a Python Flask application using the Authlib SDK. - [Add Login to Your Ruby on Rails Application](https://auth0.generaltranslation.app/docs/quickstart/webapp/rails/interactive.md): This tutorial demonstrates how to add user login to a Ruby on Rails application. - [Quickstarts](https://auth0.generaltranslation.app/docs/quickstarts.md) - [Secure](https://auth0.generaltranslation.app/docs/secure.md): Learn about various security-related issues, such as handling tokens, preventing security attacks, AllowListing, data privacy, and Auth0 security bulletins - [Application Credentials](https://auth0.generaltranslation.app/docs/secure/application-credentials.md): Describes ways you can authenticate your application with Auth0 services. - [Generate RSA Key Pair](https://auth0.generaltranslation.app/docs/secure/application-credentials/generate-rsa-key-pair.md): Learn how to generate a RSA key pair. - [Attack Protection](https://auth0.generaltranslation.app/docs/secure/attack-protection.md): Describes how Auth0 detects attacks to stop malicious attempts to access your application, alert you and your users of suspicious activity, and block further login attempts. - [Bot Detection](https://auth0.generaltranslation.app/docs/secure/attack-protection/bot-detection.md): Describes how Auth0 detects attacks to protect against malicious attempts to access your application, alert you and your users of suspicious activity, and block further login attempts. - [Add Bot Detection to Custom Login Pages](https://auth0.generaltranslation.app/docs/secure/attack-protection/bot-detection/bot-detection-custom-login-pages.md): Learn how to enable and configure bot detection when using custom login pages built with the auth0.js library. - [Add Bot Detection to Native Applications](https://auth0.generaltranslation.app/docs/secure/attack-protection/bot-detection/bot-detection-native-apps.md): Learn how to add bot protection and detection to your native application that use Auth0.Swift, Auth0.Android, Lock.Swift, and Lock.Android. - [Add Bot Detection to Passwordless Flows](https://auth0.generaltranslation.app/docs/secure/attack-protection/bot-detection/bot-detection-passwordless-flows.md): Learn how to enable and configure bot detection for passwordless flows in Auth0. - [Configure Third-Party CAPTCHA Provider Integrations](https://auth0.generaltranslation.app/docs/secure/attack-protection/bot-detection/configure-captcha.md): Learn how to configure third-party CAPTCHA provider integrations with Auth0 Bot Detection. - [Breached Password Detection](https://auth0.generaltranslation.app/docs/secure/attack-protection/breached-password-detection.md): Understand why a user receives a breached password email and general web security tips. - [Brute-Force Protection](https://auth0.generaltranslation.app/docs/secure/attack-protection/brute-force-protection.md): Learn how to brute-force protection works in Auth0 and how to configure responses. - [Configure Akamai to Send Supplemental Signals](https://auth0.generaltranslation.app/docs/secure/attack-protection/configure-akamai-supplemental-signals.md) - [Playbooks](https://auth0.generaltranslation.app/docs/secure/attack-protection/playbooks.md): Attack protection playbooks to keep your tenant safe - [Bot Detection Playbook](https://auth0.generaltranslation.app/docs/secure/attack-protection/playbooks/bot-detection-playbook.md): Playbook for using Auth0's Bot Detection monitoring feature in the Security Center - [Breached Password Playbook](https://auth0.generaltranslation.app/docs/secure/attack-protection/playbooks/breached-password-playbook.md): Playbook for using Auth0's Breached Password monitoring feature in the Security Center - [Brute Force Protection Playbook](https://auth0.generaltranslation.app/docs/secure/attack-protection/playbooks/brute-force-protection-playbook.md): Playbook for using Auth0's Brute Force monitoring feature in the Security Center - [MFA Playbook](https://auth0.generaltranslation.app/docs/secure/attack-protection/playbooks/mfa-playbook.md): How to protect yourself from MFA attacks - [Prevent Attacks and Redirect Users with OAuth 2.0 State Parameters](https://auth0.generaltranslation.app/docs/secure/attack-protection/state-parameters.md): Describes how to use the state parameter in authentication requests to help prevent CSRF attacks and restore state - [Suspicious IP Throttling](https://auth0.generaltranslation.app/docs/secure/attack-protection/suspicious-ip-throttling.md): Learn how suspicious IP throttling works and how to configure it in the Auth0 Dashboard. - [Use Akamai Supplemental Signals in Actions](https://auth0.generaltranslation.app/docs/secure/attack-protection/use-akamai-supplemental-signals-actions.md) - [View Attack Protection Log Events](https://auth0.generaltranslation.app/docs/secure/attack-protection/view-attack-protection-events.md): Describes how to use tenant traffic log data to view attack protection events. - [Token Vault](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/token-vault.md): Learn how Token Vault securely stores the access and refresh tokens of supported external providers. - [Access Token Exchange with Token Vault](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/token-vault/access-token-exchange-with-token-vault.md): Learn how an application can access the Token Vault to exchange an Auth0 access token for an access token to call external APIs. - [Configure Token Vault](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/token-vault/configure-token-vault.md): Learn how to configure Token Vault. - [Connected Accounts for Token Vault](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/token-vault/connected-accounts-for-token-vault.md): Learn how to configure and use Connected Accounts for Token Vault. - [Privileged Worker Token Exchange with Token Vault](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/token-vault/privileged-worker-token-exchange-with-token-vault.md): Learn how an application can access the Token Vault to exchange a JWT bearer token for an access or refresh token to call external APIs. - [Refresh Token Exchange with Token Vault](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/token-vault/refresh-token-exchange-with-token-vault.md): Learn how an application can access the Token Vault to exchange an Auth0 refresh token for an access token to call external APIs. - [Cross App Access (XAA)](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/xaa.md): Learn how to leverage Cross App Access (XAA) to call APIs on the user's behalf. - [Manage Cross App Access (XAA) in Okta](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/xaa/manage-xaa-in-okta.md): Learn how to manage XAA flows in the Okta Admin Console. - [Set up Test Environment for Cross App Access (XAA)](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/xaa/set-up-xaa-test-environment.md): Learn how to set up the end-to-end test environment for the Resource App. - [Test Cross App Access (XAA) Flow](https://auth0.generaltranslation.app/docs/secure/call-apis-on-users-behalf/xaa/test-xaa-flow.md): Learn how to test the end-to-end XAA flow. - [Continuous Session Protection](https://auth0.generaltranslation.app/docs/secure/continuous-session-protection.md): Describes the key benefits of Auth0's Continuous Session Protection. - [Auth0 Data Privacy and Compliance](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance.md) - [Auth0 Data Processing](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/data-processing.md): Describes how Auth0 processes data in its possession. - [Auth0 General Data Protection Regulation Compliance](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr.md): Describes how Auth0 complies with the EU's General Data Protection Regulation (GDPR). - [GDPR: Conditions for Consent](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr/gdpr-conditions-for-consent.md): Describes which Auth0 features can help you comply with the Conditions for Consent GDPR requirements. - [GDPR: Data Minimization](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr/gdpr-data-minimization.md): Describes how you can minimize the personal data they collect for processing and ensure their security. - [GDPR: Data Portability](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr/gdpr-data-portability.md): Describes how you can export user data in order to comply with data portability GDPR requirements. - [GDPR: Protect and Secure User Data](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr/gdpr-protect-and-secure-user-data.md): Describes how you can use Auth0 features to protect and secure user's personal data. - [GDPR: Right to Access, Correct, and Erase Data](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr/gdpr-right-to-access-correct-and-erase-data.md): Describes Auth0 features that help you comply with the GDPR requirements on the user's right to access, correct, and erase their personal data. - [GDPR: Track Consent with Custom UI](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr/gdpr-track-consent-with-custom-ui.md): Describes how you can use either auth0.js or the Auth0 APIs to capture consent information when you use your own custom UI for logins. - [GDPR: Track Consent with Lock](https://auth0.generaltranslation.app/docs/secure/data-privacy-and-compliance/gdpr/gdpr-track-consent-with-lock.md): Describes how you can customize Lock to capture consent information - [Highly Regulated Identity](https://auth0.generaltranslation.app/docs/secure/highly-regulated-identity.md): Learn about Highly Regulated Identity, Auth0's Financial-Grade Identity solution. - [Customer Managed Keys](https://auth0.generaltranslation.app/docs/secure/highly-regulated-identity/customer-managed-keys.md): Learn how to manage your Keys with Customer Managed Keys. - [Configure Customer Managed Keys with the Dashboard](https://auth0.generaltranslation.app/docs/secure/highly-regulated-identity/customer-managed-keys/customer-managed-keys-dashboard.md): Learn how to enable Customer Managed Keys using the dashboard - [Configure Customer Managed Keys with the Management API](https://auth0.generaltranslation.app/docs/secure/highly-regulated-identity/customer-managed-keys/customer-managed-keys-management-api.md): Learn how to configure Customer Managed Keys with the Management API - [Transactional Authorization with Authorization Code Flow](https://auth0.generaltranslation.app/docs/secure/highly-regulated-identity/transactional-authorization-with-authorization-code-flow.md): Learn about how Highly Regulated Identity enables transactional authorization with the Authorization Code Flow. - [Auth0’s Mobile Driver's License Verification Service](https://auth0.generaltranslation.app/docs/secure/mdl-verification.md): Learn how to use Auth0 to validate Verifiable Credentials such as Mobile Driver's Licenses. - [Configure Mobile Driver’s License Verification Presentation Request](https://auth0.generaltranslation.app/docs/secure/mdl-verification/configure-mdl-verification-request.md): Learn how to use Auth0's Verification Service for with Verifiable Credentials such as Mobile Driver's Licenses. - [Create the Mobile Driver’s License Verification API](https://auth0.generaltranslation.app/docs/secure/mdl-verification/create-mdl-api.md): Create an instance of Auth0's Mobile Driver’s License Verification API for the mDL Verification Service. - [Mobile Driver's License Conditional Verification Check](https://auth0.generaltranslation.app/docs/secure/mdl-verification/mdl-conditional-check.md): Learn how to initiate a conditional check with Auth0's Mobile Driver's License Verification Service. - [Mobile Driver's License Verification API](https://auth0.generaltranslation.app/docs/secure/mdl-verification/mdl-verification-api.md): Describes the Mobile Driver's License Verification API. - [Multi-Factor Authentication (MFA)](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication.md): Describes how multi-factor authentication (MFA) works in Auth0. - [Adaptive MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/adaptive-mfa.md): Learn about Adaptive MFA, including how it works, how to customize it, and what flows are supported. - [Adaptive MFA Log Events](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/adaptive-mfa/adaptive-mfa-log-events.md): Describes tenant log events that capture Adaptive Multi-Factor Authentication (MFA) activities in Auth0. - [Customize Adaptive MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/adaptive-mfa/customize-adaptive-mfa.md): Learn how to customize Adaptive Multi-Factor Authentication (MFA). - [Enable Adaptive MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/adaptive-mfa/enable-adaptive-mfa.md): Learn how to enable Adaptive MFA for low confidence logins based on Auth0's risk assessment and overall confidence scores. - [Auth0 Guardian](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/auth0-guardian.md): Describes how Guardian works and how the Guardian SDK helps you build your own authenticator and Guardian-like applications. - [Guardian for Android SDK](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/auth0-guardian/guardian-for-android-sdk.md): Describes how to install, configure, and use options for the Auth0 Guardian for Android SDK. - [Guardian.swift iOS SDK](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/auth0-guardian/guardian-for-ios-sdk.md): Describes how to install, use and configure options for the Guardian.swift iOS SDK. - [Authenticate Using the Resource Owner Password Flow with MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa.md): Learn how to authenticate users using the Resource Owner Password Flow with MFA. - [Challenge with Recovery Codes](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa/challenge-with-recovery-codes.md): Describes how to use the MFA API to challenge users who lose access to their device or account using recovery codes. - [Enroll and Challenge Email Authenticators](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa/enroll-and-challenge-email-authenticators.md): Describes how to build your own MFA flows using SMS or voice as an authentication factor. - [Enroll and Challenge OTP Authenticators](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa/enroll-and-challenge-otp-authenticators.md): Describes how to build your own MFA flows using one-time password (OTP) as an authentication factor. - [Enroll and Challenge Push Authenticators](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa/enroll-and-challenge-push-authenticators.md): Describes how to build your own MFA flows using push as an authentication factor. - [Enroll and Challenge SMS and Voice Authenticators](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa/enroll-challenge-sms-voice-authenticators.md): Describes how to build your own MFA flows using SMS and/or voice as an authentication factor. - [Import User MFA Authenticator Enrollments](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/authenticate-using-ropg-flow-with-mfa/import-user-mfa-authenticator-enrollments.md): Describes how to import MFA enrollments for your existing users. - [Configure Cisco Duo Security for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/configure-cisco-duo-for-mfa.md): Describes how to configure Cisco Duo Security for MFA. - [Configure Recovery Codes for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/configure-recovery-codes-for-mfa.md): How to configure recovery codes for multi-factor authentication. - [Customize Multi-Factor Authentication Pages](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/customize-mfa.md): Learn how to customize multi-factor authentication (MFA) pages that appear to users with Universal Login branding options. - [Customize MFA for Classic Login](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/customize-mfa/customize-mfa-classic-login.md): Learn how to customize MFA when using Classic Login. - [Customize MFA Enrollments for Universal Login](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/customize-mfa/customize-mfa-enrollments-universal-login.md): Customize MFA flows using post-login Actions to prompt users to enroll in specific factors. - [Customize MFA Selection for Universal Login](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/customize-mfa/customize-mfa-selection-universal-login.md): Customize MFA flows using post-login Actions to challenge users with specific factors or sequences of factors. - [MFA Theme Language Dictionary](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/customize-mfa/mfa-theme-language-dictionary.md): Describes the MFA hosted page configuration options for customizing the theme properties of the MFA pages. - [MFA Widget Theme Options](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/customize-mfa/mfa-widget-theme-options.md): Describes the MFA Widget theme options for customizing the theme properties of the MFA pages. - [Enable Multi-Factor Authentication](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/enable-mfa.md): Learn how to enable multi-factor authentication (MFA) in the Auth0 Dashboard. - [FIDO Authentication with WebAuthn](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/fido-authentication-with-webauthn.md): Describes Web Authentication API (WebAuthn) and FIDO-based authentication and how it works with Auth0 multi-factor authentication. - [Configure WebAuthn with Device Biometrics for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/fido-authentication-with-webauthn/configure-webauthn-device-biometrics-for-mfa.md): Describes how to configure WebAuthn with Device Biometrics - [Configure WebAuthn with Security Keys for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/fido-authentication-with-webauthn/configure-webauthn-security-keys-for-mfa.md): Describes how to configure WebAuthn with Security Keys for MFA. - [Manage Authentication Factors with APIs](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/manage-mfa-auth0-apis.md): Learn how to manage MFA authentication factors with the Authentication API and Management API. - [Manage Authentication Methods with Management API](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authentication-methods-with-management-api.md): Learn how to use the Auth0 Management API to manage MFA authentication methods for your users. - [Manage Authentication Factors with Authentication API](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/manage-mfa-auth0-apis/manage-authenticator-factors-mfa-api.md): Describes how to manage MFA authenticator factor enrollments for applications using the Auth0 MFA API. - [Multi-Factor Authentication Developer Resources](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-developer-resources.md): Describes developer resources such as the Auth0 MFA API and the Guardian SDKs for multi-factor authentication (MFA). - [Create Custom Enrollment Tickets](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/create-custom-enrollment-tickets.md): Learn how to create an enrollment ticket from the Auth0 MFA API. - [Create Custom MFA Widget](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/create-custom-mfa.md) - [Guardian Error Code Reference](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/guardian-error-code-reference.md): Lists Guardian error codes and descriptions. - [Install Guardian SDK](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/install-guardian-sdk.md): Describes how to install, configure options, and use the Guardian SDKs. - [Auth0 MFA API](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/mfa-api.md): Describes the Auth0 MFA API which allows you to enroll and manage MFA for users. - [Auth0 MFA Client Library](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-developer-resources/mfa-client-library.md) - [Multi-Factor Authentication Factors](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-factors.md): Describes multi-factor authentication (MFA) factors, policies, and use cases. - [Configure Email Notifications for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-factors/configure-email-notifications-for-mfa.md): Describes how to configure email as an MFA factor for users who don't have their primary factor available. - [Configure OTP Notifications for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-factors/configure-otp-notifications-for-mfa.md): Describes how to configure time-based one time passwords (OTP) notifications for MFA. - [Configure Push Notifications for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-factors/configure-push-notifications-for-mfa.md): Describes how to configure push notifications for MFA. - [Configure SMS and Voice Notifications for MFA](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/multi-factor-authentication-factors/configure-sms-voice-notifications-mfa.md): Describes how to configure SMS and voice notifications for MFA. - [Reset User Multi-Factor Authentication and Recovery Codes](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/reset-user-mfa.md): Learn how to reset a user's MFA in case they lose their mobile device and do not have a recovery code. - [Add Step-up Authentication](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/step-up-authentication.md): Describes how step-up authentication works for APIs and web apps to verify that the user has logged in using MFA and if not, require the user to step-up to access certain resources. - [Configure Step-up Authentication for APIs](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/step-up-authentication/configure-step-up-authentication-for-apis.md): Learn how an API can check if a user has logged in with Multi-factor Authentication by examining their access token. - [Configure Step-up Authentication for Web Apps](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/step-up-authentication/configure-step-up-authentication-for-web-apps.md): Learn how to check if a user has logged in your web app with Multi-factor Authentication (MFA) by examining their ID Token. - [WebAuthn as Multi-Factor Authentication](https://auth0.generaltranslation.app/docs/secure/multi-factor-authentication/webauthn-as-mfa.md): Brief overview of how WebAuthn works as a factor for MFA - [Security Center](https://auth0.generaltranslation.app/docs/secure/security-center.md): Learn about Security Center, which provides observability tools that empower you to see potential attack trends and quickly respond to them in real-time. - [Metrics](https://auth0.generaltranslation.app/docs/secure/security-center/metrics.md): Learn about the tenant log events we use to identify patterns that are usually an indicator of known attack types. - [Prioritized Log Streams](https://auth0.generaltranslation.app/docs/secure/security-center/prioritized-log-streams.md): Learn more about Prioritized Log Streams, which can protect your security automation. - [Configure Security Monitoring Alerts](https://auth0.generaltranslation.app/docs/secure/security-center/security-alerts.md): Security Alerts allow users to configure security metric thresholds in their Security Center. - [Security Guidance](https://auth0.generaltranslation.app/docs/secure/security-guidance.md): Guidance related to security, including general tips, security bulletins, and information about data and token storage, Allow Lists, Deny Lists, and how to prevent common cyberattacks. - [Data Security](https://auth0.generaltranslation.app/docs/secure/security-guidance/data-security.md): Learn about data security related to token and user data storage, Allow Lists and Deny Lists. - [Auth0 IP Addresses for Allow Lists](https://auth0.generaltranslation.app/docs/secure/security-guidance/data-security/allowlist.md): Lists Auth0 IP addresses for use in allow lists for inbound traffic behind a firewall. - [Add User Attributes to Deny List](https://auth0.generaltranslation.app/docs/secure/security-guidance/data-security/denylist.md): Describes how to identify user attributes that you do not want to save in Auth0 databases. - [Token Storage](https://auth0.generaltranslation.app/docs/secure/security-guidance/data-security/token-storage.md): Learn how and where to store tokens used in token-based authentication. - [User Data Storage](https://auth0.generaltranslation.app/docs/secure/security-guidance/data-security/user-data-storage.md): Learn the differences between using the Auth0 data store and an external database to store user data. - [Incident Response: Using Logs](https://auth0.generaltranslation.app/docs/secure/security-guidance/incident-response-using-logs.md): How to use Auth0 logs as part of your incident response plan. - [Measures Against Application Impersonation](https://auth0.generaltranslation.app/docs/secure/security-guidance/measures-against-app-impersonation.md) - [Prevent Common Cybersecurity Threats](https://auth0.generaltranslation.app/docs/secure/security-guidance/prevent-threats.md): Describes different types of cyberattacks and what steps can be taken to prevent them. - [Security Bulletins](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins.md): Lists Auth0 security bulletins. - [Auth0 Security Bulletin for Rules](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/2019-01-10-rules.md): Cases where improper custom rule code may create vulnerabilities in the authentication flow. - [Auth0 Security Bulletin for Assigning Scopes Based on Email Address](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/2019-09-05-scopes.md): Cases where improper custom rule code may create vulnerabilities in the authentication flow. - [CVE-2020-5391, CVE-2020-5392, CVE-2020-6753, CVE-2020-7948, CVE-2020-7947: Security Update for WordPress Plugin for Auth0](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/2020-03-31-wpauth0.md): CVE-2020-5391, CVE-2020-5392, CVE-2020-6753, CVE-2020-7948, CVE-2020-7947: Security Update for WordPress Plugin for Auth0 - [CVE-2022-23539, CVE-2022-23541, CVE-2022-23540: Security Update for jsonwebtoken](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/2022-12-21-jsonwebtoken.md): Describes CVE-2022-23539, CVE-2022-23541, CVE-2022-23540 security update for JSON web token library. - [CVE-2017-16897: Security Update for passport-wsfed-saml2 Passport Strategy Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2017-16897.md): CVE-2017-16897: Security Update for passport-wsfed-saml2 Passport strategy library - [CVE-2017-17068: Security Update for auth0.js Popup Callback Vulnerability](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2017-17068.md): CVE-2017-17068: Security Update for auth0.js Popup Callback Vulnerability - [CVE-2018-11537: Security Update for angular-jwt Allow List Bypass](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2018-11537.md): CVE-2018-11537: Security Update for angular-jwt Allow List Bypass - [CVE-2018-15121: Security Vulnerability in auth0-aspnet and auth0-aspnet-owin](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2018-15121.md): CVE-2018-15121: Security vulnerability in deprecated Auth0 middleware for ASP.NET - [CVE-2018-6873: Security Vulnerability in the Auth0 Authentication Service](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2018-6873.md): CVE-2018-6873: Details about a security vulnerability identified in the Auth0 authentication service - [CVE-2018-6874: Security Vulnerability in the Auth0 Authentication Service](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2018-6874.md): CVE-2018-6874: Details about a security vulnerability identified in the Auth0 authentication service - [CVE-2018-7307: Security Vulnerability for auth0.js < 9.3](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2018-7307.md): CVE-2018-7307: Details about a security vulnerability identified for auth0.js < 9.3 - [CVE-2019-13483: Security Vulnerability in Passport-SharePoint](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2019-13483.md): CVE-2019-13483: Details about a security vulnerability in Passport-SharePoint - [CVE-2019-16929: Security Vulnerability in auth0.net](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2019-16929.md): CVE-2019-16929: Security vulnerability in auth0.net - [CVE-2019-20173: Security Update for WordPress Plugin for Auth0 wp-auth0](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2019-20173.md): CVE-2019-20173: Security Update for WordPress Plugin for Auth0 - [CVE-2019-20174: Security Update for Auth0 Lock Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2019-20174.md): CVE-2019-20174: Security Update for Auth0 Lock library - [CVE-2019-7644: Security Vulnerability in Auth0-WCF-Service-JWT](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2019-7644.md): CVE-2019-7644: Security vulnerability in Auth0-WCF-Service-JWT for ASP.NET - [CVE-2020-15084: Security Update for express-jwt Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2020-15084.md): CVE-2020-15084: Security update for Express-jwt Library - [CVE-2020-15119: Security Update for Auth0 Lock Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2020-15119.md): CVE-2020-15119: Security Update for Auth0 Lock Library - [CVE-2020-15125: Security Update for node-auth0 Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2020-15125.md): CVE-2020-15125: Security update for node-auth0 library - [CVE-2020-15240: Security Update for omniauth-auth0 JWT Validation](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2020-15240.md): CVE-2020-15240: Security update for omniauth-auth0 JWT validation - [CVE 2020-15259: Security Update for ad-ldap-connector](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2020-15259.md): CVE 2020-15259: Security Update for ad-ldap-connector - [CVE-2020-5263: Security Update for auth0.js Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2020-5263.md): CVE-2020-5263: Security Update for auth0.js library - [CVE-2021-32641: Security Update for Auth0 Lock Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2021-32641.md): CVE-2021-32641: Security Update for Auth0 Lock Library - [CVE-2021-32702: Security Update for Auth0 Next.js Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2021-32702.md): CVE-2021-32702: Security Update for Auth0 Next.js Library - [CVE-2021-41246: Security Update for Express OpenID Connect Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2021-41246.md): CVE-2021-41246: Security Update for Express OpenID Connect Library - [CVE-2021-43812: Security Update for Next.js Auth0 Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2021-43812.md): CVE-2021-43812: Security Update for Next.js Auth0 Library - [CVE-2022-23505: Security Update for passport-wsfed-saml2 Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2022-23505.md): Describes the security update for the passport-wsfed-saml2 Library. - [CVE-2022-24794: Security Update for Express OpenID Connect Library](https://auth0.generaltranslation.app/docs/secure/security-guidance/security-bulletins/cve-2022-24794.md): CVE-2022-24794: Security Update for Express OpenID Connect Library - [General Security Tips](https://auth0.generaltranslation.app/docs/secure/security-guidance/tips.md): Describes general security tips to prevent security breaches. - [Sender Constraining](https://auth0.generaltranslation.app/docs/secure/sender-constraining.md): Learn how to sender constrain tokens in Auth0. - [Configure Sender Constraining](https://auth0.generaltranslation.app/docs/secure/sender-constraining/configure-sender-constraining.md): Overview of how to configure Sender Constraining for your Auth0 tenant. - [Demonstrating Proof-of-Possession (DPoP)](https://auth0.generaltranslation.app/docs/secure/sender-constraining/demonstrating-proof-of-possession-dpop.md): Learn how to sender constraing tokens using Demonstrating Proof-of-Possession (DPoP) in Auth0. - [mTLS Sender Constraining](https://auth0.generaltranslation.app/docs/secure/sender-constraining/mtls-sender-constraining.md): Learn how to sender constrain tokens using mTLS in Auth0. - [Tenant Access Control List](https://auth0.generaltranslation.app/docs/secure/tenant-access-control-list.md): Tenant Access Control List (ACL) allows you to manage traffic to your Auth0 services with configurable rules. - [Configure Rules](https://auth0.generaltranslation.app/docs/secure/tenant-access-control-list/configure-rules.md): Learn how to configure Tenant Access Control List (ACL) rules with the Auth0 Management API. - [Manage Rules in Dashboard](https://auth0.generaltranslation.app/docs/secure/tenant-access-control-list/manage-rules-in-dashboard.md): Learn how to manage Tenant ACL rules in the Auth0 Dashboard. - [Reference](https://auth0.generaltranslation.app/docs/secure/tenant-access-control-list/reference.md): Contains Tenant Access Control List reference materials, such as signals, conditions, actions, and scopes. - [Use Cases](https://auth0.generaltranslation.app/docs/secure/tenant-access-control-list/use-cases.md): Learn about the different use cases for the Tenant Access Control List feature. - [Tokens](https://auth0.generaltranslation.app/docs/secure/tokens.md): Describes the types of tokens related to identity and authentication and how they are used by Auth0. - [Access Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens.md): Describes how access tokens are used in token-based authentication to allow an application to access an API after a user successfully authenticates and authorizes access. - [Access Token Profiles](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/access-token-profiles.md): Learn about the access token profiles that Auth0 supports. - [Get Access Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/get-access-tokens.md): Learn how to request Access Tokens using the Authorize endpoint when authenticating users and include the target audience and scope of access requested by the app and granted by the user. - [Identity Provider Access Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/identity-provider-access-tokens.md): Understand third-party access tokens issued by identity providers after user authentication and how to use them to call the third-party APIs. - [JSON Web Encryption](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/json-web-encryption.md): Learn how to encrypt access tokens using JSON Web Encryption. - [Management API Access Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/management-api-access-tokens.md): Learn how Auth0 Management API access tokens work and how to use them. - [Update Access Token Lifetime](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/update-access-token-lifetime.md): Describes how to update the access token lifetime for an API using the Auth0 Dashboard. - [Use Access Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/use-access-tokens.md): Describes how to use Access Tokens to call APIs. - [Validate Access Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/access-tokens/validate-access-tokens.md): Describes how to validate an access token. - [Delegation Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/delegation-tokens.md): Describes how Auth0 delegation tokens work in Auth0. - [ID Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/id-tokens.md): Describes how ID Tokens are used in token-based authentication to cache user profile information and provide it to a client application. - [Get ID Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/id-tokens/get-id-tokens.md): Describes how to request an ID token when authenticating users that includes claims about the user by including OIDC scopes. - [ID Token Structure](https://auth0.generaltranslation.app/docs/secure/tokens/id-tokens/id-token-structure.md): Describes how ID tokens conform to the JWT standard and contain JWT claims asserted about the token itself, standard OIDC claims about the authenticated user, and custom claims that you define, control, and add to a token using a rule. - [Update ID Token Lifetime](https://auth0.generaltranslation.app/docs/secure/tokens/id-tokens/update-id-token-lifetime.md): Describes how to update the ID token lifetime for an application using the Auth0 Dashboard. - [Validate ID Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/id-tokens/validate-id-tokens.md): Describes how to validate an ID token. - [JSON Web Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens.md): Learn about JSON web tokens (JWTs) and how they are used. - [Create Custom Claims](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens/create-custom-claims.md): Learn how to create collision-resistant names for custom claims. - [JSON Web Key Set Properties](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens/json-web-key-set-properties.md): Describes the properties available in a JSON Web Key Set (JWKS). - [JSON Web Key Sets](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens/json-web-key-sets.md): A JSON Web Key set is a JSON object which represents a set of JSON Web Keys (a JSON object that represents a cryptographic key). - [JSON Web Token Claims](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens/json-web-token-claims.md): Describe JSON web token (JWT) claims and how they are used in Auth0. - [JSON Web Token Structure](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens/json-web-token-structure.md): Describes how the JSON web tokens with JSON web signatures (JWSs) are structured. - [Locate JSON Web Key Sets](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens/locate-json-web-key-sets.md): Describes how to use the JSON Web Keys (JWKs) discovered using the JSON Web Key Set (JWKS) endpoint to verify a JWT signature. - [Validate JSON Web Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/json-web-tokens/validate-json-web-tokens.md): Describes how to parse and validate a JSON web token (JWT). - [Manage Refresh Tokens with Auth0 Management API](https://auth0.generaltranslation.app/docs/secure/tokens/manage-refresh-tokens-with-auth0-management-api.md): Learn how to manage refresh tokens with the Auth0 Management API. - [Refresh Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens.md): Describes how refresh tokens work to allow the application to ask Auth0 to issue a new access token or ID token without having to re-authenticate the user. - [Configure Refresh Token Expiration](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/configure-refresh-token-expiration.md): Learn how to configure the refresh token expiration lifetimes. - [Configure Refresh Token Rotation](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/configure-refresh-token-rotation.md): Describes how to configure refresh token rotation. - [Disable Refresh Token Rotation](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/disable-refresh-token-rotation.md): Describes how to disable Refresh Token rotation. - [Get Refresh Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/get-refresh-tokens.md): Describes how to get a Refresh Token when you initiate a request using the Authorize endpoint. - [Refresh Tokens with Actions](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/manage-refresh-tokens-actions.md): Learn about managing Refresh Tokens with Actions - [Multi-Resource Refresh Token](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/multi-resource-refresh-token.md): Learn about Multi-resource refresh token - [Configure and Implement Multi-Resource Refresh Token](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/multi-resource-refresh-token/configure-and-implement-multi-resource-refresh-token.md): Learn how to configure and implement multi-resource refresh token - [Refresh Token Rotation](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/refresh-token-rotation.md): Describes how refresh token rotation provides greater security by issuing a new refresh token with each request made to Auth0 for a new access token by a client using refresh tokens. - [Revoke Refresh Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/revoke-refresh-tokens.md): Learn how to revoke a refresh token if it gets compromised using the Authentication API, the Management API, or the Auth0 Dashboard. - [Use Refresh Token Rotation](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/use-refresh-token-rotation.md): Describes how to use Refresh Token rotation for you received during authorization. - [Use Refresh Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/refresh-tokens/use-refresh-tokens.md): Describes how to use a Refresh Token you received during authorization. - [Revoke Tokens](https://auth0.generaltranslation.app/docs/secure/tokens/revoke-tokens.md): Describes how to use tokens to control user access. - [Token Best Practices](https://auth0.generaltranslation.app/docs/secure/tokens/token-best-practices.md): Lists best practices when using tokens in authentication and authorization. - [Troubleshoot](https://auth0.generaltranslation.app/docs/troubleshoot.md): Learn how to troubleshoot and solve common issues in Auth0. - [Auth0 Blog](https://auth0.generaltranslation.app/docs/troubleshoot/auth0-blog.md) - [Auth0 Community](https://auth0.generaltranslation.app/docs/troubleshoot/auth0-community.md) - [Troubleshoot Authentication Issues](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues.md): Learn where to look for steps to troubleshoot authentication and authorization issues such as API calls, login, logout, user profiles, MFA and SAML - [Check API Calls](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/check-api-calls.md): Learn how to check API calls to troubleshoot issues. - [Check Login and Logout Issues](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/check-login-and-logout-issues.md): Learn how to check login and logout to troubleshoot issues - [Check User Profiles](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/check-user-profiles.md): Learn how to check user profiles to troubleshoot issues - [Troubleshoot Renew Tokens When Using Safari](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/renew-tokens-when-using-safari.md): Issues with token renewal in Safari when ITP is enabled. - [Troubleshoot SAML Errors](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/saml-errors.md): Describes how to troubleshoot common SAML related errors. - [Self Change Password Errors](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/self-change-password-errors.md): Error messages for the self change password API - [Troubleshoot Authorization Extension](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/troubleshoot-authorization-extension.md): Learn how to troubleshoot the Authorization Extension. - [Troubleshoot Multi-Factor Authentication Issues](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/troubleshoot-mfa-issues.md): Describes basic troubleshooting of MFA issues for your users. - [Troubleshoot Role-Based Access Control and Authorization](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/troubleshoot-rbac-authorization.md): Explore solutions to common issues experienced when implementing role-based access control (RBAC) using the Authorization Core feature set. - [Troubleshoot SAML Configurations](https://auth0.generaltranslation.app/docs/troubleshoot/authentication-issues/troubleshoot-saml-configurations.md): Describes troubleshooting for SAML configuration issues. - [Troubleshoot Basic Issues](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues.md): Learn where to look for basic troubleshooting steps to eliminate common problems such as Auth0 status, platform, connections, rules, domains, and how to generate HAR files and validate JWTs. - [Deprecation Errors](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/check-deprecation-errors.md): Learn how to search logs for deprecation errors - [Check Error Messages](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/check-error-messages.md): Learn how to check for error message to troublshoot issues - [Troubleshoot Invalid Token Errors](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/invalid-token-errors.md): Describes how to troubleshoot invalid token errors. - [Recover Administrative Access to a Tenant](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/recover-administrative-access-to-a-tenant.md): Describes how to recover options for a lost administrator account - [Check for Deprecation Errors](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/search-logs-for-deprecation-errors.md): Learn how to view errors and descriptions relating to deprecations. - [Verify Connections](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/verify-connections.md): Learn how to verify connection transactions and external service dependencies to troubleshoot issues - [Verify Domain](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/verify-domain.md): Learn how to verify your domain to troubleshoot issues - [Verify Platform](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/verify-platform.md): Learn how to verify your platform to troubleshoot issues - [Verify Rules](https://auth0.generaltranslation.app/docs/troubleshoot/basic-issues/verify-rules.md): Learn how to verify rules to troubleshoot issues - [Customer Support](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support.md): Describes the different types of support options provided by Auth0. - [Auth0 Changelog](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/auth0-changelog.md) - [Auth0 Enterprise and Premier Support](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/auth0-enterprise-and-premier-support.md): Description of the Auth0 Enterprise and Premier Support plans - [Manage Subscriptions](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/manage-subscriptions.md): Describes how to upgrade or change your Auth0 subscription. - [Delete or Reset Tenants](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/manage-subscriptions/delete-or-reset-tenant.md): Learn how to delete your tenant or reset it to the default configuration. - [Downgrade or Cancel Auth0 Subscriptions](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/manage-subscriptions/downgrade-or-cancel-subscriptions.md): Describes how to downgrade or cancel your Auth0 subscription. - [Export Data](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/manage-subscriptions/export-data.md): Describes how to export data from Auth0. - [Monitor Subscription Usage](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/manage-subscriptions/monitor-subscription-usage.md): Learn how to monitor your Auth0 subscription usage. - [Open and Manage Support Tickets](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/open-and-manage-support-tickets.md): Describes how to open and manage tickets with Support Center. - [Auth0 Operational Policies](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies.md): Describes Auth0's established operational policies including billing, data export and transfer, load and penetration testing, rate limits, tenant restoration, and Dashboard authentication. - [Billing Policy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/billing-policy.md): Describes the billing policy which governs requests for billing mechanisms within the Auth0 Dashboard - [Change Freeze Policy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/change-freeze-policy.md): Learn about Auth0's change freeze policy, including currently scheduled periods and testing restrictions. - [Data Export and Transfer Policy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/data-export-and-transfer-policy.md): Describes Auth0 policies on exporting and transferring data. - [Entity Limit Policy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/entity-limit-policy.md): Describes Auth0's tenant entity limit policy for subscribers. - [Load Testing Policy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/load-testing-policy.md): Describes Auth0's Load Testing Policy. - [Penetration Testing Policy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/penetration-testing-policy.md): Describes Auth0's Penetration Testing Policy. - [Auth0 Public Cloud Service Endpoints](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/public-cloud-service-endpoints.md): Lists all the endpoints used by Auth0 public cloud service. - [Rate Limit Policy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy.md): Describes Auth0's rate limit policy. - [Rate Limit Configurations](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations.md): Learn about Auth0 rate limiting policies that help prevent service interruption and degradation. - [Enterprise](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/enterprise-public.md): Rate limits for the Enterprise subscription type. - [Free](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/free-public.md): Rate limit policies for the Free Public subscription type. - [Self Service](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/self-service-public.md): Rate limits for the self service public subscription type - [Private Cloud Basic 100 RPS (1x)](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-100-rps-private-cloud.md): Tier 100 RPS Private Cloud rate limits - [Private Cloud Performance 10,000 RPS (100x)](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-10000-rps-private-cloud.md): Tier 10000 RPS Private Cloud rate limits - [Private Cloud Performance 1500 RPS (15x)](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-1500-rps-private-cloud.md): Tier 1500 RPS Private Cloud rate limits - [Tier Dev Private Cloud](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-20-development-private-cloud.md): Rate limits for the Tier 20 (Development) Private Cloud subscription type. - [Private Cloud Performance 3000 RPS (30x) and 3000 RPS (30x) Burst](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-3000-rps-private-cloud.md): Tier 3000 RPS Private Cloud rate limits - [Private Cloud Performance 500 RPS (5x)](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-500-rps-private-cloud.md): Tier 500 RPS Private Cloud rate limits - [Private Cloud Performance 6000 RPS (60x) and 6000 RPS (60x) Burst](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-6000-rps-private-cloud.md): Tier 6000 RPS Private Cloud rate limits - [Rate Limit Use Cases](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-use-cases.md): How to determine if you are being rate limited - [Product Support Matrix](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/product-support-matrix.md): Describes Auth0 features, platforms, and software configurations. - [Reset Account Passwords](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/reset-account-passwords.md): Describes how to reset Auth0 account passwords. - [Responsible Disclosure Program Security Support Tickets](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/responsible-disclosure-program-security-support-tickets.md): All customers, even those with free subscription plans, can report security concerns in Auth0 Responsible Disclosure Program. - [Self Service Support](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/self-service-support.md): Description of the Self-Service Support Plan for Auth0 - [Service Levels](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/services-level-descriptions.md): Describes the Auth0 service levels and service level agreements (SLAs). - [Software Updates](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/software-updates.md): Auth0 software update process - [Support Channels](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/support-channels.md): The different ways that Auth0 provides support - [Premier Success Plans](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/support-plans.md): The different levels of Auth0 support - [Update Billing Information](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/update-billing-information.md): Update billing information from Auth0 Dashboard - [Auth0 Versioning Strategy](https://auth0.generaltranslation.app/docs/troubleshoot/customer-support/versioning-strategy.md): Understand how Auth0 versioning works. - [Debugging Best Practices](https://auth0.generaltranslation.app/docs/troubleshoot/debugging-best-practices.md): Learn about best practices for debugging. - [Deploy and Monitor Issues](https://auth0.generaltranslation.app/docs/troubleshoot/deploy-monitor-issues.md): Learn how to troubleshoot issues with deployment and monitoring of your Auth0 tenant and applications. - [Troubleshoot Log Event Codes](https://auth0.generaltranslation.app/docs/troubleshoot/deploy-monitor-issues/troubleshoot-log-event-codes.md): Learn how to troubleshoot logging data, including missing, unexpected, or incorrect log event codes. - [Error Handling Best Practices](https://auth0.generaltranslation.app/docs/troubleshoot/error-handling-best-practices.md): Learn about best practices for error handling. - [General Usage and Operations Best Practices](https://auth0.generaltranslation.app/docs/troubleshoot/general-usage-and-operations-best-practices.md): Learn about best practices for general operations in Auth0. - [Troubleshoot Integration and Extensibility Issues](https://auth0.generaltranslation.app/docs/troubleshoot/integration-extensibility-issues.md): Learn where to look for steps to troubleshoot integration and extensibility issues such as partner connections, Sign in With Apple, custom databases and domains, Deploy CLI, and extensions - [Troubleshoot AD/LDAP Connector](https://auth0.generaltranslation.app/docs/troubleshoot/integration-extensibility-issues/troubleshoot-ad-ldap-connector.md): Common issues and troubleshooting information for the AD/LDAP Connector. - [Troubleshoot Custom Domains](https://auth0.generaltranslation.app/docs/troubleshoot/integration-extensibility-issues/troubleshoot-custom-domains.md): Learn how to troubleshoot issues with custom domains. - [Troubleshoot Extensions](https://auth0.generaltranslation.app/docs/troubleshoot/integration-extensibility-issues/troubleshoot-extensions.md): Learn general troubleshooting steps for extensions. - [Troubleshoot Deploy CLI Tool](https://auth0.generaltranslation.app/docs/troubleshoot/integration-extensibility-issues/troubleshoot-the-deploy-cli-tool.md): Learn how to troubleshoot the Auth0 Deploy Command Line Interface (CLI) tool. - [Performance Best Practices](https://auth0.generaltranslation.app/docs/troubleshoot/performance-best-practices.md): Learn about best practices for performance. - [Product Lifecycle](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle.md): Learn about the Auth0 product lifecycle, including product release stages, deprecations, end-of-life, the migration process, and active migrations. - [Deprecations and Migrations](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/deprecations-and-migrations.md): Lists all deprecations with active migrations that may impact your tenant. - [Migrate from Node 18 to Node 22](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-nodejs-22.md): Describes Auth0 Actions items affected by the Node.js 18 - [Migrate to Non-Verifiable Callback URI End-User Confirmation](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-non-verifiable-callback-uri-end-user-confirmation.md): Learn how you can enhance security and mitigate risks of application impersonation with HTTPS-based callbacks. - [Migration Process](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/migration-process.md): Describes the migration process at Auth0, including End of Life announcements, migration windows, and migration guides. - [Past Migrations](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations.md): List of Auth0 updates that have already been enabled for all customers. - [Clickjacking Protection for Universal Login Change](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/clickjacking-protection-for-universal-login.md): Describes how Auth0 is adding a way to prevent the Universal Login pages from being embedded into an iframe to protect against clickjacking attacks. - [Migrate Custom Claims](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/custom-claims-migration.md): Describes migration from Legacy namespaced claims to custom claims. - [Facebook Graph API Changes](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/facebook-graph-api-changes.md): The latest version of the Facebook Graph API changes what permissions and fields can be requested. - [Facebook Social Context Field Deprecation](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/facebook-social-context-field-deprecation.md): Describes changes occuring due to Facebook removing access to the social context field from their profile. - [Migrate from Google to Firebase Cloud Messaging](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/google-firebase-migration.md): Describes how to migrate your applications based on the Guardian Android SDK to Firebase Cloud Messaging - [Instagram Connection Deprecation](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/instagram-connection-deprecation.md): Describes changes occuring due to Instagram deprecating their Authentication API. - [Migrate to Access Tokens for Account Linking](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/link-user-accounts-with-access-tokens-migration.md): Describes how to migrate from using ID tokens to access tokens when linking user accounts. - [Migrate from edge.js extensibility features](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-from-edge-js-extensibility-features.md): Get started using Auth0. Implement authentication for any kind of application in minutes. - [Migrate from Legacy Authentication Flows](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-from-legacy-auth-flows.md): Describes how to migrate from legacy authentication flows. - [Migrate from Log Extensions](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-from-log-extensions.md): Migrate from log extensions to log streams or Auth0 Marketplace integrations. - [Migrate from oracledb extensibility features](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-from-oracledb-extensibility-features.md): Get started using Auth0. Implement authentication for any kind of application in minutes. - [Migrate from Node 12 and 16 to Node 18](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-nodejs-16-to-nodejs-18.md): Describes Auth0 Actions items affected by the Node.js v12+6 to Node.js v18 migration. - [Migrate to New Tenant Member Roles](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-tenant-member-roles.md): Learn how to migrate to the new Dashboard tenant member roles feature. - [Migrate to 1-Hour Login Flows Expiration](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-1-hour-expiration.md): Describes how to enable 1-hour expiration for interactive login flows. - [Migrate to Management API Endpoints with Access Tokens](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-calling-api-with-access-tokens.md): Describes the deprecation of using ID tokens as credentials for the Management API and how to migrate your configuration to use access tokens. - [Migrate from Node.js 8 to Node.js 12](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-nodejs-12.md): Describes Auth0 features affected by the Node.js v8 to Node.js v12 migration and provides recommendations for migration. - [Migrate to Node.js 16](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-nodejs-16.md): Describes Auth0 features affected by the Node.js v12 to Node.js v16 migration and provides recommendations for migration. - [Migrate to Management API v2 Endpoint Paginated Queries](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-paginated-queries.md): Describes how to use the pagination parameters for specific Management API v2 endpoint queries. - [Migrate to Passwordless Endpoint from Confidential Applications](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-passwordless.md): Describes the migration steps you need to take because Auth0 is deprecating the usage of the /passwordless/start endpoint from confidential applications without a client secret in the request. - [Migrate to Tenant Log Search v3](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-tenant-log-search-v3.md): Describes how to migrate from Auth0 Logs Search v2 to v3. - [Migrate from Search v2 to v3](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migrate-v2-v3.md): Learn how to migrate from Auth0 Search v2 to v3. - [Migrate Your Resource Owner Password Flow](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/migration-oauthro-oauthtoken.md): Describes how to migrate your password API calls and responses from /oauth/ro to /oauth/token. - [Migrate Your Resource Owner Passwordless Credentials Exchange](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/resource-owner-passwordless-credentials-exchange.md): Describes how to migrate your Passwordless API calls and responses from /oauth/ro to /oauth/token. - [Migrate Tenant Hostname Validation](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/tenant-hostname-migration.md): Describes how to check tenant logs for deprecation notices so you can migrate your application domain - [Yahoo API Changes](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/past-migrations/yahoo-api-changes.md): Describes the Yahoo API changes that affect the structure of the user profile. - [Product Release Stages](https://auth0.generaltranslation.app/docs/troubleshoot/product-lifecycle/product-release-stages.md): Describes how we stage, release, and retire product functionality. - [Troubleshooting Tools](https://auth0.generaltranslation.app/docs/troubleshoot/troubleshooting-tools.md): Describes the tools available to help with troubleshooting. - [Generate and Analyze HAR Files](https://auth0.generaltranslation.app/docs/troubleshoot/troubleshooting-tools/generate-and-analyze-har-files.md): Learn how to troubleshoot with HAR files and steps to generate a HAR file. - [JSON Web Token Inspector](https://auth0.generaltranslation.app/docs/troubleshoot/troubleshooting-tools/jwt.md) - [Generate and Analyze HAR Files](https://auth0.generaltranslation.app/docs/troubleshoot/troubleshooting-tools/sanitize-http-traces.md): Learn how to troubleshoot with HAR files and steps to generate a HAR file. ## Optional - [Events Catalog](https://auth0.com/docs/events/) - [イベントカタログ](https://auth0.com/docs/events/) - [Catalogue d’événements](https://auth0.com/docs/events/)