Configuring Local authentication
Before you begin
Add and configure a realm as it is described in Adding-and-configuring-realms.
To configure BMC Helix SSO for Local authentication
- In the left navigation panel of the Add Realm or Edit Realm page, click Authentication.
- In the Authentication Type field, click Local.
To add another authentication type, click Enable Chaining Mode.
- (Optional) In the ALLOW-FROM DOMAIN(s) field, specify the URLs of the resources supported by BMC Helix SSO that you want to launch in iframes.
To configure your email server for Local authentication
- Log in to BMC Helix Single Sign-On.
- Select Service > Email server.
On the SMTP Server configuration page, complete the following fields:
Field
Action
Host
Specify the host of your email server.
Port
Specify the port of your email server.
Use TLS connection
If your email server uses a Transport Layer Security protocol, select the Use TLS connection check box.
Connection timeout, millis
Specify the time in milliseconds after which the SMTP server connection should end.
Important: If you do not specify any value, the default value of 30 seconds is used.
Read timeout, millis
Specify the time in milliseconds after which the SMTP server should end a read request.
Important: If you do not specify any value, the default value of 30 seconds is used.
Write timeout, millis
Specify the time in milliseconds after which the SMTP server should end a write request.
Important: If you do not specify any value, the default value of 30 seconds is used.
Auth Method
If your email server is configured to use an authentication method, in the Auth Method field, select LOGIN or PLAIN.
If no authentication method is used, select NONE.- Click Update.
To create an email template for Local authentication
- Select Service > Email templates.
- Click Add Email Template.
- In the Name field, specify the name of the email template.
For example, Forgot password template. - Specify the sender and the subject of the email.
- In the Body field, specify the body of the email and one of the link references:
https://rsso.onbmc.com/rsso/action/forgot-password/reset?id={{resetPasswordId}}
https://rsso.onbmc.com/rsso{{resetPasswordUrlPath}}?id={{resetPasswordId}}
https://rsso.onbmc.com/rsso{{resetPasswordUrlFullPath}}
You can also add {{loginName}} to specify the end user's name in the email. - Click Save.
Where to go from here
When you have configured a realm with Local authentication type, you can add users and groups to this realms. For information about how to do this, see Managing-local-users-and-passwords.