This topic covers how to implement additional enrollment flags using QR Code or Zero Touch Portal entollment.
Formatting
In the below example, the information in bold indicates Required Information when implementing QR Code or JSON enrollment.
For the optional values, starting at "android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE":
, enter the enrollment credentials that will be configured in the Workspace ONE Intelligent Hub. You can include the Workspace ONE UEM console Server URL, Group ID, enrollment username, and password.
Where is says "VMwareSpecificflags":"EnterValue"
, see the available flags below and use the correct value as needed.
{
"android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME":"com.airwatch.androidagent/com.airwatch.agent.DeviceAdministratorReceiver",
"android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM":"6kyqxDOjgS30jvQuzh4uvHPk-0bmAD-1QU7vtW7i_o8=",
"android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION":"",
"android.app.extra.PROVISIONING_SKIP_ENCRYPTION":"false",
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE":{
"serverurl":"",
"gid":"",
"un":"",
"pw":"",
"VMwareSpecificflags":"Value"
}
}
Use UEM Authentication
"useUEMAuthentication":"Boolean"
Local Auto Discover URL
Set the local auto-discovery URL by replacing "String" in the example below with a URL similar to "www.myautodiscoveryurl.com".
"localAutoDiscoveryUrl":"String"
Discovery Retry Count
Set the discovery retry count using an integer value. Consider a number less than 10. The following is for example purposes of how to correctly enter this value, replacing "Integer" with the number of your choice.
"discoveryRetryCount":"Integer"
Discovery Interval in Seconds
"discoveryIntervalInSeconds":"Integer"
AOSP Enrollment
"aospenrollment":"Boolean"
Retry Count
"retrycount":"Integer"
Allow Unpinning
"allowUnpinning":"Boolean"