Authentication tab
This tab is used to configure the authentication settings that will be used to authenticate a user that connects to the Web UI.
Authentication is always required for this component.
Option | Description |
---|---|
Authentication type | Specifies the type of authentication used by the component.
|
Active Directory group | |
Domain | Enter the default domain name that will be displayed by the client. The password field will be shown at the Web UI as a masked field. All fields will be required. |
LDAP authentication group | |
LDAP server | The address or host name of the LDAP server. |
Root DN |
If the LDAP server only accepts login with Distinguished Name (DN) format (CN=Jeff Smith,OU=Sales,DC=Fabrikam,DC=COM), but users want to login with Common Name (example: Jeff Smith), then the Root DN field should be filled in accordingly (example: OU=Sales,DC=Fabrikam,DC=COM) and the Generate distinguished name from CN and Root DN checkbox should be selected. Then DN is constructed as follows: 'cn=' + CN field value + ',' + Root DN field value, so that it is the same as the complete DN. To use the Root DN field, the Generate distinguished name
from CN and Root DN checkbox must also be selected; otherwise the
Root DN field is meaningless.
|
Generate distinguished name from CN and Root DN | When this checkbox is selected, then the complete distinguished name is
generated from the CN and Root DN before authentication and
the authentication is attempted with the complete distinguished name.
|
Authentication Method | Select the authentication method supported by the LDAP server: Basic or Microsoft Negotiate (default). |
Custom script group | |
Script file path | Specifies the path to the script file. |
Edit script code | Click this button to open the script in the Script Editor to view or modify it. If the script is not specified, a script with a basic code will be opened. For more information, see Script Editor. |
Fields | Click this button to open the Authentication Fields dialog box, in which you can set up the fields that will be displayed on the sign-in page. |
User info lookup group | |
Use an LDAP search to retrieve additional user information | Select this check box to have the application perform a lookup on a designated LDAP server to find the email address and other attributes of an authenticated user. |
Configure | Click this button to open the LDAP Lookup Settings dialog box to specify parameters for performing the LDAP search. |