Embed Mendix in another SAP based application

0
Hi team, We are building up an application and would like to embed it another existing SAP based application so that users don’t have to remember two links. Can you share an article/approach that how Mendix app can be embedded in another application?
asked
1 answers
0

Instead of embedding them, let the Mendix app(s) and SAP run in the same network, set up SSO (Single Sign On) for both applications. Make the styling match and make them use the same menu. Part of the menu-items will route the user to one application, the rest will route the users to the other. The users will be switching back and forth from one application to another without even noticing.

answered