Last modified on 15 October 2013, at 09:04

Configure LAS Authentication

Revision as of 09:04, 15 October 2013 by BMA (Talk | contribs)

A Local Application Service (LAS) 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 "LAS" with the authentication service address in "SessionServiceUrl".
  3. Open the web.config of the data service: set the session management type in the UBIK Web Service Configuration to LAS ("1"), set the session session management URL in the UBIK Web Service Configuration to the address of the web service (which can be at the same location like the data service itself).
  4. If the authentication servie is in another location, open the web.config of the USAM service: the settings in the configuration file are the same like in the data service, however, the settings for the SessionManagementType and the SessionManagementUrl will be ignored.