multiple authentication schemes ?
Sam.KOct 13 2009 — edited Oct 14 2009Guys,
Is there a way to use multiple authenticaion schemes for one application ?
I have a pre-login page ( that automatically submits ) and in this page I want to use the APEX auth. scheme and then redirect to another user login screen that needs to use some custom authentication scheme I have to login to the rest of the app. pages.
So is it possible for example to set the auth. scheme dynamically in the second login page ( something like plsql process before header ) to the custom auth scheme and use it for the rest of the app pages ?
Thanks
Sam