Jump to: navigation, search

Changes


/* Examples */
<add key="UBIK.Service.SessionManagementType" value="1"/>
<!-- In the case of SessionManagementType = "1", the URL of the USAM Service must be configured using this setting. -->
<add key="UBIK.Service.SessionManagementUrl" value="https://myusamserver.mydomain:myport/UBIK/USAM/USAM.svc/SOAP"/>
<!-- In the case of SessionManagementType = "1", the URL of the PUSH Service must be configured using this setting. -->
<add key="UBIK.Service.PushServiceUrl" value="https://myusamserver.mydomain:myport/UBIK/PUSH/UBIKPUSH.svc/SOAP"/>
</appSettings>
<add key="UBIK.Service.SessionManagementType" value="1"/>
<!-- In the case of SessionManagementType = "1", the URL of the USAM Service must be configured using this setting. -->
<add key="UBIK.Service.SessionManagementUrl" value="https://myusamserver.mydomain:myport/UBIK/USAM/USAM.svc/SOAP"/>
</appSettings>
<!-- Authentication information error status -->
<!-- Switch = "0 " - deliver error status if authentication fails / Switch = "1 " - hide error status if authentication fails -->
<add key="UBIK.Service.HideAuthenticationInfo" value="1"/>
<!-- Authorization mechanism for user logins -->
<!-- Switch = "0 " - every login may connect / Switch = "1 " - only known logins may connect to UBIK® -->
<add key="UBIK.Service.UserRestrictive" value="1"/>
<!-- Authorization mechanism for device logins -->
<!-- Switch = "0 " - every device may connect / Switch = "1" - only known and active devices may connect to UBIK® -->
<add key="UBIK.Service.DeviceRestrictive" value="0"/>
</appSettings>
<!-- Authorization mechanism for user logins -->
<!-- Switch = "0 " - every login may connect / Switch = "1 " - only known logins may connect to UBIK® -->
<add key="UBIK.Service.UserRestrictive" value="1" />
<!-- Authorization mechanism for device logins -->
<!-- Switch = "0 " - every device may connect / Switch = "1" - only known and active devices may connect to UBIK® -->
<add key="UBIK.Service.DeviceRestrictive" value="1" />
<add key="UBIK.Service.SessionManagementType" value="1" />
<!-- In the case of SessionManagementType = "1", the URL of the USAM Service must be configured using this setting. -->
<add key="UBIK.Service.SessionManagementUrl" value="https://myusamserver.mydomain:myport/UBIK/USAM/USAM.svc/SOAP" />
</appSettings>
<!-- Authorization mechanism for user logins -->
<!-- Switch = "0 " - every login may connect / Switch = "1 " - only known logins may connect to UBIK® -->
<add key="UBIK.Service.UserRestrictive" value="1" />
<!-- Authorization mechanism for device logins -->
<!-- Switch = "0 " - every device may connect / Switch = "1"- only known and active devices may connect to UBIK® -->
<add key="UBIK.Service.DeviceRestrictive" value="1" />
<!-- Authentication information error status -->
<!-- Switch = "0 " - deliver error status if authentication fails / Switch = "1 " - hide error status if authentication fails -->
<add key="UBIK.Service.HideAuthenticationInfo" value"1"/>
<add key="UBIK.Service.SessionManagementType" value="0" />
<!-- In the case of SessionManagementType = "1", the URL of the PUSH Service must be configured using this setting. -->
<add key="UBIK.Service.SessionManagementUrl" value="" />
</appSettings>
415
edits