Auth0
Source
Polytomic connects to Auth0 using the following parameters:
- Domain
- Client ID
- Client Secret
-
Log in to Auth0 and go to Applications→ Applications → Create Application.
-
Enter a name for your Application (e.g. Polytomic).
-
Select Machine to Machine Applications as your application type and click Create.
-
Go to Settings → Advanced Settings → Grant Types.
-
Select Client Credentials.
-
Go to the Credentials tab and select the Client Secret (Basic) authentication method.
-
On the APIs tab, set Authorize to ON.
-
In the Permissions section, include all Read permissions and click Authorize.
-
From the Settings tab of the application you created above, note the Domain, Client ID, and Client Secret (you will be entering them in Polytomic).
-
In Polytomic, go to Connections → Add Connection → Auth0.
-
Paste your Domain, Client ID, and Client Secret from Step 9.
- Click Save.
Updated 2 days ago