Jamf Assessment Customizations with Managed App Configuration

Jamf Assessment Configuration Guide

Solution
Application
Jamf Assessment
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

Managed app configuration is a set of key-value pairs used to configure iOS applications. You can use managed app configuration to configure and customize Jamf-managed apps for your organization.

For more information about managed app configuration, see Managed App Configuration in the Jamf Developer portal.

Key-ValueDescription
<key>com.jamf.config.assessment.url</key><string>https://jamf.it/assessment</string>

Assessment URL

(Required) The URL for the website used for the assessment

<key>com.jamf.config.ui.assessment-to-screen-percentage</key>
<integer>75</integer>

Assessment Screen Percentage

Percentage of the screen width used by the assessment website. The rest of the screen will be used for the camera view.

<key>com.jamf.config.ui.camera-letterbox.color</key><string>#6B7078</string>

Camera View Color

The color of the camera view background

<key>com.jamf.config.ui.header.background.color</key><string>#344052</string>

Header Background Color

The color of the header background

<key>com.jamf.config.ui.header.tools.color</key><string>#E6E9ED</string>

Header Toolbar Color

The color of the header toolbar icons

<key>com.jamf.config.ui.main-page.title</key><string>Powered by Jamf</string>

Header Title

Text for the header title

<key>com.jamf.config.allow-camera-toggle</key>
<false/>

Allow Students to Disable Camera

Allow students to enable or disable the camera view

<key>com.jamf.config.enable-browser-bar</key>
<false/>

Enable Browser Toolbar

Allow students to navigate to websites other than the assessment website

<key>com.jamf.config.screen-capture-alert-level</key>
<integer>1</integer>

Screenshot Alert

Determines the action that is taken when a screenshot is captured. A value of "1" indicates no action is taken. A value of "2" sends a warning to the user. A value of "3" sends a warning to the user and prevents them from continuing.