Loading Mendix application inside Angular Iframe

0
Hi, I have to load a Mendix Application inside an Angular application using Iframe. I have two queries based on the above scenario: 1) How can I auto login into Mendix application while routing from Angular application (if user already logged in Angular application)? 2) How to some send data from Angular to Mendix application?  
asked
1 answers
0
  1. Implement SSO in the Mendix and Angular Application. If the user session exists in the browser it will log in automatically 
  2. You can pass the data using REST services or Mendix client APIs https://docs.mendix.com/apidocs-mxsdk/apidocs/client-api/  
answered