> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Describes available integrations for Auth0's partners

# Introduction to Integrating with Auth0

Auth0provides an authentication and authorization service built on open standards like OIDC, OAuth2, <Tooltip tip="Security Assertion Markup Language (SAML): Standardized protocol allowing two parties to exchange authentication information without a password." cta="View Glossary" href="/docs/glossary?term=SAML">SAML</Tooltip>, and others. But, more than that, we provide tools so our customers can outsource user centralization and management, components of application security, and connecting networks of applications to a single source of identity.

An important part of this is enabling partners, such as yourself, to create an ecosystem of integrations that can be used to enhance and extend what we already provide. We do this by providing extensibility points and methods to allow customization. This means more functionality for customers with less maintenance burden for them.

Almost 90% of our customers extend the Auth0 platform for their unique requirements. By working with you to solve for common identity problems and use cases, we can expedite the time it takes our customers to implement their identity workflows.

## What can be extended?

Below is a list of the different ways Auth0 can be customized. Some extensibility points allow integrations to be installed directly, while others need a guide that a customer can follow, and some extensibility points require a paid Auth0 account.

* **Single-Sign On to an external service**

  * [SAML](/docs/customize/integrations/marketplace-partners/sso-integrations-for-partners)
  * OpenID Connect
  * WS-Fed
* [**Customize user-facing Auth0 UI**](/docs/customize)

  * Load custom JavaScript and CSS on the login form
  * Custom email templates
* **Sources of identity**

  * [OpenID Connect](/docs/authenticate/identity-providers/enterprise-identity-providers/oidc)
  * [OAuth2](/docs/customize/integrations/marketplace-partners/social-connections-for-partners)
  * [SAML](/docs/authenticate/identity-providers/enterprise-identity-providers/saml)
  * [Active Directory/LDAP](/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap)
  * [Custom code pointing to a remote identity source](/docs/authenticate/database-connections/custom-db)
* [**Custom code after successful authentication**](/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger)

  * Call an external API to enrich the user profile, block logins, etc.
  * [Redirect to an external service](/docs/customize/integrations/marketplace-partners/redirect-actions-for-partners)
  * Enrich the user profile stored in Auth0
  * Provide a second factor for authentication
  * [Step-up authentication](/docs/secure/multi-factor-authentication/step-up-authentication)
  * Trigger Auth0 MFA
* **Custom code** [**before**](/docs/customize/actions/explore-triggers/signup-and-login-triggers/pre-user-registration-trigger) **and** [**after**](/docs/customize/actions/explore-triggers/signup-and-login-triggers/post-user-registration-trigger) **Auth0 database registration**

  * Database Connections
  * Passwordless Connections
* [**Send MFA codes using a custom SMS provider**](/docs/customize/actions/explore-triggers/mfa-notifications-trigger)
* **Integration with customer applications**

  * Integrate via your own SDK
* **Application calling a resource/API**

  * [Modify access tokens at login](/docs/customize/actions/explore-triggers/signup-and-login-triggers/login-trigger)
  * [Modify access tokens for machine-to-machine applications](/docs/customize/actions/explore-triggers/machine-to-machine-trigger)
* [**Log streams**](/docs/customize/log-streams/custom-log-streams)
* [**Email providers via SMTP**](/docs/customize/email/smtp-email-providers)
* **Tenant and user management**

  * [Via API using a machine-to-machine application](/docs/secure/tokens/access-tokens/management-api-access-tokens)

    * [User management](/docs/manage-users/user-accounts/manage-users-using-the-management-api)
    * [Application management](https://auth0.com/docs/api/management/v2#!/Clients/get_clients)
    * [Connection management](https://auth0.com/docs/api/management/v2#!/Connections/get_connections)
  * [Via CLI](/docs/deploy-monitor/deploy-cli-tool)

## Learn more

* [Marketplace Partners](/docs/customize/integrations/marketplace-partners)
* [Redirect Actions for Partners](/docs/customize/integrations/marketplace-partners/redirect-actions-for-partners)
* [Social Connections for Partners](/docs/customize/integrations/marketplace-partners/social-connections-for-partners)
* [SSO Integrations for Partners](/docs/customize/integrations/marketplace-partners/sso-integrations-for-partners)
