Automatic updates of multiple login page

0
Hi everyone, I am working in an environment with 30+ mendix apps. The stackholders wants to be able to enforce a unique template over all the login pages of those apps. We created a template app and use it to create any new app. However, the graphical template of the login page evolves very often, we are looking for a solution in order to be able to update the login page automatically, without going threw the 30 apps. Does mendix allow the use of shared login pages, or even dynamic login page where we can give the template as a parameter ?   Thank you.
asked
1 answers
2

You can use OIDC/SSO and develop a unique Portal App where you log in and choose one of the 30+ apps you want to launch.
It can be complicated but IMHO on the long term is the best solution.

answered