ConductorOne provides identity governance and just-in-time provisioning for Microsoft Azure Infrastructure. Integrate your Azure Infrastructure instance with ConductorOne to run user access reviews (UARs) and enable just-in-time access requests.
The Microsoft Azure Infrastructure connector works optimally when connected to a tenant licensed with either Microsoft Entra ID P2 or Microsoft Entra ID Governance. Other license types are supported, but the connector is not able to provide the same level of detail in all synced information. See the instructions below about using the Skip Entra ID P2 License Features configuration option if you do not have one of these license types.
Click Application permissions. Select each permission in the relevant set below:To sync access data:
Report incorrect code
Copy
Ask AI
Application.Read.AllAppRoleAssignment.ReadWrite.All # Microsoft does not make a read-only AppRoleAssignment permission available AuditLog.Read.AllDirectory.Read.AllGroup.Read.AllGroupMember.Read.AllMailboxSettings.ReadRoleAssignmentSchedule.Read.DirectoryRoleEligibilitySchedule.Read.DirectoryRoleManagement.Read.AllRoleManagement.Read.DirectoryRoleManagementAlert.Read.DirectoryRoleManagementPolicy.Read.AzureADGroupRoleManagementPolicy.Read.DirectoryServicePrincipalEndpoint.Read.AllUser.Read.AllUser.ReadBasic.AllPrivilegedAccess.Read.AzureADPrivilegedAccess.Read.AzureADGroupPrivilegedAccess.Read.AzureResources
The Connector Administrator or Super Administrator role in ConductorOne
Access to the set of Azure Infrastructure credentials generated by following the instructions above
Cloud-hosted
Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.
1
In ConductorOne, navigate to Admin > Connectors and click Add connector.
2
Search for Azure Infrastructure and click Add.
3
Choose how to set up the new Azure Infrastructure 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 ConductorOne)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.
If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Paste the client ID into the Client ID field.
8
Paste the client secret into the Client secret field.
9
Paste the tenant ID into the Tenant ID field.
10
Optional. Check the box if you want the connector to attempt to get Mailbox settings for users to determine user purpose. (This is helpful if you need to sort out non-human identities such as conference rooms or devices.)
11
Optional. Check the box if you want to Skip syncing Active Directory Server groups.
12
Enter your domain for the Microsoft Graph API in the Graph domain field. The default is graph.microsoft.com.
13
Optional. Check the box if you want to Skip unused roles.
14
Optional. Check the box if you want to Skip syncing storage containers.
15
Optional. Check the box if you want to Enable syncing external resources (identities from a shared identity source).
16
If you are NOT running Azure infrastructure on an Entra ID P2 or Entra ID Governance license, click to enable Skip Entra ID P2 License Features. If this option is not checked and you do not have one of the license types above, the connector will fail to sync properly.
17
Click Save.
18
If enabling external resource sync, complete these additional steps:
In the Shared identity source area of the page, click Edit.
Select the connector from which you want to pull identities.
Optional. Limit the identities pulled from the connector you selected to only those with a certain entitlement by setting the entitlement.
Click Save.
19
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
That’s it! Your Azure Infrastructure connector is now pulling access data into ConductorOne.
Follow these instructions to use the Azure Infrastructure connector, hosted and run in your own environment.When running in service mode on Kubernetes, a self-hosted connector maintains an ongoing connection with ConductorOne, automatically syncing and uploading data at regular intervals. This data is immediately available in the ConductorOne UI for access reviews and access requests.
Step 1: Set up a new Azure Infrastructure connector
1
In ConductorOne, navigate to Connectors > Add connector.
2
Search for Baton and click Add.
3
Choose how to set up the new Azure Infrastructure 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 ConductorOne)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.
If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
In the Settings area of the page, click Edit.
7
Click Rotate to generate a new Client ID and Secret.
Carefully copy and save these credentials. We’ll use them in Step 2.
# baton-azure-infrastructure-secrets.yamlapiVersion: v1kind: Secretmetadata: name: baton-azure-infrastructure-secretstype: OpaquestringData: # ConductorOne credentials BATON_CLIENT_ID: <ConductorOne client ID> BATON_CLIENT_SECRET: <ConductorOne client secret> # Azure Infrastructure credentials BATON_AZURE_CLIENT_ID: <Azure application (client) ID> BATON_AZURE_CLIENT_SECRET: <Azure application client secret> BATON_AZURE_TENANT_ID: <Azure application directory (tenant) ID> BATON_GRAPH_DOMAIN: <Microsoft Graph API domain (default is graph.microsoft.com)> # Optional: include if you want ConductorOne to provision access using this connector BATON_PROVISIONING: true # Optional: include if you want the connector to attempt to get mailbox settings for users to determine user purpose BATON_MAILBOXSETTINGS: true # Optional: include if you want to skip syncing Active Directory Server groups BATON_SKIP_AD_GROUPS: true # Optional: include if you want to skip syncing unused roles BATON_SKIP_UNUSED_ROLES: true # Optional: include if you want to skip syncing storage containers BATON_SKIP_SYNC_STORAGE_CONTAINERS: true # Optional: include if you want to pull identities from a shared identity source BATON_ENABLE_SYNC_EXTERNAL_RESOURCES_VIA_BATON_ID: true BATON_FILE: <The path to the c1z file that contains identities to sync> # Include if you're using a license other than 'Microsoft Entra ID P2' or 'Microsoft Entra ID Governance' BATON_SKIP_ENTRA_ID_P2_LICENSE_FEATURES: true
See the connector’s README or run --help to see all available configuration flags and environment variables.
Create a namespace in which to run ConductorOne connectors (if desired), then apply the secret config and deployment config files.
2
Check that the connector data uploaded correctly. In ConductorOne, click Applications. On the Managed apps tab, locate and click the name of the application you added the Azure Infrastructure connector to. Azure Infrastructure data should be found on the Entitlements and Accounts tabs.
That’s it! Your Azure Infrastructure connector is now pulling access data into ConductorOne.