SelfServiceHelp.properties
The SelfServiceHelp.properties file can be used to redirect help to a custom location for customers who want to have their own help content for the self-service user interface.
Properties used to redirect help to a custom location.
IBM Security Identity Manager SelfServiceHelp settings helpBaseUrl
Base url to send help requests to. A blank value indicates that help goes to the URL for Self Service application help.
Valid values include the URL of the Self Service application help.
Example.
helpBaseUrl=http://myserver:80
Help Id mappings include: helpId = relative page URL
The help mappings section maps ids from specific pages to a relative URL sent to the help server.
For example.
helpBaseUrl=http://myserver:80
locale = en_US
loginId/relativeURL = login_help_url=ui/ui_eui_login.html
Final URL = http://myserver:80/en_US/ui/ui_eui_login.htmlLocale is determined by resolving the SelfServiceScreenText.properties resource bundle for the current logged in user and with the associated locale.
Parent topic: Supplemental property files