Capabilities
The connector syncs FusionAuth users and groups, and the membership of each
user in its groups as
member grants on the group.
Gather FusionAuth credentials
1
Sign in to the FusionAuth admin UI and go to Settings > API Keys.
2
Create an API key with read access to users and groups. A key with no
endpoint restrictions works; to scope it down, grant
GET on
/api/user/search, /api/group/search, and /api/group. To limit the
sync to one tenant, bind the key to that tenant or note its tenant ID.3
Copy the API key value, your FusionAuth base URL (for example
https://auth.example.com), and the tenant ID if you want to scope the
sync to a single tenant.Configure the FusionAuth connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your FusionAuth connector is now pulling access data into C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for FusionAuth 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
Enter the FusionAuth credentials:
- Base URL: The HTTPS URL of your FusionAuth instance, with no trailing slash and no
/apisuffix, for examplehttps://auth.example.com. - API key: The API key you created in FusionAuth.
- Tenant ID (optional): A FusionAuth tenant ID to scope the sync to a single tenant. Leave it empty to use the tenant the API key is bound to.
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.