Hi,
I understand that we can switch Authentication schemes in a given APEX session by using a request value of the form APEX_AUTHENTICATION=<name of authentication scheme>.
E.g. f?p=&APP_ID.:1:&APP_SESSION.:APEX_AUTHENTICATION=OAuth2-Scheme
Is there a way to either:
- Programatically switch authentication scheme via PLSQL (instead of using the request value).
or
- Determine via PLSQL what the current Authentication scheme is (i.e. whether or not it has been switched and, if so, to which Authentication scheme).
Thanks in advance!
Andy