Same sign on across multiple apps.

0
Hi, We are building multiple apps across the company but i would like there to be one sign on that covers all of them. When you set up or edit the account i would like to be able to assign the user role for each app, therefore defining whether they have access or not to each app.   thanks
asked
1 answers
0

This all can be done but one app needs to be the master where you create and maintain all the users.

First check out this post on how to autologin a user: https://forum.mendix.com/link/questions/89952

When you have that working create webservices in the master app where the URL can be retrieved including the token so that the user can switch from one app to another. In the masterapp when retrieving a request for admittance do a webservice call to the slave app for the token and push the user roles of that user. Then create the URL that can be used to login and pass that back to the slave app that requests admittance. This way the master app controlls everything.

Regards,

Ronald

answered