To implement an redirect from a non mendix app to a mendix app

0
Hi,   I'm trying to implement a functionality where there are two applications, one is a non mendix app and one is a mendix app, where an user tries to login to a mendix app from non mendix app. The non mendix app contains a button or a link, where the user who is logged to the non mendix app clicks on the button or a link which should be redirected and login to the mendix application with the same creds as the user is logged in from the non mendix app. I just need help to implement this functionality. Thanks in advance .
asked
1 answers
0

You could look into SSO concepts. 

Here's an expert learning path. Although not really complicated, you will need to have a thorough understanding of Mendix. The SAML Module documentation also provides information about setting up single sign on. 

Hope this helps

answered