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

Azure AD connector endpoint filters

ekorh
Regular Contributor
Regular Contributor

Hi,

We would like to know more about the endpoint filters in Azure AD connector for v2021. Currently there is little to no information about them in the documentation portal: https://docs.saviyntcloud.com/bundle/AzureAD-v2021x/page/Content/Configuring-the-Integration-for-Acc...

What should the syntax look like? Is it possible to filter what endpoints to create and what not? 

And is the ENDPOINTS_FILTER available for v2021 as well?

Thanks already in advance!

3 REPLIES 3

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

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

Hi,

Thank you for the reply.

Is it possible to use any other field than the group name as a filter criteria for a specific endpoint?

only entitlement_value  / group name is supported as of now


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