Using Authentication type HTTP it is possible to store the user accounts into your SynerGIS User Management rights repository. User Login will be passed in HTTP parameter.
Recommended scenarios for this Authentication type are:
•Implementing public (no Log In required) internet region portals with different user roles representing different parts (e.g. communities within the region).

Authentication type HTTP in application_config
Properties |
Description |
Portal |
Defines the address of the portal login site. There, the user has to log-in first before starting WebOffice in the browser. |
HTTP Referrer |
Defines the address(es) of the portal server (values separated with "|"). Access to WebOffice is possible only from this address (referrer). |
Use user roles only? |
Use role based information from authentication system (GET Parameter 'roles', comma separated value). No storage and maintenance of user objects in the User Management database is necessary then. Otherwise the GET parameter 'user' identifies the user. |
Authentication type HTTP