Quick Start
This guide walks you through configuring SupportID after purchasing and deploying it via your MDM. Choose your platform below for step-by-step instructions.
-
Open App Configuration
Navigate to Mobile Devices → Apps → select SupportID → click App Configuration.
-
Add the configuration
<dict><key>appTitle</key><string>Your Details</string><key>selfServiceProvider</key><string>jamf</string><key>dataPoint1</key><string>$SERIALNUMBER</string><key>dataPoint1Label</key><string>Serial Number</string><key>dataPoint1Icon</key><string>barcode</string><key>dataPoint2</key><string>$ASSETTAG</string><key>dataPoint2Label</key><string>Asset Tag</string><key>dataPoint2Icon</key><string>tag</string><key>dataPoint3</key><string>$USERNAME</string><key>dataPoint3Label</key><string>Your Name</string><key>dataPoint3Icon</key><string>person</string></dict> -
Scope and deploy
Assign the configuration to the same devices or groups that have SupportID installed.
-
Open App Configuration
Navigate to Library → select SupportID → click App Configuration.
-
Add the configuration
<dict><key>appTitle</key><string>Device Info</string><key>selfServiceProvider</key><string>disabled</string><key>dataPoint1</key><string>{{SERIAL_NUMBER}}</string><key>dataPoint1Label</key><string>Serial Number</string><key>dataPoint2</key><string>{{ASSET_TAG}}</string><key>dataPoint2Label</key><string>Asset Tag</string><key>dataPoint3</key><string>{{USER_NAME}}</string><key>dataPoint3Label</key><string>User Name</string></dict> -
Assign to blueprints
Add the configuration to the appropriate Kandji blueprints.
-
Create App Configuration Policy
Go to Apps → App configuration policies → Add → Managed devices.
-
Associate with SupportID and add JSON
Select SupportID as the target app, then paste:
{"appTitle": "Company Portal","uiStyle": "Regular","selfServiceProvider": "intune","dataPoint1": "{{serialnumber}}","dataPoint1Label": "Serial Number","dataPoint1Icon": "barcode","dataPoint2": "{{username}}","dataPoint2Label": "User Name","dataPoint2Icon": "person"} -
Assign to groups
Assign the configuration policy to the same Azure AD groups that have SupportID deployed.
-
Open Configuration tab
Navigate to Apps & Books → Applications → select SupportID → Configuration tab → toggle Enabled.
-
Add the configuration
<managedAppConfiguration><version>1.0</version><bundleId>com.devscape.supportid</bundleId><dict><key>appTitle</key><string>Hub Info</string><key>selfServiceProvider</key><string>workspaceone</string><key>dataPoint1</key><string>{SerialNumber}</string><key>dataPoint1Label</key><string>Serial Number</string><key>dataPoint2</key><string>{EnrollmentUser}</string><key>dataPoint2Label</key><string>User</string></dict></managedAppConfiguration> -
Save and deploy
Save the configuration and assign to your smart groups.
Verify Your Configuration
- Open SupportID on a test device.
- Tap the gear icon in the top-right corner.
- Check Configuration Status — it should show Active with a green checkmark.
- Verify your data points display the correct values.
- Tap the Self Service button to confirm it launches the correct app.
Next Steps
- Configuration Overview — Explore all available settings
- Data Points — Customize what information is displayed
- Troubleshooting — Fix common deployment issues