
JasonW.77028 (Customer) asked a question.
Hi,
I am currently trying to setup our Delegated Auth using Okta and LDAP. The agent is all setup and running and the validation passed. However, our situation is a bit unique as our user's actual login value in LDAP is in the 'cn' field and not the 'uid'.
I am curious if there is a way to setup the agent so that it will query against 'cn' instead of (or in addition to) 'uid'.
Here is an example of the failure message I get when trying to do DelAuth JIT:
FAILURE: User not found while executing query: (&(objectclass=user)(uid=testUserId))
I would rather the query looked something like this: (&(objectclass=user)(cn=testUser))

In the directory configuration specify the user attribute as CN instead of the UID. That should work fine.
What field are you referencing? This is for an LDAP configuration.
Here is my current integration configuration:
In the Unique Identifier attribute specify the CN instead of distinguishname & do the validation again.