With Cerby, you can deploy the Cerby mobile app for iOS across all of your company endpoints using the Jamf Pro Mobile Device Management (MDM) platform and configuration files.
Cerby suggests always using the latest version of the Cerby mobile app to perform this configuration.
To set up the configuration file, payload, deployment, and roll out the installation, you must complete the following steps:
Log in to your Jamf Pro account on a browser window.
Click the Devices
button located at the top of the left navigation drawer.
Select the Mobile Device Apps
option from the CONTENT MANAGEMENT section in the left navigation drawer. The Mobile Device Apps page is displayed.
Create a new mobile app configuration profile by performing the following actions:
Click the New
button. The General section of the Options tab is displayed on the Choose an App page.
Select the App Store app or apps purchased in volume option.
Click the Next button.
Enter “Cerby” in the search field.
Click the Next button.
Click the Add button next to the Cerby item.
Select the App Configuration option.
Enter the XML Property Lists to populate the configuration properties by performing the following actions:
Copy the following XML snippet and paste it in the Property List field:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.cerby.managed.workspaces</key>
<string>cerby,okta,....</string> // the maximum ammount of workspaces is five. If more than five workspaces are added, the first five workspaces in the list are used.
</dict>
</plist>
Click the Save button.
Activate the Scope tab to add your deployment targets. For more information, read the Scope official documentation.
Click the Save button located at the bottom right of the page.
Now you are done.
