We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Onboard Azure based application to Saviynt

Dorota_P
New Contributor II
New Contributor II

We are trying to onboard AAD based application to Saviynt using azure connector in a similar way we onboard logical apps using AD Connector. For the AD based logical apps we have to update endpoint filter , but we don’t know how to update JSON for AAD enterprise app. Do you have any experience in that? Currently we use Enterprise Roles for AAD apps, but want to use AAD as an connector.

4 REPLIES 4

KirtiAjrot
Saviynt Employee
Saviynt Employee

Hi , 

From 2021.0.4 X onwards , Saviynt EIC does support ENDPOINTS_FILTER in the AAD connector itself. 

you could use it the same way you use AD Endpoint_filter

Sample JSON:

{
"EP-AAD-XXX-ILESX": [
{
"AADGROUP": [
"O365_XXX-ILESX-QA-%"
]
}
]
}

KA

Dorota_P
New Contributor II
New Contributor II

Does it mean that endpoint can be connected using Azure only with version 2021? We are using version 5.5 sp.9. In that case the only possibility for us now is to use Enterprise Roles to give access to the specific AAD app?

This feature is supported from v2021 hence if you required check with CSM if this feature can be backported or not ?

You can still use enterprise role


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star

It supports enterprise roles also below is json

https://forums.saviynt.com/t5/identity-governance/azure-ad-connector-endpoint-filters/m-p/21148#M102...

{
   "Endpoint1":[
      {
         "AADGROUP":[
            "azure-group-awstest%",
            "aws_security_ma_operational%"
         ]
      }
   ],
   "Endpoint2":[
      {
         "AADGROUP":[
            "Azure-Security-Sentinel-%"
         ]
      }
   ]
}

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.