Connect to other application using the same login and password

0
Hello,   Is it possible to access from an application to a website that requires authentication without going through the authentication page, knowing that I have the login and password I just want to avoid to enter them and do it automatically in the application.   Best regards, Omar.
asked
1 answers
0

Hi Omar,

You might have to implment a custom request handler for your case see: https://www.mendix.com/blog/requesthandlers-at-your-service/ or https://forum.mendix.com/index3.html.

Call Core.Login instead of Core.Logout.

Alternatively you may find the Custom Login widget or OAuth Module helpfull. If possible, a better solution may be to implement SSO with the SAML module.

answered