Difference between revisions of "Configuration Files/AppSettings.config"
(→PUSH Settings) |
(→Examples) |
||
Line 108: | Line 108: | ||
<add key="UBIK.Service.SessionManagementType" 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. --> | + | <!-- 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"/> | <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. --> | + | <!-- 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"/> | <add key="UBIK.Service.PushServiceUrl" value="https://myusamserver.mydomain:myport/UBIK/PUSH/UBIKPUSH.svc/SOAP"/> | ||
</appSettings> | </appSettings> | ||
Line 144: | Line 144: | ||
<add key="UBIK.Service.SessionManagementType" 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. --> | + | <!-- 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"/> | <add key="UBIK.Service.SessionManagementUrl" value="https://myusamserver.mydomain:myport/UBIK/USAM/USAM.svc/SOAP"/> | ||
</appSettings> | </appSettings> | ||
Line 159: | Line 159: | ||
<!-- Authentication information error status --> | <!-- Authentication information error status --> | ||
− | <!-- Switch = 0 - deliver error status if authentication fails / Switch = 1 - hide error status if authentication fails --> | + | <!-- 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.HideAuthenticationInfo" value="1"/> | ||
Line 171: | Line 171: | ||
<!-- Authorization mechanism for user logins --> | <!-- Authorization mechanism for user logins --> | ||
− | <!-- Switch = 0 - every login may connect / Switch = 1 - only known logins may connect to UBIK® --> | + | <!-- Switch = "0" - every login may connect / Switch = "1" - only known logins may connect to UBIK® --> |
<add key="UBIK.Service.UserRestrictive" value="1"/> | <add key="UBIK.Service.UserRestrictive" value="1"/> | ||
<!-- Authorization mechanism for device logins --> | <!-- Authorization mechanism for device logins --> | ||
− | <!-- Switch = 0 - every device may connect / Switch = 1- only known and active devices may connect to UBIK® --> | + | <!-- Switch = "0" - every device may connect / Switch = "1" - only known and active devices may connect to UBIK® --> |
<add key="UBIK.Service.DeviceRestrictive" value="0"/> | <add key="UBIK.Service.DeviceRestrictive" value="0"/> | ||
</appSettings> | </appSettings> | ||
Line 204: | Line 204: | ||
<!-- Authorization mechanism for user logins --> | <!-- Authorization mechanism for user logins --> | ||
− | <!-- Switch = 0 - every login may connect / Switch = 1 - only known logins may connect to UBIK® --> | + | <!-- Switch ="0" - every login may connect / Switch = "1" - only known logins may connect to UBIK® --> |
<add key="UBIK.Service.UserRestrictive" value="1" /> | <add key="UBIK.Service.UserRestrictive" value="1" /> | ||
<!-- Authorization mechanism for device logins --> | <!-- Authorization mechanism for device logins --> | ||
− | <!-- Switch = 0 - every device may connect / Switch = 1- only known and active devices may connect to UBIK® --> | + | <!-- 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.DeviceRestrictive" value="1" /> | ||
Line 222: | Line 222: | ||
<add key="UBIK.Service.SessionManagementType" 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. --> | + | <!-- 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" /> | <add key="UBIK.Service.SessionManagementUrl" value="https://myusamserver.mydomain:myport/UBIK/USAM/USAM.svc/SOAP" /> | ||
</appSettings> | </appSettings> | ||
Line 250: | Line 250: | ||
<!-- Authorization mechanism for user logins --> | <!-- Authorization mechanism for user logins --> | ||
− | <!-- Switch = 0 - every login may connect / Switch = 1 - only known logins may connect to UBIK® --> | + | <!-- Switch = "0" - every login may connect / Switch = "1" - only known logins may connect to UBIK® --> |
<add key="UBIK.Service.UserRestrictive" value="1" /> | <add key="UBIK.Service.UserRestrictive" value="1" /> | ||
<!-- Authorization mechanism for device logins --> | <!-- Authorization mechanism for device logins --> | ||
− | <!-- Switch = 0 - every device may connect / Switch = 1- only known and active devices may connect to UBIK® --> | + | <!-- 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.DeviceRestrictive" value="1" /> | ||
Line 265: | Line 265: | ||
<!-- Authentication information error status --> | <!-- Authentication information error status --> | ||
− | <!-- Switch = 0 - deliver error status if authentication fails / Switch = 1 - hide error status if authentication fails --> | + | <!-- 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.HideAuthenticationInfo" value"1"/> | ||
Line 272: | Line 272: | ||
<add key="UBIK.Service.SessionManagementType" value="0" /> | <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. --> | + | <!-- In the case of SessionManagementType = "1", the URL of the PUSH Service must be configured using this setting. --> |
<add key="UBIK.Service.SessionManagementUrl" value="" /> | <add key="UBIK.Service.SessionManagementUrl" value="" /> | ||
</appSettings> | </appSettings> |
Revision as of 06:14, 22 April 2024
The data and session management service of the web service are configured in this file.