A customer asks us whether it is possible (on spp 7.4) to have the possibility of adding favourites directly from the dashboard as it was in version 7.3. If it is possible, how can it be done? API? custom widget?
A customer asks us whether it is possible (on spp 7.4) to have the possibility of adding favourites directly from the dashboard as it was in version 7.3. If it is possible, how can it be done? API? custom widget?
Hi Dario,
The option to create a new favorite is not exposed on the home page in the latest version of SPP, so the user can either click on the Favorites widget then they will see the plus + icon to add a new favorite or if the users goes directly to https://Safeguard/my-requests then here they can directly click the plus + icon to add a new favorite.
The option to create Favorites via Core API is only per authenticated user and not a global setting option:
POST /v4/Me/RequestFavorites
The admin guide provides further details on the favorites feature here:
https://support.oneidentity.com/technical-documents/one-identity-safeguard-for-privileged-passwords/7.4.1/administration-guide/12#TOPIC-2109108
Thanks!