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!

Determining current Authentication Scheme after switching in session

ALTMISJun 9 2022 — edited Jun 9 2022

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:

  1. Programatically switch authentication scheme via PLSQL (instead of using the request value).
    or
  2. 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

Comments
Post Details
Added on Jun 9 2022
4 comments
606 views