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 methodClient secret basic
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 Regular Web Apps default their token-endpoint auth method to Client secret post. Auth0's token endpoint accepts both methods, so Client secret basic works; if you hit a token-exchange error, switch the Token auth method to Client secret post.

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

On this page