Entra Configuration¶
To enable Entra data ingestion, you need to configure the following CLI settings:
--entra-tenant-id: Your Entra tenant ID--entra-client-id: The client ID of your Entra application--entra-client-secret-env-var: The name of an environment variable that contains the client secret of your Entra application.
To set up the Entra client,
Go to App Registrations in the Azure portal
Create a new app registration.
Grant it the following permissions:
AdministrativeUnit.Read.AllRead all administrative units
Type: Application
AppRoleAssignment.ReadWrite.AllManage app permission grants and app role assignments
Type: Application
Application.Read.AllRead all applications
Type: Application
Directory.Read.AllRead directory data
Type: Application
Group.Read.AllRead all groups
Type: Application
GroupMember.Read.AllRead all group memberships
Type: Application
User.Read.AllRead all users’ full profiles
Type: Application