Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Regarding IP control when executing API calls to Saviynt

JPMac
Regular Contributor II
Regular Contributor II

Is it possible to register a whitelist of IP addresses that are allowed to execute API calls from other applications to Saviynt?

If it is possible, please provide the method to do so.

2 REPLIES 2

rushikeshvartak
All-Star
All-Star
  • Currently its not supported. You can add monitoring around it
  • SELECT
    '0068' as SRNO,
    'Identity' AS category,
    CONCAT('RR Service Account Logged in outside Splunk') AS module,
    COUNT(*) AS count
    from users u,userlogins l where l.userkey=u.userkey and u.username ='marc.splunklogs' and date(logintime)=date(now()) and (IPADDRESS not like '172.7%' AND IPADDRESS not like '162.158%' )

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @JPMac,

We are checking on your request and we will keep you posted.