apps/docs/content/guides/integrate/services/auth0-oidc.mdx
import CreateApp from "../application/_application.mdx";
This guide shows how to enable login with ZITADEL on Auth0.
It covers how to:
Prerequisites:
We have to switch between ZITADEL and Auth0. If the headings begin with "ZITADEL" switch to the ZITADEL Management Console and if the headings start with "Auth0" please switch to the Auth0 GUI.
In Authentication > Enterprise
https://${CUSTOM_DOMAIN}/.well-known/openid-configuration/login/callback)The settings should look like this:
Next we have to switch to the ZITADEL Management Console.
First of all we create the application in your project.
<CreateApp components={props.components} appType="web" authType="code" appName="Auth0" redirectURI="https://<TENANT>.<REGION>.auth0.com/login/callback"/>