Programatically log in user

0
I have this use case: the user wants to log in users using a third party user management system. To do this, I need to get the username/password, and send to this other system. After the response, if the user has the credentials ok, I need to log in the user in the mendix application. So, I need to log in the Mendix user without use the login of mendix, and without use SSO. How can this be done?
asked
1 answers
0

See forum post https://forum.mendix.com/link/questions/106071 . You can autologin a user with deeplinks. Do note that you need a way to identify the correct user from one system to the other.

Regards,

Ronald

 

answered