UIConfig.properties
The config/UIconfig.properties file contains the several properties that affect the Identity Service Center interface.
password.change.pollingTime
Specifies in milliseconds the time to wait before checking whether the expired password change request is processed. A value that is less than 0 is invalid.
Example (default).
password.change.pollingTime=1000
password.change.pollingIterations
Maximum number of times that the server checks whether the password change is processed. A value that is less than 1 is invalid.
Example (default).
password.change.pollingIterations=5
isim.ui.rtlLocales
A comma-separated list of right-to-left locales. The default values are ARABIC(ar) and HEBREW(iw).
Example (default).
isim.ui.rtlLocales=ar,iw
property.refresh.interval.seconds
Defines how frequently the Identity Service Center server refreshes the value of properties by reading the UIConfig.properties file to pick up new values for the changed properties. A user can change this property even while the Identity Service Center server is running. A user does not need to restart the server to pick up the changes.
Example (default).
property.refresh.interval.seconds=300
LOGO_IMAGE
Specifies the file name in custom/ui/images directory that displays the company logo image.
Example.
LOGO_IMAGE=companyLogo.png
HEADER_LOGO_IMAGE
Specifies the file name in custom/ui/images directory that displays the page header logo image.
Example.
HEADER_LOGO_IMAGE=headerLogo.png
access.selection.maximum.number
Maximum number of accesses that can be selected in the manage access flow. For example, in the Request Access wizard, and Edit and Delete Access wizard.
Example (default).
access.selection.maximum.number=25
search.queryfilter.queryParameters.allowedMaxEntities
Maximum limit for entities that are allowed in filter query parameter. Example (default):
search.queryfilter.queryParameters.allowedMaxEntities=1
timeout.notify
Seconds left before the session end that the expiration notification message is sent.
Example (default).
timeout.notify=20
timeouturl
Specifies the URL to which IBM Security Identity Manager redirects on session timeou.
Example.
timeouturl=myTimeoutURL
ui.accessPicker.defaultCategory
Specifies whether default search is executed for the specific access category only in view access or during an edit or delete access flow when we select a person. It does not have any impact on request access flow in Identity Service Center. The property does not support multiple values. For example, if MyExampleApp is a child access category of Application access category, then you can specify the property value as Application:MyExampleApp. It executes a default search for the MyExampleApp access category who is the child of access category of Application..
By default, this property must be commented out.
Example.
ui.accessPicker.defaultCategory=Application:MyExampleApp
ui.accessPicker.searchAccessCategoriesInLDAP
Specifies whether access categories must be searched directly in LDAP for view access and edit or delete access flows..
The valid values are:.
- true
- Access categories are searched directly in LDAP for view access, and edit or delete access flows.
- false
- Access categories are not searched directly in LDAP for view access, and edit or delete access flows.
By default, this property is set to 'false'.
Example.
ui.accessPicker.searchAccessCategoriesInLDAP=false
ui.activities.approve.justificationRequired
Specifies whether the justification field is mandatory while approving the activity.
The valid values are.
- true
- The justification field is mandatory while approving the activity.
- false
- The justification field is optional while approving the activity.
By default, this property is set to true.
ui.activities.compliancealert.justificationRequired
Specifies whether the justification field is mandatory while working on global alert policy enforcement activity on Manage Activities and Decisions page. The valid values are:
- true
- The justification field is mandatory.
- false
- The justification field is not mandatory.
By default this property will be set to true.
ui.activities.reject.justificationRequired
Specifies whether the justification field is mandatory while rejecting the activity.
The valid values are.
- true
- The justification field is mandatory while rejecting the activity.
- false
- The justification field is optional while rejecting the activity.
By default, this property is set to true.
ui.activities.displayJustification
Specifies whether the justification field is displayed in the Manage Activities and Decisions page.
- true
- The justification field is displayed in the Manage Activities and Decisions page.
- false
- The justification field is not displayed in the Manage Activities and Decisions page.
By default, this property is set to true.
ui.activities.displayUserComments
Specifies whether a user comment field is display on the Manage Activities and Decisions page.
- true
- Displays the user comment field.
- false
- Hides the user comment field.
By default, this property is set to false.
ui.activities.rfi.justificationRequired
This property decides whether the justification field is mandatory while working on request for information activity on Manage Activities and Decisions page.
- true
- Specifies that the justification field is mandatory.
- false
- Specifies that the justification field is not mandatory.
By default, this property is set to true.
ui.activities.workorder.justificationRequired
Specifies whether justification is a required field while working with work order activities on the Manage Activities and Decisions page.
- true
- The Justification field is a required field that you must complete before you can proceed ahead.
- false
- The Justification field is not a required field.
By default, this property is set to true.
ui.enablePersona
Specifies whether the persona switching option is visible in the Identity Service Center.
- true
- The persona switching option is visible in the Identity Service Center.
- false
- The persona switching option is not visible in the Identity Service Center.
By default, this property is set to true.
ui.requestAccess.accessCategories.preventDefaultSearch
Stops default access search behavior for specific access categories in the request access flow when you search for an access category by selecting an access category. Multiple values are separated by a white space character. You must define the value as an access type key which you defined while creating the access category.
Example usage:Application AccessRol.
You can also use wildcard characters to stop default access search of specific access categories and its children. For example: Application AccessRole:AccessRole1:.
By default, this property is commented out.
ui.requestAccess.executeDefaultSearchforAllCategories
Specifies whether a default search is started in request access flow and accesses are displayed after we select the user or when you click the All Categories option.
- true
- The default search behavior is enabled.
- false
- The default search behavior is not enabled.
By default, this property is set to true.
ui.requestAccess.executeDefaultSearchforCommonAccess
Specifies whether a default search for common access is executed in request access flow.
- true
- The default search behavior for common access is enabled.
- false
- The default search behavior for common access is not enabled.
By default, this property is set to false.
ui.ssoEnabled
The property key and value pair pertain to the Identity Service Center.
The property indicates whether WebSEAL single sign-on is enabled or disabled.
To complete the configuration for WebSEAL single sign-on for Identity Service Center, set this property value to true.
The valid values are:
- true
- WebSEAL single sign-on is enabled.
- false
- WebSEAL single sign-on is disabled.
By default, this property is set to false.
ui.userPicker.defaultSelfSelect
This property used to specify whether the current logged in user is selected automatically for the Request Access flow and the Edit and Delete Access flow. The valid values are:
- true
- The current logged in user is selected automatically.
- false
- No user is selected.
By default, this property is set to false.
Parent topic: Supplemental property files