Configuring authentication for BMC Helix SSO administrators
Before you begin
You must have an external LDAP identity provider up and running, and you must have administrative permissions in BMC Helix SSO.
To enable access control based on LDAP groups for the BMC Helix SSO Admin Console
- Log in to the BMC Helix SSO server as a SaaS administrator.
- On the navigation panel, click Tenant.
- Select the tenant, and from the Actions menu, click
Edit Tenant.
Select the Admin console access control option.
- Save your changes.
To configure admin authentication through an external LDAP identity provider
- In the BMC Helix SSO Admin Console, select General > Admin Authentication.
- Click Add authentication.
To configure a connection to an external LDAP identity provider, complete the following fields:
Field
Description
Host
Name of the server where LDAP identity provider is hosted.
If LDAP is used in failover mode, you can specify more than one LDAP identity provider by providing a comma-separated list of servers. If the first server is unavailable, the BMC Helix SSO server switches to the second server specified in the list.
Port
Port number for the LDAP server, such as 389.
Bind DN
The distinguished name (DN) of a bind LDAP user.
For example: CN=User,CN=Users,DC=example,DC=com
This user must have privileges to search the directory.
Bind Password
Password for the bind LDAP user.
Connection timeout, millis
Enter an integer value, in milliseconds, greater than zero to timeout a connection request.
If the LDAP provider cannot establish a connection with the server within this time period, the connection attempt is aborted.
If this value is blank, the server waits for the connection to be established until the underlying network times out.
10
Read timeout, millis
Enter an integer value, in milliseconds, greater than zero to timeout a read request.
If the LDAP provider does not get an LDAP response within this time period, the read attempt is aborted.
If this value is blank, the server waits for the response until it is received.
10
To specify which users from the LDAP identity provider will have permissions to access the BMC Helix SSO Admin Console, complete the following fields:
Field
Description
User Search Filter
The LDAP query to search for users. These users will have permissions to access the BMC Helix SSO Admin Console.
For example: (&(objectCategory=user) (sAMAccountName=$ADMIN$)(memberof=CN=RSSOAdmin,OU=Users,DC=example,DC=com)).
The user login ID is specified by the $ADMIN$ keyword.
Users Base DN
Base distinguished name used for users search.
For example: CN=Users,DC=example,DC=com
Identity Attribute
Enter the LDAP attribute to be used as the login ID of the administrator.
For example: sAMAccountName
- Click Add to chain.
- Click Save.
To disable Internal authentication
- In the BMC Helix SSO Admin Console, select General > Admin Authentication.
- From the Authentication Type list, select INTERNAL, and then click
.
- Click Save.