Invoking mendix runtime on a mendix client running on another server

0
I am working on POC. The idea is to embed a Mendix application into another web application without using IFrames. We had the idea of using the mendix client to invoke a Mendix application runtime hosted on another server. We are able to get the login pages rendered. and when we log in, we also receive the session cookies back. But then the index.html page keeps reloading itself and we also see some 403 errors on the xas/ endpoint.  What can probably be the issue? Which log node level should we raise to get to see more about what is hapening when the xas/ endpoint is invoked?
asked
2 answers
0

You mention not running in an iFrame, but I think the same would apply:

 

https://docs.mendix.com/developerportal/deploy/running-in-iframe/

https://docs.mendix.com/developerportal/deploy/environments-details/#iframe

 

answered
0

My advice: set up SSO for both Mendix apps. SSO is a great improvement for user-friendlyness and enables you to hop from one app to another without your user even noticing the hoping.

answered