LDAP Authentication with pega application

Hi All,

I can able to connect LDAP server with Pega, whenever I login with pega , it’s validating only user name with LDAP , but my need is it should check the LDAP Password with pega login password , and also create the Operator dynamically if the operator not exist in pega application.

Tried steps:

  1. 1.using AuthenticationLDAPWebVerfiyCredentials Activity - while using this activity it was checking only the username not password, while user exist in LDAP and pega
  2. 2.using AuthenticationLDAPVerifyCredentials Activity - it should not validate user name password , throwing some error like…(Authentication failed)

Please assist me , is there any way to achieve this

Thanks in Advance

Hi @BalanagammalS16953192

Is the test connectivity being successful in Auth Service?

Can u please go through document for your reference, steps to integrate with LDAP

PRPC LDAP setup_0.docx (976 KB)

@SWATHI SRINIVAS Thank you ,..
test connectivity is successful, but whenever I connect with LDAP server it’s taking only the user name.

if I login pega it should check user name and password , but it’s login without password..

Please assist me regarding this..

@BalanagammalS16953192 please log a support issue via the MSP if you need assistance from our GCS team.

Let us know the INC ref here so that we can help track it.

@BalanagammalS16953192

The issue you’re facing is due to directly calling the AuthenticationLDAPVerifyCredentials activity in the authentication service. This activity expects parameters UserIdentifier and Password, which are null initially, hence the error message. The solution is to use the AuthenticationLDAP activity in the authentication service. This activity calls AuthenticationLDAPVerifyCredentials in step 2 by passing username and password. This way, you won’t see the error message when you launch the servlet URL.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Error when successfully connecting to Pega with Active directory

please log a support issue via the MSP if you need assistance from our GCS team.

Let us know the INC ref here so that we can help track it.

If the issue is resolved, please add a reply here with the solution and mark it with Accept Solution button.