Distribute the mobile client with JAMF

To add the mobile client from the Apple App store to JAMF Pro and distribute it to your devices, do the following:

  1. In the JAMF Pro dashboard, add the mobile client from the Apple App Store. For instructions, see Device App Deployment in the JAMF Pro documentation.
  2. When setting up ​Zero Trust Client​ distribution in JAMF, you need to provide your organization’s IDP URL in the App Configuration tab. In this tab, you need to enter the required configuration in XML format as shown below. For more details on how to set this up, see the Managed App Config video by JAMF.

For JAMF Pro

<dict>
  <key>idp-url</key>
  <string>YOUR_IDP_URL</string>
</dict>

Replace YOUR_IDP_URL with your IDP.

For JAMF School

<plist>
  <dict>
    <key>idp-url</key>
    <string>YOUR_IDP_URL</string>
  </dict>
</plist>

Replace YOUR_IDP_URL with your IDP.