You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't store URL in ESPProvisionProvider but pass it when calling the provision method, it's the only place using it
use proper realm when building URL for Provisioning Provider , it's currently hardcoded to master
pass proper realm when sending ORConfig in Provisioning Provider.
Payload has field to send realm but this is hardcoded to master quite deep in the code.
Must ensure proper realm is propagated through the method calls and sent to the device.
Payload has field to send realm but this is hardcoded to master quite deep in the code.
Must ensure proper realm is propagated through the method calls and sent to the device.