Hi Dojo,
Is it possible to embed a Low Code App (LCA) inside another LCA by means of embedding this via the Webpage component?
I configured the following:
After entering my user details and credentials, the system kind of went onto a log-in loop.
Till it exceeded the number of retries:
(Note that the LCA that I'm embedding runs on a different DMS, but is accessible for the users that will open the main APP)
Thank you.
Hi Thijs,
We've been able to replicate the issue. It appears to be related to the embedded page running in a sandboxed environment, which seems to clear cookies during the redirect process. We're investigating this further and will update you as soon as we have more information.
Update:
We can confirm that this issue is due to cookies being cleared during the redirect after authentication. This sandboxing is intentionally applied for security reasons to prevent malicious activity. We intend to maintain this behavior.
After authenticating, a cookie is set that contains the session key after which we redirect. The redirection in the iframe clears the cookies due to security reasons and when arriving at your app, we validate the session key. Since this key is no longer present, we redirect back to the authentication page (hence the authentication loop).
Thanks for the confirmation.
Hi, I understand that there is a need for security to not share cookies in that embedded window, but why does the setup then go into the login-loop? I would be fine to have to force authenticate with credentials before seeing the embedded page…