Entra ID (AAD) UserSync Connector Prerequisites¶
Create Azure Entra ID application with access to Azure Graph API
Steps¶
-
Login to Azure portal and click the Azure Entra ID from left panel.
-
Navigate to App registrations and click on +New registration.
-
Enter the following details as:
-
Name: Privacera UserSync
-
Supported account types: Accounts in any organisational directory (Any Azure AD directory - Multi-tenant) and personal Microsoft accounts (e.g. Skype, Xbox)
-
Redirect URI. This is an optional field.
-
Click Register.
-
After the application is created, copy and note down the Application (client) ID and Directory (tenant) ID as this will required later for setup of User Sync.
-
Now, click on Certificates & secrets and then click +New client secret.
-
Enter the following details to generate client secret:
-
Description: Privacera UserSync
-
Expires: Never
-
Click on Add and copy the value shown in Client secrets section under Value column. This will required for UserSync setup.
-
Now, go to API permissions and then click +Add a permission and select the Microsoft Graph option.
-
Select the Application permissions
-
Under Select permissions, select the following details as:
- Directory: Directory.Read.All
- User: User.Read.All
- Group: Group.Read.All
-
Click the Add permissions. After permission has been added, The confirmation message displays with a Yes and No button.
-
Click Yes. If you do not have privileges to grant consent, you can connect with Administrator to grant consent for the application.
-
After the Successful consent grant, the screen will be displayed with all granted permissions.