Navigation:  WebOffice Application Configuration > Common > User Management > Configuration >

Authentication Type UserManagement-Database

Previous pageReturn to chapter overviewNext page

Using Authentication type UserManagement-Database it is possible to store the user accounts into you SynerGIS User Management rights repository. User Login will be checked against the user accounts stored in the rights repository.

 

Recommended scenarios for this Authentication type are:

 

ASP (Application Service Providing) implementations – you want to strictly isolate ASP users from Operating System users,
Integrating the Operating System authentication system is not possible or wanted at all.

 

Authentication type UserManagement-Database in application_config

Authentication type UserManagement-Database in application_config

 

Using a URL for a secure connection the application will be referenced via normal HTTP but sensible data like login data etc. will be transferred via HTTPS.

 

Note: Pay attention to Explicitly supported Scenarios for https.

 

If you want to provide a guest user account without login dialog, you can configure a username i.e guest. If the user guest has access rights on a project, the project can be started with a user parameter without login dialog.

 

Property

Description

URL for secure connection

Secure Connection configuration. Use this for providing encrypted log in.

The 'URL for secure connection' must look like 'https://<server>:<port>'.

Prerequisite for use of a secure connection is:

-When working with a web server (IIS, Apache):  A valid and installed SSL certificate on Web Server,

-When working with Tomcat (without Web Server): A valid and installed SSL certificate on JDK as well as a correct Tomcat (Servlet Engine) configuration (SSL Port, Connector).

- When using the Apache Reverse Proxy please map both, absolute and relative paths, see also chapter Configuration of Apache Reverse Proxy

Guest user (anonymous)

Provide the login of the user who is allowed to start a project session without Login dialog (Call with a 'user' parameter).

Authentication type UserManagement Database configuration