Skip to main content

How to configure Auth0 SSO in Oloid Portal

Updated this week

Pre-requisite:

To set up the configuration between Auth0 and Oloid, you must generate the parameters in Auth0 dashboard. For detailed instructions, see Auth0 Settings for Oloid SSO

To configure Auth0 SSO:

  1. Log in to the Oloid Portal.

  2. On the homepage of the portal, click user profile icon on the bottom left corner of the menu panel.

    The user profile menu is displayed.

  3. Click Tenant Settings.

    Image

    The Tenant Settings page is displayed.

  4. Go to Security > Auth0.

  5. Turn on Enable Auth0 Identity SSO button.

  6. Do the following:

    1. Copy Redirect URL.

      Use both the provided Redirect URLs when configuring login in the Auth0 dashboard.

    2. Enter Client ID.

      You can find the Client ID from your Auth0 dashboard under Settings > Basic Information. See, Sample Screen for Client ID.

    3. Enter Auth URL.

      You can find the Auth URL as authorization_endpoint value in the OpenID configuration URL. See, Sample Screen for Auth URL

    4. Enter Token URL.

      You can find the Token URL as token_endpoint value in the OpenID configuration URL. See, Sample Screen for Token URL

    5. Enter Client Secret.

      You can find the Client Secret from your Auth0 dashboard under Settings > Basic Information. See, Sample Screen for Client Secret.

    6. Enter User Info URL

      You can find the User Info URL as userinfo_endpoint value in the OpenID configuration URL. See, Sample Screen for User Info URL

    7. Click Save.

    The Auth0 Identity SSO is configured.

To obtain Auth0 endpoint parameters

  1. Log in to your Auth0 dashboard.

  2. In the top-left menu bar, select your Auth0 tenant name.

  3. Replace <your-auth0-domain> in the following URL with your actual Auth0 domain:
    ​https://<your-auth0-domain>/.well-known/openid-configuration

  4. Open the URL in a browser to view the OpenID configuration.

  5. Copy the following endpoint values and paste them into the corresponding fields in the Oloid Portal:

  • authorization_endpoint

  • token_endpoint

  • userinfo_endpoint

Sample Screens

Sample Screen for Client ID and Client Secret

Sample screen for Endpoint Parameters

Did this answer your question?