Unit 19.4. Security and Authentication

Custom Authentication

Custom authentication is for applications that want to control the access within the application itself, as well as for applications that do not have a separate schema for every user who uses the application. Users are authenticated at the Application level and not within the Database level. Acceptable user IDs and passwords can be stored in a table, or the authentication code can contain the acceptable user IDs and passwords.

Custom authentication needs a static database username/password to be stored in the configuration of the DAD, and cannot be combined with the dynamic username/password ...

Get Oracle® Web Application Programming for PL/SQL® Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.