Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Embed page from other Apex Application when both applications use SSO

Geert01Feb 26 2024

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?

Comments
Post Details
Added on Feb 26 2024
4 comments
580 views