Documentation Index
Fetch the complete documentation index at: https://conductorone-ian-account-to-user-pipeline.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Accounts | ||
| Service accounts | ||
| Service principals | ||
| Projects | ||
| Groups |
- OAuth authentication. Personal Access Tokens do not support changes to Entra group membership.
- The
GroupMember.ReadWrite.Allpermission on the Entra app registration, with admin consent in the tenant.
Gather Azure DevOps credentials
Configuring the connector requires you to pass in credentials generated in Azure DevOps. Gather these credentials before you move on. You can authenticate the Azure DevOps connector by registering a web app and signing in with OAuth, or by using a personal access token. Follow the relevant set of instructions below to create your preferred set of credentials.Option 1: Register a web application
Give the app the following permissions based on your needs:For sync-only (read) access:
- user_impersonation (required - Azure DevOps only allows delegated permissions)
- vso.profile
- vso.graph
- user_impersonation (required - Azure DevOps only allows delegated permissions)
- vso.profile
- vso.graph_manage
- vso.memberentitlementmanagement_write
Optional — only required for Entra group membership provisioning.If you want C1 to grant and revoke memberships on Entra-sourced Azure DevOps
groups (descriptor prefix
aadgp.), grant this same Entra app the Microsoft
Graph application permission GroupMember.ReadWrite.All with admin
consent.In the Entra portal, on this app registration:- Click API permissions > Add a permission.
- Choose Microsoft Graph (not Azure DevOps).
- Choose Application permissions (not Delegated).
- Select
GroupMember.ReadWrite.Alland click Add permissions. - Click Grant admin consent for <tenant> at the top of the permissions list.
Group.ReadWrite.All is not required. Without it,
Entra group membership provisioning will fail with a clear “missing
GroupMember.ReadWrite.All” error at the first grant or revoke attempt.Option 2: Create a personal access token
Personal Access Token authentication does not support Entra group
membership provisioning. With PAT auth, grant and revoke requests against
Entra-sourced groups (descriptor prefix
aadgp.) are silent no-ops — the
connector accepts the request and returns success without making any API
call. If you need C1 to actually grant or revoke memberships on Entra-sourced
Azure DevOps groups, configure the connector with OAuth
(Option 1) instead.In Azure DevOps, navigate to your users settings (the person icon in the top menu bar) and select personal access tokens.
Give the new token a name, such as “C1”, then select the relevant organization and set an expiration date.
Under Scopes, select Custom defined and set the relevant set of scopes:
To give the connector READ (sync only) permissions:
- Graph: Read - Enables all Graph API read operations (users, groups, service principals, memberships, storage keys, descriptors, subject queries)
- Project and Team: Read - Enables all Core API read operations (projects, teams, team members) To give the connector READ/WRITE (sync and provision) permissions:
- Graph: Read & manage - Enables all Graph API read and write operations (users, groups, service principals, memberships, storage keys, descriptors, subject queries)
- Member Entitlement Management: Read & write - Enables all Entitlements API read and write operations (list, create, and update user entitlements and licenses)
- Project and Team: Read - Enables all Core API read operations (projects, teams, team members) To enable incremental sync (optional):
- Audit Log: Read - Required if you want to enable the incremental sync feature, which syncs only changes since the last sync
Configure the Azure DevOps connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Azure DevOps connector is now pulling access data into C1.
Choose how to set up the new Azure DevOps connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.
If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
Select your method of authenticating to Azure DevOps and click either OAuth or Username and password.
If you chose OAuth:
- Enter your organization URL, Azure tenant ID, OAuth client ID, and OAuth client secret in the relevant fields.
- Optional. Check the boxes if you want to Sync teams or Sync organizations.
- Optional. Check Enable incremental sync to allow the connector to read audit logs and capture updates between full syncs. Requires the Audit Log: Read permission.
- Optional. Check Enable Entra group membership provisioning to grant and revoke memberships on Entra-sourced groups via Microsoft Graph. Requires the
GroupMember.ReadWrite.AllMicrosoft Graph application permission with admin consent (see Step 9 of Option 1). Per Microsoft, changes may take up to 1 hour to appear in the Azure DevOps Members view. - Click Save.
- Click Login with OAuth.
- Log in and authorize C1 with your Azure DevOps instance.
- You will then be redirected back to the Azure DevOps setup page in C1, where you’ll see an authorization message. If you chose Personal access token:
- Paste your Azure DevOps organization URL in the format
https://dev.azure.com/{Your_Organization}into the Organization URL field. - Paste the token into the Personal Access Token field.
- Optional. Check the boxes if you want to Sync teams or Sync organizations.
- Optional. Check Enable incremental sync to allow the connector to read audit logs and capture updates between full syncs. Requires the Audit Log: Read permission.
- Click Save.