Creating and Assigning Managed App Configuration for the iOS App
For iOS, Lookout for Work uses a Managed App Configuration file to uniquely identify devices and configure them for Entra ID authentication.
This procedure includes a parameter to enable zero touch activation.
- Log in to the Microsoft Intune admin center.
- In the left sidebar menu, click Apps.
- In the Apps blade, under Policy, click App configuration policies.
- Click + Add > Managed devices.
- Set the following:
Field Value Name Lookout for Work iOS
Description (Optionally enter a description) Device enrollment type Managed devices Platform iOS/iPadOS Targeted app Select the app you defined earlier in Intune and click OK. - Click Next.
- Set the Configuration settings format dropdown to Enter XML data.
- Paste the following XML:
<dict> <key>MDM</key> <string>INTUNE</string> <key>MDM_ID</key> <string>{{aaddeviceid}}</string> <key>DEVICE_UDID</key> <string>{{udid}}</string> <key>EMAIL</key> <string>{{userprincipalname}}</string> <key>ZeroTouchActivation</key> <string>True</string> <key>AAD_CLIENT_APP_ID</key>
<string>REPLACE THIS WITH YOUR ENTRA ID CLIENT/APPLICATION ID</string> <key>GLOBAL_ENROLLMENT_CODE</key> <string>REPLACE THIS WITH YOUR GLOBAL ENROLLMENT CODE</string> </dict>
Android -
https://login.microsoftonline.com/REPLACE-THIS-WITH-YOUR-AAD-TENANT-ID/adminConse nt?client_id=9d298878-c139-4270-8960-1d4e48ebf6db&redirect_uri=https://portal.azure.co m/TokenAuthorize
iOS -
https://login.microsoftonline.com/REPLACE-THIS-WITH-YOUR-AAD-TENANT-ID/adminConse nt?client_id=9be177ba-2734-4e33-9dfb-5ad76bdc0311&redirect_uri=https://portal.azure.co m/TokenAuthorize
- Replace the indicated text with your Azure Application ID and global enrollment code, for example:
... <key>AAD_CLIENT_APP_ID</key> <string>fa1a9d1e-<remaining ID></string> <key>GLOBAL_ENROLLMENT_CODE</key> <string>IOSDMOR</string> </dict>
Leave the other placeholders such as
{{deviceid}}
and{{userprincipalname}}
as is. These are automatically interpreted by Intune and are replaced with the correct values when the configuration is deployed to a device. - Click Next.
- On the 3. Assignment tab, under Included Groups, click + Select groups to include:
- Search for and click all groups that you want to assign.Use the same group(s) you used for initial enrollment.
- Click Select.
- Click Next, then click Create.