mirror of
https://repository.entgra.net/community/product-uem-community.git
synced 2025-10-06 02:02:27 +00:00
Merge branch 'master' into 'master'
added correct sys variables See merge request entgra/community-product!13
This commit is contained in:
commit
26d1629832
@ -1,8 +1,8 @@
|
||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMTokenAPI_" context="/token">
|
||||
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
||||
<inSequence>
|
||||
<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')"/>
|
||||
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||
<filter source="$body//scope" regex="PRODUCTION">
|
||||
<then>
|
||||
<payloadFactory media-type="xml">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user