mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
iOS enrollment fix
This commit is contained in:
parent
736ce76df6
commit
0c304e862b
@ -94,11 +94,7 @@ public class AuthenticationHandler extends AbstractHandler {
|
|||||||
if (log.isDebugEnabled()) {
|
if (log.isDebugEnabled()) {
|
||||||
log.debug("Verify Cert:\n" + mdmSignature);
|
log.debug("Verify Cert:\n" + mdmSignature);
|
||||||
}
|
}
|
||||||
String deviceType = this.getDeviceType(messageContext.getTo().getAddress().trim());
|
URI certVerifyUrl = new URI(iotServerConfiguration.getVerificationEndpoint() + "ios");
|
||||||
if (deviceType == null) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
URI certVerifyUrl = new URI(iotServerConfiguration.getVerificationEndpoint() + deviceType);
|
|
||||||
Map<String, String> certVerifyHeaders = this.setHeaders(this.restInvoker);
|
Map<String, String> certVerifyHeaders = this.setHeaders(this.restInvoker);
|
||||||
|
|
||||||
Certificate certificate = new Certificate();
|
Certificate certificate = new Certificate();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user