Why Zero Touch enrollment not start automatically?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
When linking through my actually I am doing
- First, link customer account successfully through my EMM console.
- for linking account I have used zero touch iframe
- use dpcextra - {"server":"","enterprise":"enterprises/enterprises_id"}
- after all doing this , when setting up the device the devcie ask for a qr code for enrollment.if I scan qr code enrollment start successfully
My query was
- Is zero enrollment not start automatically?
- if start automatically then what the thing that I am missing?
When linking through zero touch customer portal
- To add configuration ,I have select DPC Android Device Policy.
- Add DPC Extra -
{
"android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": "com.google.android.apps.work.clouddpc/.receivers.CloudDpcDeviceAdminReceiver",
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE": {
"enterpriseEnrollmentToken": "TTTFDFFKKJKKJJFJFF"
},
"android.app.extra.PROVISIONING_WIFI_SSID": "XXXXXX",
"android.app.extra.PROVISIONING_WIFI_PASSWORD": "XXXXX",
"android.app.extra.PROVISIONING_WIFI_SECURITY_TYPE": "WPA2",
"android.app.extra.PROVISIONING_SKIP_ENCRYPTION": true,
"android.app.extra.PROVISIONING_SKIP_USER_CONSENT": true,
"android.app.extra.PROVISIONING_KEEP_SCREEN_ON": true
}
In both approach enrolllment not start automatically. What I am missing here?