Customizing the home page
The home page of the Identity Service Center displays a list of tasks that the user is permitted to perform. The home page can be customized in various ways to meet the needs of your organization.
Before you begin
About this task
- To edit, download or upload, a custom file, see Managing custom files.
- To edit or upload a property file, see Managing the server properties.
- Assigning tasks to views.
- Associating groups with those views.
- Managing the members of the groups.
Each task on the home page is represented by a card. The card provides information about the task, such as a task name, a description, and an image. You can customize the appearance and organization of these tasks on the home page to suit your needs.
The tasks on the home page adapt to the user's authorized views so that only tasks the user is allowed to perform are shown.
{
"actionId":"SVCENTER_REQUEST_ACCESS",
"btnLabel": "SVCENTER_REQUEST_ACCESS_BUTTON",
"desc": "SVCENTER_REQUEST_ACCESS_DESC",
"img": "./custom/ui/images/homepage/requestOthersAccess.png"
},
{
"actionId":"SVCENTER_REQUEST_ACCESS_FOR_MYSELF",
"btnLabel": "SVCENTER_REQUEST_ACCESS_BUTTON",
"desc": "SVCENTER_REQUEST_ACCESS_FOR_MYSELF_DESC",
"img": "./custom/ui/images/homepage/requestMyAccess.png"
},- actionId
- Specifies the name of the property in the nls/headerLabel.properties file whose value is displayed for the task name.
- btnLabel
- Specifies the name of the property in the nls/headerLabel.properties file whose value is displayed for the label of the button for the task.
- desc
- Specifies the name of the property in the nls/headerLabel.properties file whose value is displayed for the description of the task.
- img
- Specifies the location of the image that is displayed for the task.
The steps in this procedure use the Request Access section of the config/Homepage.json file as an example. The actual property names in the nls/headerLabel.properties file depend on the section of the config/Homepage.json file that you are customizing.
Procedure
Results
What to do next
In a managed-cluster environment, you must wait until after the configuration is synchronized to the application servers in the cluster. For information about synchronizing, see Synchronizing a member node with a primary node. Log in to the Identity Service Center and verify that the home page reflects the customizations that you made.