Prerequisites
Before you begin, ensure:
You have Contributor or Owner access to your Azure subscription
You can access the Azure Portal
Step 1: Select Products
Select the Azure products used in your organization and enter your Azure Subscription ID.
Where to find it:
Log in to Azure Portal
Go to Subscriptions
Select your subscription
Copy the Subscription ID
Step 2: App Registration
Register a new application in Azure Entra to allow ComplyJet access.
Navigate to the Azure portal, go to App registrations, and click New registration
Provide a name like
ComplyJetIntegrationApp
and click Register. Keep other settings as is.From the Overview page of your app, copy the Application (client) ID
Copy the Directory (tenant) ID
Now, paste these values in ComplyJet
Step 3: API Permissions
Grant the necessary read-only API permissions to the registered app.
In the app registration page, go to API permissions
Click Add a permission and choose Microsoft Graph
Select Application permissions, and search for and add the following five scopes (one by one) :
User.Read.All
Reports.Read.All
Directory.Read.All
Policy.Read.All
AuditLog.Read.AllClick Add permissions
Click Grant admin consent for <Your Directory Name> and confirm
Step 4: Client Secret
Now formally create and store the client secret to allow ComplyJet to authenticate.
Go to Certificates & secrets in the app
Click New client secret
Add a description (e.g.,
ComplyJet Integration App Secret
)Set expiration to 24 months
Click Add
Copy the client secret value (not Secret ID) and paste it into ComplyJet
π This is the only time the secret will be visible. Please make sure you copy it.
Step 5: IAM Role
Assign the correct read-only role to the ComplyJet application in your subscription.
Go to your Azure Subscription
Select your subscription and go to Access control (IAM)
Click Add > Add role assignment
Choose the Reader role
For Assign access to, select Azure AD user, group, or service principal
Click + Select members, search for and select
ComplyJetIntegrationApp
Click Review + assign and confirm the role assignment
You're Done!
Once you've entered all values and completed all steps:
β
Click Connect in the ComplyJet setup form
β
Azure resources will start syncing shortly
β
Compliance checks will begin automatically