Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users |
Gather Ory credentials
Open the Ory Console and select the project
you want ConductorOne to read.
Configure the Ory connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Ory connector is now pulling identity data into C1.
Enter the Ory credentials:
- Base URL: The project’s Admin API base URL, including the trailing slash, for example
https://acme.projects.oryapis.com/. - API token: The project API key you created in the Ory Console.
- Project slug (optional): The Ory project slug for display only. This does not affect which host is contacted.
Connector configuration reference
| Setting | Environment variable | Required | Description |
|---|---|---|---|
| Base URL | BATON_BASE_URL | Yes | Ory project Admin API base URL, including the trailing slash. For Ory Network, https://{project_slug}.projects.oryapis.com/. |
| API token | BATON_API_TOKEN | Yes | Project-scoped Ory API key sent as Authorization: Bearer. Stored as a secret. |
| Project slug | BATON_PROJECT_SLUG | No | Ory project slug for display only. Does not affect API requests. |