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)

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

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.