Hi,
I have configured the LDAP Authentication from the User Application as given in the documentation and it works fine as shown in the below screenshot.
But when I am trying to log in within one of my existing reactive web application with the AD User it is giving me the error of invalid username and password.
In my reactive web application login page, I am using Outsystems User_Login action.
Do we have to do any changes anything in the User_Login action to allow the LDAP/AD user to login into any reactive application directly? The AD user I am using to log in is not available in Outsystems User table.
Thanks
Hi Nitish,
Yes, You need to change login action code in reactive application. Please check below link -
https://success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_map_Active_Directory_Groups_to_OutSystems_Roles
https://www.outsystems.com/forge/component-overview/1023/active-directory
Vinod
Hi Vinod,
But while I was going through the documentation I can see it says that after LDAP configuration in the User Application, It will create the AD user directly in the Outsystems User table if a user does not exist and If it found the user it will authenticate it.
Nitish Kumar
Please check below link as well. It is saying that - Note that this process does not create any new users in the OutSystems database.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_Users/End_Users_Authentication
I have used Microsoft Login Connector forge component for Azure AD Login and this forge component is also using CreateUser Action.