MS Graph API Permissions
MS Graph API Permissions (Required to sync Identities from Entra ID for UAR)
Section titled “MS Graph API Permissions (Required to sync Identities from Entra ID for UAR)”1. Log in to Entra Admin Center
Section titled “1. Log in to Entra Admin Center”- Go to Microsoft Entra Admin Center.
- Sign in with a Global Administrator or Application Admininstrator account.
2. Create a New App Registration
Section titled “2. Create a New App Registration”- In the left menu, go to Entra ID → App registrations.
- Click + New registration.
- Enter:
- Name: e.g.
UAR-Sync - Supported account types: Select Accounts in this organizational directory only (recommended).
- Redirect URI: Leave empty unless specifically required.
- Name: e.g.
- Click Register.
3. Add Microsoft Graph API Permissions
Section titled “3. Add Microsoft Graph API Permissions”- In the app you just created, select API permissions → + Add a permission.
- Choose Microsoft Graph → Application permissions.
- Search and add:
User.Read.AllApplication.Read.AllGroupMember.Read.AllAuditLog.Read.All
- Click Add permissions.
4. Grant Admin Consent
Section titled “4. Grant Admin Consent”- Still under API permissions, click Grant admin consent for
. - Confirm the action.
- The status should update to Granted.
5. Create a Client Secret
Section titled “5. Create a Client Secret”- Go to Certificates & secrets.
- Under Client secrets, click + New client secret.
- Fill in:
- Description: e.g.
UAR-Secret - Expires: Select 24 months (2 years) (recommended)
- Description: e.g.
- Click Add.
- Copy the Value immediately — this is your client secret (you will not be able to view it again).
- Store it securely (e.g., in a password manager or Azure Key Vault).
6. Collect IDs for Authentication
Section titled “6. Collect IDs for Authentication”You will need:
- Tenant ID: Found under Overview → Directory (tenant) ID
- Client ID: Found under Overview → Application (client) ID
- Client Secret: The value you just generated
7. Save the sync credentials in UAR
Section titled “7. Save the sync credentials in UAR”- Logon to https://companyname-uar.tikabu.io. as a member of the UARAdmin role.
- Under Identity Sync, enter and save the MS Graph API credentials.