Not able to login with LDAP user

Hi Team,

I am not able to login with LDAP user. I set the adminAuth with "node-red-contrib-ldap-auth", "node-red-auth-contrib-ldap". I am getting the below error:

{"error":"invalid_grant","error_description":"Invalid resource owner credentials"}

How to proceed here. I am pasting the adminAuth code which i tested with. Please let me know if am doing anything wrong.

adminAuth: require('node-red-contrib-ldap-auth').setup({
uri: 'ldap://Alpha-PA.security.com',
base: 'dc=SECURITY,dc=com',
filterTemplate: 'user={username}',
bind_dn: 'cn=Administrator,cn=Users,dc=security,dc=com',
bind_pw: '*******'
}),

Any update?

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