Capabilities
*The connector can optionally sync role permissions.
Gather Auth0 credentials
Configuring the connector requires you to pass in credentials generated in Auth0. Gather these credentials before you move on.Create an Auth0 application
1
In Auth0, navigate to Dashboard > Applications > Applications and click Create Application.
2
Give the new application a name, such as “C1”.
3
Select the Machine to Machine Applications option and click Create.
4
Select the management API for your domain.
5
Give the application’s access token permissions:You’ll need these permissions to give C1 READ access (syncing access data):
- read:users
- read:grants
- read:organizations
- read:organization_members
- read:roles
- read:role_members
- read:resource_servers (required only if you configure the connector to sync role permissions)
- read:users
- read:grants
- read:organizations
- read:organization_members
- read:roles
- read:role_members
- update:users
- create:role_members
- create:organization_members
6
Click Authorize.
7
On the Application Settings page, click Settings.
8
Carefully copy and save the Client ID and Client Secret for the application.
Configure the Auth0 connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Auth0 connector is now pulling access data into C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for Auth0 and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
In the Base URL field, enter the base URL for your Auth0 instance in
https://companyname.auth0.com format.9
In the Client ID and Client Secret fields, enter the credentials.
10
Optional. If you want the connector to sync role permissions, enable Sync permissions.
11
Click Save.
12
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.