apps/docs/content/guides/integrate/services/auth0-saml.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
This includes:
All the information is filled out as an example, and to connect with any other environment you only have to change the used domain, for example "example.com" with "zitadel.cloud". Lastly, upload the certificate used to sign the responses, provided for you under the URL {your_instance_domain}/saml/v2/certificate.
Then just press the button "Create" and the connection on Auth0 is configured.
You need to upload the SAML metadata to ZITADEL for it to recognize this newly created connection. Under this link are all necessary information to correctly fill out the metadata or download the metadata-file directly under the URL https://YOUR_AUTH0_DOMAIN/samlp/metadata?connection=YOUR_CONNECTION_NAME, which in this example would be https://example.auth0.com/samlp/metadata?connection=SAML-ZITADEL.
In your existing project:
Everything on the side of ZITADEL is done if the application is correctly created.
To then test the connection you only have to press "Try" on the created connection in the Authentication → Enterprise screen.
To further customize the requests you can also customize the SAML communication as described here