Add an Azure AD system
Go to Systems > Overview.
Click Add.
Select Azure AD for System Type.
Enter a System Name.
Click Save.
The new System is added to the Configured Systems pane.
Click
Configure for the system.
Go to your Azure AD portal at https://portal.azure.com/.
Click Azure Active Directory under Azure Services.
Go to App Registrations.
Click New Registration.
Enter a Name. For example,
NIM
.Click Register.
You are taken to the new app registration.
Create and upload your certificate in NIM and Azure.
Outside of Azure, use your preferred method to generate a self-signed certificate. Create both
X.509 encoded binary .cer
and.pfx
formats.In Azure, go to Certificates & Secrets. Click Upload Certificate. Use the
.cer
format. Click Add. The certificate is uploaded.In NIM, Add a certificate. Use the
.pfx
format.
In Azure, go to the new app's Overview.
Copy and paste the Application (Client) ID and Directory (Tenant) ID fields into the corresponding fields of the Connection tab in NIM.
In NIM, select the newly uploaded certificate in the Certificates pane. The Certificate (Name) field is automatically populated.
Click Save.
In Azure, go to API Permissions.
Click Add a Permission.
Click Microsoft Graph.
Click Application Permissions.
Select the following permissions:
User.ReadWrite.All
Group.ReadWrite.All
Directory.ReadWrite.All
Click Add Permissions.
Click Grant Admin Consent for <app name>. Click Yes to confirm.
Return to NIM.
Click Test Connection. A success message is returned.
Notice
The Azure AD connector does not currently support any group or membership-related operations.