While onboarding an app with LDAP connector unable to get project info from LDAP

Due to this not able to certify or verify if these users belong to my application . If searched for the project in LDAP it gives results but not when searched with whole conditions I am using the below filter in LDAP but not getting results

(&(inclusiverightassignees=right)(project=*********App)(ou=security)(o=*************tions.com)(assignedproject=project=**********App)(ou=security)(o=**********tions.com)(*statuscode=AC)(uid=_cur))

HI @anuragbong ,

Welcome to the Sailpoint Developer community!!

if you share your error screen it would be easier to understand the issue you are getting, however could you please try below LDAP Filter and let me know if this helps:


(&
    (inclusiverightassignees=right)
    (project=*App)
    (ou=security)
    (o=*tions.com)
    (assignedproject=*App)
    (ou=security)
    (o=*tions.com)
    (statuscode=*AC)
    (uid=_cur)
)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.