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

ADSI:ENDPOINTS_FILTER Configuration

GauravJain
Regular Contributor III
Regular Contributor III

Hi 

i need to implement ENDPOINTS_FILTER configuration for ADSI onboarding. While referring to this document i understand that we can define full DN value of groups OR a pattern in memebrOf attribute like this 

 

{
"memberOf": [
"CN=ChildSaviyntlabs\\,DomainLocal,OU=Groups,DC=child,DC=saviyntlabs,DC=org",
"CN=Saviyntlabs-DomainLocal,OU=Groups,DC=saviyntlabs,DC=org"
]
}

 

{
"memberOf": [
"CN=ADgroup%,OU=Groups,OU=India,DC=contoso,DC=com"
]
}

but, does it also support below mentioned pattern to import all groups from our directory structure

{
"memberOf": [
"CN=ADgroup%"
]
}

or any other supported patterns other than mentioned in documentation?

Regards

Gaurav

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

It support SQL things

  • "CN=ADgroup%"
  • "CN=%ADgroup%" 
  • "CN=Saviyntlabs-DomainLocal,OU=Groups,DC=saviyntlabs,DC=org"
  • Exact match 
  • wild card

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

NM
Honored Contributor III
Honored Contributor III

@GauravJain yes it does .. we are using the same in our environment.


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