---
title: createAuth0AuthProvider
---

# createAuth0AuthProvider

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/auth/src/lib/providers/auth0.ts#L34" target="_blank">View Source</a>

## Summary

Creates an Auth0 provider backed by the shared OIDC runtime.

## Signature

```ts
function createAuth0AuthProvider(
  options: Auth0AuthProviderOptions,
): OAuthProvider<Auth0AuthProfile, "auth0", OAuthStandardTokens>;

```

## Params

### options

Auth0 domain and client settings for your application.

## Returns

An OAuth provider that can be passed to `startExternalAuth()` and `finishExternalAuth()`.