Microsoft Entra ID Integration for Active Directory Authentication
The Microsoft Entra ID integration allows employees to authenticate on their devices using their Microsoft Active Directory credentials.
Step 1: Enable Authentication in Urmobo
Access the desired entity on the platform.
In the Monitoring tab, adjust the following fields:
- Identification Frequency (days): define how often authentication will be required (e.g., 1 for every day, 2 for every two days, etc.).
- Identification Mode: select Entra ID.
After this configuration, the Azure AD tab will become visible
Step 2: Grant Access in the Azure Portal
To allow Urmobo to access your Microsoft Entra ID environment, follow the steps below:
- Sign in to the Azure Portal.
- From the left-hand menu, select Microsoft Entra ID.
- Under Manage, go to App registrations > New registration.
- Enter a name for the application (we recommend "Urmobo MDM" for easier identification).
- Click Register.
Step 3: Configure Application Authentication
In the newly created application settings:
- Go to Manage > Authentication.
- Click Add a Platform > Android.
- Fill in the following fields:
-
Package name:
com.urmobo.mdm -
Signature hash:
pcg6R3QMnRmkZf/Z1zHpM8Q8oOg=
-
Package name:
- Click Configure and save the MSAL configuration displayed on the page (this configuration will be used in the MDM).
- Complete the process by clicking Done.
Step 4: Copy the Generated Configuration
The system will generate a configuration similar to the following:
com.urmobo.mdmandroid:host="com.urmobo.mdm"{
"client_id" : "b3561115-0000-0000-0000-2c5d6ef899d3",
"authorization_user_agent" : "DEFAULT",
"redirect_uri" : "msauth://com.urmobo.mdm/pwOnm%2FNKLaXQ%2FXh2JljZepwMUIk%3D",
"authorities" : [
{
"type": "AAD",
"audience": {
"type": "AzureADMyOrg",
"tenant_id": "278461fa-0000-0000-0000-34251a7eac79"
}
}
]
}
Step 5: Final Adjustments and Saving
Verify that the "authorization_user_agent" and "account_mode" fields are present and contain the correct values.
If they are missing or incorrect, add or adjust them as needed.
Save the entity and, when prompted, click "Yes" to apply the changes.