Costumizing the Home Page

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

Hello,

My goal is to personalize the SailPoint home page so that users won’t have to make changes themselves. Various widgets and quicklinks should be available based on the user’s workgroup.

Is it possible to modify the SailPoint home page’s widget and quicklink presentation based on the workgroup that a user is a member of?

1 Like

Hi @brunoocarvalho

According you request, it is possible configure quicklinks , to configure what quicklinks should be available based of user type, capability, workgroup etc…

In this case, you should customize Quicklink Populations, to show quicklinks based on workgroup. In the configuration you can set a membership criteria of you workgroup, and in Quicklinks tab you will define what quicklinks are availables

Please check the following guide for more details

QuickLinks - Compass (sailpoint.com)

1 Like

Hi @ismaelmoreno1, thanks for the feedback. With the Quicklinks tab, that solution appears to be effective.

Do you know if it would be possible to do something similar for the edition of the Home Page cards and widgets?

Hi @brunoocarvalho

I’m not sure if it’s possible show widgets or quicklinks by default based on workgroup, but it is possible set widgets o quicklink by default in your home

For this case you should edit object SystemConfiguration, and edit this entry for home widgets

<entry key="defaultHomeWidgets">
        <value>
          <List>
            <String>Violations</String>
            <String>MyAccessReviews</String>
            <String>CertificationCampaigns</String>
            <String>TopFiveRisks</String>
            <String>Approvals</String>
            <String>Forms</String>
            <String>DirectReports</String>
          </List>
        </value>
      </entry>

And this entry for QuickLink Cards

 <entry key="defaultQuickLinkCards" value="Policy Violations, Access Reviews, Approvals, Request Access, Track Requests"/>
1 Like