New issue
Advanced search Search tips

Issue 904651 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Zero-Touch enrollment should return better error messages when a device isn't pre-provisioned

Project Member Reported by drcrash@google.com, Nov 13

Issue description

If a device attempts Zero-Touch but hasn't been pre-provisioned properly (which may happen as the trigger to do ZT and the pre-provisioned information are in different stores), EnrollmentHandlerChromeOS gets an EnrollmentStatus of 2 (https://cs.chromium.org/chromium/src/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc?rcl=58605429dc978099c398d0d183017e9543a26425&l=827), REGISTRATION_FAILED, but the error diagnosis is IDS_POLICY_DM_STATUS_REQUEST_INVALID which is very generic and doesn't help the user.

 
Does it make sense to retry soon in this case? (i.e., would this be a transient server-side race condition where the two stores are not in sync, or would this require admin action to fix on the server?)
Such an error is most likely not transient.

Sign in to add a comment