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:
Log in to the Oloid Portal.
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.
Click Tenant Settings.
The Tenant Settings page is displayed.
Go to Security > Auth0.
Turn on Enable Auth0 Identity SSO button.
Do the following:
Copy Redirect URL.
Use both the provided Redirect URLs when configuring login in the Auth0 dashboard.
Enter Client ID.
You can find the Client ID from your Auth0 dashboard under Settings > Basic Information. See, Sample Screen for Client ID.
Enter Auth URL.
You can find the Auth URL as
authorization_endpoint
value in the OpenID configuration URL. See, Sample Screen for Auth URLEnter Token URL.
You can find the Token URL as
token_endpoint
value in the OpenID configuration URL. See, Sample Screen for Token URLEnter Client Secret.
You can find the Client Secret from your Auth0 dashboard under Settings > Basic Information. See, Sample Screen for Client Secret.
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 URLClick Save.
The Auth0 Identity SSO is configured.
To obtain Auth0 endpoint parameters
Log in to your Auth0 dashboard.
In the top-left menu bar, select your Auth0 tenant name.
Replace
<your-auth0-domain>
in the following URL with your actual Auth0 domain:
βhttps://<your-auth0-domain>/.well-known/openid-configuration
Open the URL in a browser to view the OpenID configuration.
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