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!

APEX Multiple Authentication Scheme (Custom + APEX) for same application

DeekshitMar 1 2022 — edited Mar 1 2022

Hi,
I have an APEX application which uses In-built Application Express Accounts authentication Scheme (Current).
I am trying to create an additional button on login page which should login user into application without having to enter credentials (This is a special button conditionally available)
User:

So I have created a button with action as "Redirect to another page in this application" and Target as "Home". I have added Request as "APEX_AUTHENTICATION=BYPASS_AUTH".
I then created a custom authentication Scheme as below
User:

I have also set "Switch in Session" as Enabled.
And I provided same custom cookie to both Authentication Schemes - Application Express Accounts - Current, BYPASS_AUTH
When I click on login the login page redirects to itself.

What am I missing?
I have also attached my Application export from apex.oracle.com if someone whats to tweak and help.

f65167.sql.txt (492.34 KB)
Any help is appreciated. Thanks.

Comments
Post Details
Added on Mar 1 2022
4 comments
2,381 views