Jump to: navigation, search

Difference between revisions of "HowTo:Configure GAS Authentication"


(Created page with "A Local Authentication Service (LAS) can be configured in the following way: # Set the session management type in the UBIK Web Service Configuration to Global Application Ser...")
 
Line 1: Line 1:
A Local Authentication Service (LAS) can be configured in the following way:
+
A Global Application Service (GAS) can be configured in the following way:
  
# Set the session management type in the UBIK Web Service Configuration to Global Application Service (="2")
+
# Open UBIK.Studio and connect to the database which should be configured for LAS.
# Set the session session management URL in the UBIK Web Service Configuration to the address of the web service.
+
# Open [[UBIK_Studio_Basics#Database_specific_settings|database specific settings]]: set "SessionManagement" to "GAS" with the authentication service address in "SessionServiceUrl".
 +
# Open the [[UBIK Web Service Configuration|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 [[UBIK Web Service Configuration|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.

Revision as of 09:10, 15 October 2013

A Global Application Service (GAS) can be configured in the following way:

  1. Open UBIK.Studio and connect to the database which should be configured for LAS.
  2. Open database specific settings: set "SessionManagement" to "GAS" with the authentication service address in "SessionServiceUrl".
  3. 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.
  4. 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.