Difference between revisions of "Configuration Files/AppSettings.config"
m |
(→Examples) |
||
Line 73: | Line 73: | ||
<add key="UBIK.Service.SessionManagementType" value="1" /> | <add key="UBIK.Service.SessionManagementType" value="1" /> | ||
<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> | ||
+ | </source> | ||
+ | |||
+ | === Example 3 === | ||
+ | Integrated security (using Windows Authentication). | ||
+ | <source lang="xml"> | ||
+ | <appSettings> | ||
+ | <add key="UBIK.DataBase.ConnectionString" value="Data Source=ubikdbserver.mydomain;Initial Catalog=UBIK.MYDATABASE;Integrated Security=SSPI;" /> | ||
+ | <add key="UBIK.Service.MaxIdleMinutes" value="5" /> | ||
+ | <add key="UBIK.Service.ValityPeriode" value="0" /> | ||
+ | <add key="UBIK.Service.TokenValityPeriode" value="300" /> | ||
+ | <add key="UBIK.Service.LogLevel" value="10" /> | ||
+ | <add key="UBIK.Service.UserRestrictive" value="1" /> | ||
+ | <add key="UBIK.Service.DeviceRestrictive" value="1" /> | ||
+ | <add key="UBIK.Service.TokenRestrictive" value="1" /> | ||
+ | <add key="UBIK.Service.LanguageID" value="0" /> | ||
+ | <add key="UBIK.Service.SessionManagementType" value="0" /> | ||
+ | <add key="UBIK.Service.SessionManagementUrl" value="" /> | ||
</appSettings> | </appSettings> | ||
</source> | </source> |
Revision as of 08:30, 28 July 2016
The data and session management service of the web service are configured in this file.