Difference between revisions of "USAM"
(→LAS (Local Application Service)) |
(→Single Local Application) |
||
Line 1: | Line 1: | ||
The '''U'''BIK '''S'''ession '''A'''uthentication '''M'''anagement (USAM) is a mechanism for managing all connected users logged in to one or more {{UBIK}} databases. There are three modes of session authentication. | The '''U'''BIK '''S'''ession '''A'''uthentication '''M'''anagement (USAM) is a mechanism for managing all connected users logged in to one or more {{UBIK}} databases. There are three modes of session authentication. | ||
== Single Local Application == | == Single Local Application == | ||
− | This means that no explicit authorization mechanism is used. The user's session is a single session which cannot be terminated by another user or the system itself. | + | This means that no explicit authorization mechanism is used. The user's session is a single session which cannot be terminated by another user or the system itself. See how to [[Configure Single Local Application Authentication|configure authentication using Single Local Application]]. |
[[File:USAM_SingleLocal.png|alt=Single Local Application|Single Local Application]] | [[File:USAM_SingleLocal.png|alt=Single Local Application|Single Local Application]] |
Revision as of 07:41, 5 June 2014
The UBIK Session Authentication Management (USAM) is a mechanism for managing all connected users logged in to one or more UBIK® databases. There are three modes of session authentication.
Contents
Single Local Application
This means that no explicit authorization mechanism is used. The user's session is a single session which cannot be terminated by another user or the system itself. See how to configure authentication using Single Local Application.
LAS (Local Application Service)
When a LAS is used, the session management service and the data service share one database connection. This does not mean that a local authentication service has to be in the same location as the data webservice, only the database connection for both services have to be configured to use the same connection. See how to configure authentication using LAS.
LAS using one web service location
LAS using different web service locations
GAS (Global Application Service)
GAS means the session management is managing connections for one or more databases via a separate database used to manage these sessions. A client has to be configured to use the session management service address for athentication and to use a different data service address. See how to configure authentication using GAS.