Capabilities
Gather Forma credentials
1
Sign in to the Forma admin console with an administrator account.
2
Open the SCIM provisioning or directory integration settings.
3
Generate or copy the SCIM bearer token, and note the SCIM base URL shown on
the same page.
4
Store the token securely. It grants read access to your Forma directory.
Configuration fields
Synced resource types
- Users: Forma users from
GET /scim/v2/Users. Each user carries its SCIMid,userName, name, primary email, and active status. - Groups: Forma groups from
GET /scim/v2/Groups. Each group exposes amemberentitlement. - Group membership grants: every entry in a group’s SCIM
memberslist is emitted as a grant of that group’smemberentitlement to the member user.
Special notes
- Group memberships are not separate resources; they are grant edges on the group resource.
- Forma SCIM list endpoints use 1-based
startIndexandcountoffset pagination. The connector requests the largest standard SCIM page size. - On rate limit or transient errors, the connector retries with exponential backoff.
Configure the Forma connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Forma connector is now pulling access data into C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Forma and click Add.
3
Choose how to set up the new Forma connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the Forma credentials:
- SCIM bearer token: the token from the Forma admin console.
- SCIM base URL: leave blank to use the default, or enter the base URL shown in the Forma admin console SCIM setup page.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected.
You can view the logs to ensure that information is syncing.