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!

Redirect to original application url/page after authentication?

AllenS.Mar 23 2021 — edited Mar 23 2021

Hi,
I'm trying to create a somewhat centralized authentication for my applications and so I created an application for the purpose of handling the authentication.
So basically I have an application (authentication) which has the necessary authentication scheme setup.
Settings: Authentication Function Name -> mycustom_function
Session Not Valid: Go to URL -> f?p=authentication:LOGIN_DESKTOP
Login Processing: Switch in Session -> Enabled
Session Sharing: Type -> Workspace Sharing
I then created another application (app1) and subscribed to this authentication scheme. When running app1 going to page 1, I am redirected to the login page of the application authentication which is expected. However, after a successful login, it doesn't redirect me to the original page (page 1) from application app1. Instead, it redirects me the page 1 of application authentication.
Are there any setup that I might have missed?
Appreciate any help.
Regards,
Allen

Comments
Post Details
Added on Mar 23 2021
6 comments
2,311 views