Cross App Navigation (for microservice architecture) - Mendix Forum

Cross App Navigation (for microservice architecture)

3

We often come across situations where we need to create and maintain a menu that moves the user between applications (like the top nav here).

This is always tedious, hard to maintain, difficult to keep aligned between the teams.

the more apps you have, the more teams you have making it even harder.

are there any ideas for this?

asked
1 answers

We are trying to fix this by having our central permission application (external service) supply the available navigation items. A module that every app loads (from our internal company appstore) interfaces with that and renders the navigation for the user (that already logs in via SSO through the central permission application)

Created