Restricting Access to Attestation Menus in Web Portal

Hello,

We are using One Identity Manager 9.2 and API Designer.

If I assign the Administrators application role under Identity & Access Governance\Attestation to certain users, they can see all menus under Attestation in the Web Portal. However, I don't want this. I want these users to see only the Attestation History menu and its related data.

How can I achieve this?

BR,

Top Replies

  • Hi   ,

    Please , have a look at the att\init.service.ts module in the Angular code. The history menu is on for anyone with Att permissions. So you'll need to create a permissions group and a program function, then adapt the code to enable the history menu only to the members entitled with that program function. 

    In order to achieve that you'll need some knowledge on the angular portal in terms of architecture and programming, as well as permissions in Designer. Some options in the portal are hard-coded so no external , easy configuration is possible,  and this seems to be the only way to customize.

    Good luck!

  • Hi Juan Carlos,

    I was expecting that I can solve the issue by default. I will work on it up to your suggestions.

    Thank you so much for you support.