Windows authentication setup¶
Plexus Connect currently supports LDAP and Active Directory (AD) with Kerberos protocol.
For Plexus Connect to determine the active Windows-sso authentication server, the configuration file config.properties there needs to be created.
This file needs to be saved on the server. We recommend to use the configuration folder.
- for UNIX ~/.chemaxon/plexus-suite/config.properties
- for Windows ~/chemaxon/plexus-suite/config.properties
This configuration is activating by the following startup option:
Basic content of config.properties is shown on following example:
When the file bellow exist on the Connect serrver, the authenticated user will be assigned with appropriate ROLES defined in the groupToRolesMapping.json based on their membership in the GROUPS in Active Directory.
Example of groupToRolesMapping.json where are stored mapped roles:
If the authentication server is properly configured and referenced keytab file exists, Connect will authenticate User according server rules.