Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Regarding IP control when executing API calls to Saviynt

JPMac
Regular Contributor
Regular Contributor

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @JPMac,

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