Hi,
I have 2 apex applications running on the same ATP database. Both applications have been set up to use Single Sign on (SSO).
I am trying to embed a page from one application in the other application. Until now, I can only manage to do that by making the embedded page a ‘Public’ Page. When doing so, I seem to lose the :APP_USER value. In the calling application, this has the value of the logged-in user, but in the embedded page, that value changes to ‘nobody’. I do need to know who is using that page.
I have been experimenting with several settings (deep linking, Rejoin Sessions, Authorization Scheme, authentication), but I just cannot seem to find the solution.
How can I get this to work? Perferably without needing to make the embedded page a public page?