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

Logical Azure AD endpoint creation

NishkalaPuli
New Contributor II
New Contributor II

Hi Team,

Is it possible to create a logical Azure AD endpoint similar to Active Directory logical endpoint creation using the "ENDPOINTS_FILTER" ?

2 REPLIES 2

Manu269
All-Star
All-Star

@NishkalaPuli please check this article : Configuring the Integration for Account and Group Import (saviyntcloud.com)

Filtering Endpoints

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

rushikeshvartak
All-Star
All-Star

Yes Endpoints_Filter is supported for Azure AD connector

Filtering Endpoints

Specify the ENDPOINTS_FILTER parameter to create logical endpoints based on AAD groups and associate accounts with access to these groups. The endpoint and group details are specified in the JSON format.

Example 1- To create an endpoint named APPLICATION_DEV under AzureAD groups, GROUP_IN_ENGG, GROUP_IN_FINANCE, and GROUP_IN_MARKETTING use a format similar to the following:

Example 2- To create an endpoint named APPLICATION_QA under AzureAD groups whose name starts with group, use the % wildcard after the group name as illustrated below:

JSON
{
  "APPLICATION_QA": [
    {
      "AADGROUP": [
        "group%"
      ]
    }
  ]
}

 

Documentation ; https://docs.saviyntcloud.com/bundle/AzureAD-v23x/page/Content/Configuring-the-Integration-for-Accou...


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