mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing Windows synapse config issues
This commit is contained in:
parent
857e971fa6
commit
86d91c3bdf
@ -29,17 +29,6 @@
|
||||
<span id="encrypt-storage-error" class="encryption-error status-icon hidden"><i
|
||||
class="fw fw-error"></i></span>
|
||||
</a>
|
||||
<a href="javascript:void(0)" onclick="showAdvanceOperation('app-restriction', this)">
|
||||
<span class="fw-stack fw-lg">
|
||||
<i class="fw fw-application fw-stack-1x"></i>
|
||||
<i class="fw fw-block fw-stack-2x"></i>
|
||||
</span>
|
||||
Applications Restrictions
|
||||
<span id="app-restriction-configured" class="has-configured status-icon hidden"><i
|
||||
class="fw fw-success"></i></span>
|
||||
<span id="app-restriction-ok" class="has-success status-icon hidden"><i class="fw fw-success"></i></span>
|
||||
<span id="app-restriction-error" class="has-error status-icon hidden"><i class="fw fw-error"></i></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="wr-hidden-operations-content col-lg-8">
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
<inSequence>
|
||||
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
||||
<property name="AM_KEY_TYPE" value="PRODUCTION" scope="default"/>
|
||||
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||
<filter source="$ctx:AM_KEY_TYPE" regex="PRODUCTION">
|
||||
<then>
|
||||
<send>
|
||||
<endpoint name="admin--Windows 10 Device management_APIproductionEndpoint_0">
|
||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api/device-mgt/windows/v1.0/management/devicemgt"/>
|
||||
<http uri-template="https://localhost:9443/api/device-mgt/windows/v1.0/management/devicemgt"/>
|
||||
<property name="ENDPOINT_ADDRESS" value="https://localhost:9443/api/device-mgt/windows/v1.0/management/devicemgt"/>
|
||||
</endpoint>
|
||||
</send>
|
||||
</then>
|
||||
|
||||
@ -3,13 +3,11 @@
|
||||
<inSequence>
|
||||
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
||||
<property name="AM_KEY_TYPE" value="PRODUCTION" scope="default"/>
|
||||
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||
<filter source="$ctx:AM_KEY_TYPE" regex="PRODUCTION">
|
||||
<then>
|
||||
<send>
|
||||
<endpoint name="admin--Windows 10 Enrollment Service_APIproductionEndpoint_0">
|
||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api/device-mgt/windows/v1.0/deviceenrolment/enrollment"/>
|
||||
<http uri-template="https://localhost:9443/api/device-mgt/windows/v1.0/deviceenrolment/enrollment"/>
|
||||
</endpoint>
|
||||
</send>
|
||||
</then>
|
||||
|
||||
@ -3,13 +3,11 @@
|
||||
<inSequence>
|
||||
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
||||
<property name="AM_KEY_TYPE" value="PRODUCTION" scope="default"/>
|
||||
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||
<filter source="$ctx:AM_KEY_TYPE" regex="PRODUCTION">
|
||||
<then>
|
||||
<send>
|
||||
<endpoint name="admin--Windows 8.1 Device Management Service_APIproductionEndpoint_0">
|
||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api/device-mgt/windows/v1.0/syncml/devicemanagement"/>
|
||||
<http uri-template="https://localhost:9443/api/device-mgt/windows/v1.0/syncml/devicemanagement"/>
|
||||
</endpoint>
|
||||
</send>
|
||||
</then>
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
<inSequence>
|
||||
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
||||
<property name="AM_KEY_TYPE" value="PRODUCTION" scope="default"/>
|
||||
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||
<filter source="$ctx:AM_KEY_TYPE" regex="PRODUCTION">
|
||||
<then>
|
||||
<send>
|
||||
<endpoint name="admin--Windows 8.1 Enrollment Service_APIproductionEndpoint_0">
|
||||
<http uri-template="https:/{uri.var.hostname}:{uri.var.portnum}/api/device-mgt/windows/v1.0/deviceenrolment/wstep"/>
|
||||
<http uri-template="https://localhost:9443/api/device-mgt/windows/v1.0/deviceenrolment/wstep"/>
|
||||
<property name="ENDPOINT_ADDRESS" value="https://localhost:9443/api/device-mgt/windows/v1.0/deviceenrolment/wstep"/>
|
||||
</endpoint>
|
||||
</send>
|
||||
</then>
|
||||
|
||||
@ -3,13 +3,11 @@
|
||||
<inSequence>
|
||||
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
||||
<property name="AM_KEY_TYPE" value="PRODUCTION" scope="default"/>
|
||||
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||
<filter source="$ctx:AM_KEY_TYPE" regex="PRODUCTION">
|
||||
<then>
|
||||
<send>
|
||||
<endpoint name="admin--Windows Discovery Service_APIproductionEndpoint_0">
|
||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api/device-mgt/windows/v1.0/discovery/post"/>
|
||||
<http uri-template="https://localhost:9443/api/device-mgt/windows/v1.0/discovery/post"/>
|
||||
</endpoint>
|
||||
</send>
|
||||
</then>
|
||||
|
||||
@ -3,13 +3,11 @@
|
||||
<inSequence>
|
||||
<property name="api.ut.backendRequestTime" expression="get-property('SYSTEM_TIME')"/>
|
||||
<property name="AM_KEY_TYPE" value="PRODUCTION" scope="default"/>
|
||||
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||
<filter source="$ctx:AM_KEY_TYPE" regex="PRODUCTION">
|
||||
<then>
|
||||
<send>
|
||||
<endpoint name="admin--Windows Enrollment policy Service_APIproductionEndpoint_0">
|
||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api/device-mgt/windows/v1.0/certificatepolicy/xcep"/>
|
||||
<http uri-template="https://localhost:9443/api/device-mgt/windows/v1.0/certificatepolicy/xcep"/>
|
||||
</endpoint>
|
||||
</send>
|
||||
</then>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user