Hi everyone,
I’m new to One Identity Manager (v9.3) and currently trying to add a new menu item to the Angular web portal. I’ve been following the steps from the README, but I’m stuck and not sure if I’m placing things in the right files.
Here’s my situation:
-
The README says to use
setupMenuin aninit.service.tsfile to register the new menu. But there are multipleinit.service.tsfiles in the solution, and I’m not sure which one is the correct place to add my code. -
I created a new component (
select-identity.component.ts) and added a routing entry. However, I don’t know exactly where the routing should go so that the new menu item correctly links to my component.
My questions:
-
For someone new to One Identity, which
init.service.tsis the right one to registersetupMenuwhen adding a custom menu? -
Where should the routing be added so that the menu entry navigates properly to my new component?
I’d really appreciate if someone could point me in the right direction or share a simple example. Thanks a lot in advance!
Best regards,
Emi