Managed app configuration lets iOS and iPadOS app developers tailor the user experience when an app is paired with a mobile device management (MDM) solution such as Jamf Pro. When a device is managed, the MDM solution can provide the app with information it typically gathers from the user during initial setup and launch. This reduces user interaction, reduces the time users spend configuring the app, and increases the time they spend using it.
For Seamless Learning Access, managed app configuration can be used to direct supported learning applications into the federated SSO authentication flow with RapidIdentity. The following example shows a managed app configuration for Canvas that enables login and sets the host for the institution's Canvas tenant:
<dict>
<key>enableLogin</key>
<true/>
<key>host</key>
<string>your-canvas-host</string>
</dict>For more information about managed app configurations, see Managed App Configuration in the Jamf Pro Documentation.