How to Disable Login/Authentication for an Application in Apex

In order to disable authentication for a specific application in Oracle Apex, you need to simply create a new authentication schema from the preconfigured list called "No Authentication (using DAD)". Here is the reference from the documentation.

Steps to Disable Login/Authentication for an Application in Oracle Apex

1) Click the Application Builder icon

2) Select the application you wish to disable logging in for

3) Click Shared Components

4) Under Security, select Authentication Schemes

matthew_moisen_apex_disable_login_01

5) Click Create

6) Verify that "Based on a pre-configured scheme from the gallery" is selected and click Next

7) Select "No Authentication (using DAD)" from the Scheme Type select list; enter a name (such as "No authentication" and click next.

matthew_moisen_apex_disable_login_02

8) The authentication scheme that you created has no been activated:

matthew_moisen_apex_disable_login_03


Comments

Add Comment

Name

Email

Comment

Are you human? + ten = 16


Name: Jose Gustavo

Creation Date: 2016-01-11

Thanks!