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