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!

How do I "seamlessly" transition from one Client application to a Shared administration without another logon?

ToolTimeTaborOct 26 2024 — edited Oct 28 2024

I want to seamlessly link to, and transition to, a shared ADMIN application without having to do a second login dialog.

Assume that I have a “shared” ADMIN application (App ID = 1000) that manages common administrative data (e.g. settings, application internal security, etc.) that services multiple “client” applications CLIENT-A (App ID = 101), CLIENT_B (App ID = 102), etc. I want my users to be able to login to their specific client and then transition via button click to the ADMIN for that application without invoking the ADMIN login dialog, etc.

I envision the client “calling” the admin application and passing its APP_SESSION variable. Each client captures some meta data (e.g. App ID) and stores it in a shared table that the ADMIN application uses to distinguish which client it is servicing.

Is there a best practice that:

  1. Disables “login” validation in the ADMIN application or otherwise avoids requiring the login page?
  2. Pass and receive the CLIENT APP_SESSION so that the ADMIN application knows which data to present?
  3. Inherit a client session and adopt it as the admin session?
This post has been answered by ToolTimeTabor on Oct 28 2024
Jump to Answer
Comments
Post Details
Added on Oct 26 2024
10 comments
243 views