Hi,
Sorry, I don't have direct access to the private repository of the Enterprise version but I see the same thing here so I can report the bug :) (if not already corrected)
In a multi-tenant installation with secure enrolment enabled, I've created an organization with a new configuration. I'd like to use the configuration's QR code to freely enroll devices ("Add devices if not exist").
On the device, reading the QR code doesn't work. I did a little digging and found this condition strange:
|
if (createOptions.getCustomer() != createOptions.getCustomer()) { |
Since the customer is not retrieved from the qr code, the request to enroll is rejected.
I hope it's helpful !
Hi,
Sorry, I don't have direct access to the private repository of the Enterprise version but I see the same thing here so I can report the bug :) (if not already corrected)
In a multi-tenant installation with secure enrolment enabled, I've created an organization with a new configuration. I'd like to use the configuration's QR code to freely enroll devices ("Add devices if not exist").
On the device, reading the QR code doesn't work. I did a little digging and found this condition strange:
hmdm-android/app/src/main/java/com/hmdm/launcher/ui/BaseActivity.java
Line 223 in 093e874
Since the customer is not retrieved from the qr code, the request to enroll is rejected.
I hope it's helpful !