Hi,
We have a SharePoint on Prem environment with ADFS migration, I have a requirement from customer to restrict the People picker from a single OU. I was able to accompalish this on test environment with windows authentication but not on SP 2013 with ADFS. Has anyone implemented this ?
Commands implemented on windows authentication :-
stsadm -o setproperty -url https://t01-mysite.esm.europa.eu -pn peoplepicker-serviceaccountdirectorypaths -pv "OU=Test Redirection Folder,OU=Users,OU=EFSF,DC=efsf,DC=local"
I know we could specify the filter as per in the screenshot, but do not know the exact syntax for the same. Has anyone implemented this scenario?