Skip to content

Microsoft Intune

This guide covers deploying SupportID from Apple Business Manager and configuring it through Microsoft Intune (Endpoint Manager).

Adding the App

  1. Ensure your Intune tenant is connected to an Apple Business Manager VPP token and licenses for SupportID have been purchased.
  2. Navigate to AppsiOS/iPadOSAdd.
  3. Select iOS volume-purchased app (if synced via ABM token) or iOS store app.
  4. Search for SupportID and select it.
  5. Assign to your target Azure AD groups as Required for silent installation.

Creating App Configuration Policy

  1. Navigate to AppsApp configuration policiesAddManaged devices.
  2. Select iOS/iPadOS as the platform.
  3. Associate with the SupportID app.
  4. Choose your configuration format (JSON recommended).
  5. Assign to the same groups as the app.

Configuration Formats

{
"appTitle": "Company Portal",
"uiStyle": "Regular",
"selfServiceProvider": "intune",
"dataPoint1": "{{serialnumber}}",
"dataPoint1Label": "Serial Number",
"dataPoint1Icon": "barcode",
"dataPoint1Visible": true,
"dataPoint2": "{{devicename}}",
"dataPoint2Label": "Device Name",
"dataPoint2Icon": "iphone",
"dataPoint2Visible": true,
"dataPoint3": "{{userprincipalname}}",
"dataPoint3Label": "User Email",
"dataPoint3Icon": "envelope",
"dataPoint3Visible": true,
"dataPoint4": "{{userid}}",
"dataPoint4Label": "User ID",
"dataPoint4Icon": "person.text.rectangle",
"dataPoint4Visible": true,
"dataPoint5": "{{deviceid}}",
"dataPoint5Label": "Device ID",
"dataPoint5Icon": "antenna.radiowaves.left.and.right",
"dataPoint5Visible": true,
"showStorageSection": true,
"showShortcutsSection": true
}

Available Intune Variables

VariableDescription
{{serialnumber}}Device serial number
{{devicename}}Device name
{{deviceid}}Azure AD device ID
{{userid}}Azure AD user ID
{{username}}User display name
{{userprincipalname}}User principal name (email)
{{devicetype}}Device type (iPhone, iPad)
{{osversion}}iOS version

Company Portal Integration

Setting selfServiceProvider to intune adds a shortcut that launches Microsoft Company Portal using companyportal://.

Requirements:

  • Company Portal must be installed on the device

Group Assignment

Assign the app and configuration policy to the same Azure AD groups:

  • All Devices — Deploy broadly across your organization
  • Dynamic groups — Based on device type, OS version, or department
  • User groups — Based on Azure AD user attributes

Intune Portal Steps

Adding the Configuration in Endpoint Manager

  1. Go to Microsoft Endpoint Manager admin center.
  2. Navigate to AppsApp configuration policies.
  3. Click AddManaged devices.
  4. Name the policy (e.g., “SupportID Configuration”).
  5. Select iOS/iPadOS platform.
  6. Select SupportID as the targeted app.
  7. Under Configuration settings format, choose Enter JSON data.
  8. Paste the JSON configuration from above.
  9. Click Next → assign to groups → Create.

Testing

  1. Assign to a test group with one or two devices.
  2. Sync the device from Company Portal or wait for automatic check-in.
  3. Open SupportID → tap the gear icon → verify Configuration Status shows Active.
  4. Confirm data points show correct values from Intune.
  5. Tap the Company Portal button to verify it launches correctly.