Jump to: navigation, search

Difference between revisions of "USAM"


(LAS (Local Authentication Service))
Line 1: Line 1:
 
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 general modes of session authentication:
 
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 general modes of session authentication:
== Single Local Authentication ==
+
== 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.
  
== LAS (Local Authentication Service) ==
+
== LAS (Local Application Service) ==
When a local authentication is used, the session management service and the data service share the one database. 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.
+
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.
 
How to [[Configure LAS]]
 
How to [[Configure LAS]]
  
== GAS (Global Authentication Service) ==
+
== GAS (Global Application Service) ==
Global session management means that the session management is managing connections to one or more databases via a separate database used to manage these sessions.
+
GAS means the session management is managing connections for one or more databases via a separate database used to manage these sessions.
 +
How to [[Configure GAS]]

Revision as of 15:16, 14 October 2013

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 general modes of session authentication:

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.

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. How to Configure LAS

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. How to Configure GAS