Microsoft Entra ID Settings
The Microsoft Entra ID Settings
defines the Tenant ID, Application (Client) ID and Secret required to manage Microsoft Entra ID (formerly Microsoft Azure AD).
To integrate with Entra ID, create a new App Registration
within the Azure Portal. Within the App Registrations API permissions
, ensure to grant admin consent for Microsoft Graph’s Device.ReadWrite.All
. Finally, within Certificates & secrets
, create a New client secret
.
The following controls are available:
-
Tenant ID
- The Tenant ID of the Microsoft Entra ID tenant. This can be copied from the App RegistrationsOverview
page. -
Application (Client) ID
- The Application (client) ID field from the App RegistrationsOverview
page. -
Secret
- TheValue
field of the client secret.