Sailpoint Identity IQ Quicklink to call External WebPage
1. Modify the System Configuration object from the debug page to add a separate category (Custom) under menu and in quicklink Population. follow link
– search for the entry key quickLinkCategories and add the line below as one of the list values.
2.Import the below file using the import Import Utility
3. logout and login again to see the quicklink under the custom category
4. Once we click on the Quicklink it will open the external site with the input param
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE sailpoint PUBLIC "sailpoint.dtd" "sailpoint.dtd"> <sailpoint> <QuickLink name="AustinTemperature" action="external" enabled="true" messageKey="Show Austin Weather" category="Custom"> <Attributes> <Map> <entry key="url" value="https://www.yahoo.com/news/weather/united-states/texas/austin-2357536" /> <entry key="parameters"> <value> <Map> <entry key="w" value="12789690" /> <entry key="u" value="f" /> <entry key="v"> <value> <Script> <Source> return "script_parameter"; </Source> </Script> </value> </entry> </Map> </value> </entry> </Map> </Attributes> <QuickLinkOptions allowSelf="true"> <DynamicScopeRef> <Reference class="sailpoint.object.DynamicScope" name="Everyone"/> </DynamicScopeRef> </QuickLinkOptions> </QuickLink> </sailpoint>
3. logout and login again to see the quicklink under the custom category
4. Once we click on the Quicklink it will open the external site with the input param