LDAP/SAML Authentication
LDAP (Lightweight Directory Access Protocol) and SAML SSO (Secure Assertion Markup Language - Single Sign On) authentication protocols are supported by Subject7. To add your authentication server information, follow these steps:
Log into an admin user on the platform
Hover over Administration menu and click Account Preferences
Click Authentication Providers tab
Click Maintenance Mode icon on the top right to activate Maintenance Mode.
Â
For on-premise installations, the environment parameters need to be specified to enable support of additional authentication methods. Support of LDAP authentication is controlled by ‘AUTHENTICATION_LDAP_ENABLED’ parameter, SAML - by ‘AUTHENTICATION_SAML_ENABLED’ parameter. To enable an authentication the value ‘true’ need to be specified for corresponding parameter in the {PROOF_ROOT}/conf/proof.env file. E.g following configuration enables both authentication methods:AUTHENTICATION_LDAP_ENABLED=trueAUTHENTICATION_SAML_ENABLED=true
The dropdown list next to Authentication Type will be activated. Select either LDAP or SAML
Enter the authentication server information. The below is an example for LDAP:
Â
Once finished, click Save. You can also click Test Connection on LDAP to verify that the connection is successful
If you are going to activate SAML, you will need to provide your IT admin with the below information:
Identifier (Entity ID): https://platform.subject7.com/rs/sso/saml/metadata/{tenant_name}
Reply URL (Assertion Consumer Service URL): https://platform.subject7.com/ssoSaml.zul?registration-id={tenant_name}
Sign on URL: https://platform.subject7.com/ssoSaml.zul?registration-id={tenant_name}
Your Tenant Name is listed under Account Preferences > Authentication Providers
Once your IT admin confirms completion, they should provide you with similar information to the below which will need to be filled on the platform.
Â
Once finished, click Save. You can also click Validate to verify that the X509 certificate is valid.
From Account Preferences, click the Maintenance Mode icon again to disable it or click the link on the top right
Log out of the user to be directed back to the log in page. From there, click either LDAP or SAML
Before logging in, you will need a Tenant Name which will be provided by Subject7. For LDAP, logging in will be performed on the platform, while for SAML, logging in will be performed on the page provided by the authentication server
For LDAP, click Login after entering your Tenant Name, Username and Password
Â
For SAML, enter the Tenant Name and click Login. You will be directed to the login page to enter your username and password.
Â
After logging in, notice that Change Password option will be disabled here. If you would like to change your password, you will need to check with the authentication server admin to change it.
Â