Tabs removal from Access module in Identity Portal
search cancel

Tabs removal from Access module in Identity Portal

book

Article ID: 144334

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

Tabs within the Access module of the Identity Portal can be hidden using custom CSS to streamline the user interface.

Symptoms

  • The default view of the Access module shows more tabs than required for specific business roles.
  • Administrators need a way to hide the "Endpoints", "Roles", or "Similar Users" tabs.

Environment

Release : 14.x

Component : CA IDENTITY SUITE (VIRTUAL APPLIANCE)

Resolution

Perform the following steps to hide specific tabs in the Access module:

  1. Identify the tab to be hidden and its corresponding CSS Selector Name:
    • Endpoints tab: span#endpoints.access-tab.ng-binding
    • Roles tab: span#roles.access-tab.ng-binding
    • Similar Users tab: span#users.access-tab.ng-binding
  2. In the Identity Portal management console, navigate to the Custom CSS section.
  3. Add the CSS Selector Name for the desired tab.
  4. Click Add attribute, select other, and enter display as the attribute name.
  5. Set the value to none.
  6. Save the custom CSS configuration.



Additional Information

For further guidance on UI customization, refer to the CA Identity Portal Documentation.