Difference between revisions of "HowTo:Configure GAS Authentication"
Line 7: | Line 7: | ||
[[Category:How-To]] | [[Category:How-To]] | ||
− |
Revision as of 14:06, 15 October 2013
A Global Application Service (GAS) can be configured in the following way:
- Open UBIK.Studio and connect to the database which should be configured for LAS.
- Open database specific settings: set "SessionManagement" to "GAS" with the authentication service address in "SessionServiceUrl".
- Open the web.config of the data service: set "SessionManagementType" "2" (GAS) and set the session session management URL in the UBIK Web Service Configuration to the according address of the GAS web service.
- Open the web.config of the USAM service: the database used for the global session authentication has to be specified here. However, the settings for the SessionManagementType and the SessionManagementUrl will be ignored.