Optima authentication system

The HTTP addresses of the web services exposed by various modules of Optima are subject to authentication. The authentication system ensures that requests made ​​by clients have the necessary authorization to access these web services.

How the authentication works

From a technical point of view, OptimaWSI is located in-between the client and the server, either by a servlet filter or by the functionality of the HTTP proxy.

In case a request results to be invalid, OptimaWSI responds to the client with the HTTP status code “401 Unauthorized”.

The relationships between the resources protected and the related security controls that verify authorizations at runtime are stored in the Optima database. The authentication rules are stored in the module and updated at preset time intervals. If authentication rules are modified, the modification takes effect after the preset time interval has passed (→ Managing authentication rules).

User authentication systems available on Optima

User authentication on Optima through Optima DB is always enabled.

Furthermore, Optima can perform user authentication with:

For the necessary configuration related to LDAP settings, see → OptimaWSI configuration > OptimaAuth section.

Topics in this section