Call a Joget application by using iframe in a external apllication.
The idea is to use a parent application to call an application created via Joget using an iframe, to handle certain processes.
This parent application only has an iframe with the following code.
<iframe width="750" height="500" src="http://127.0.0.1:8080/jw/web/embed/userview/example_app/Teste_Form/_/Teste_Form" title="NewAplication"></iframe>
When executing the page, the login page of this application created via Joget is displayed. After entering the credentials of a user and submitting them, this iframe redirects back to the login page. This login page does not have any custom HTML.
There is evidence that the login was successful because the following information appears in the terminal:
INFO 27 Nov 2023 15:49:39 org.joget.apps.workflow.security.WorkflowAuthenticationProvider - Authentication for user admin (127.0.0.1) : true
Is there any configuration required for the JOGET application to be executed via IFRAME?