Providers

Auth0

Create an Auth0 Regular Web Application for Proliferate SSO (OIDC).

Use an Auth0 application to sign in to Proliferate with OpenID Connect.

Prerequisites

  • An Auth0 tenant where you can create applications.
  • The Redirect URI from your Proliferate Single sign-on settings.

Create the application

  1. In the Auth0 Dashboard, go to Applications → Applications and click Create Application.
  2. Name it (e.g. Proliferate SSO), choose Regular Web Application, and click Create.
  3. Open the application's Settings tab. Under Allowed Callback URLs, paste the Redirect URI copied from Proliferate, then Save Changes.
  4. From Settings, copy the Domain, Client ID, and Client Secret.

Auth0 application Settings showing Domain, Client ID, and Client Secret

The Auth0 application's Basic Information: Domain, Client ID, and Client Secret.

Values for Proliferate

Proliferate fieldValue
OIDC issuer URLhttps://<your-tenant>.us.auth0.com/ (include the trailing slash)
OIDC client IDClient ID from Settings
OIDC client secretClient Secret from Settings
OIDC scopesopenid email profile
Token auth methodMatch the method configured on the Auth0 application (see below)
Warning:

Auth0 issuers include a trailing slash; use the issuer exactly as shown (https://<tenant>.<region>.auth0.com/). The region segment (us, eu, etc.) depends on where your tenant was created.

Info:

Auth0 uses the token-endpoint authentication method configured on the application. Open the application's Credentials tab and set the Proliferate Token auth method to match what's shown there (Client secret basic or Client secret post). If you hit a token-exchange error, confirm the two still agree.

Finish in the SSO settings: paste the values above, Save, Test, then Enable.

On this page