Hi,
Can someone enlighten me how to use the LDAPutils to authenticate users into my web application?
Thanks,
Majoy
You should provide more information when you are looking for help.
What version of OutSystems are you on? What version of Service Studio?
If what you're trying to do is log users in via LDAP, have you looked at the /Users app? There is a place to configure authentication, and one of the options is LDAP. It can be found at:
https://<environmentname>/Users/ConfigureAuthentication.aspx
Documentation is here:
https://success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End-User_Management/End-Users_Authentication/Configure_LDAP_Authentication
Hi, I am using Outsystems 10. The LDAP authentication was already set up in the /Users, I just don't know how to call it/use it in my web application.
If you set up LDAP in /Users, it should automatically leverage the configured LDAP store for authentication. Are you getting an error message?