Hi The project that I work on has to log in with LDAP. Running locally on Mendix Studio Pro, the program can be logged in through LDAP Normally (Only authenticate users based on their pre-supplied credentials). Then, I created deployment package and deployed into AWS. LDAP configuration( tested connection and tested authentication) are tested and the results are (connection established, successfully) However, The issue is that the program can not be logged in through LDAP after the program was deployed. The message showed “The username or password you entered is incorrect”. My assumption of this issue is the trial license of Mendix. Am I correct?
asked
Thanat Langdee
1 answers
0
I don’t think this has to do with the license as locally this works fine and you do not have a license on your development machine.
So I think you’ll need to perfrom some debugging to find out what is happening exactly.