This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

ApEx:Authentication

From OWASP
Jump to: navigation, search

WIP 21/11/2008

No authentication

Public access to the resources (APEX_PUBLIC_USER is being used, unless you specify another user in the dads.conf1)

==Open door credentials Log in with just a username, no password. Only use this in the development / testing stage.

ApEx build-in credentials

Use the usermanagement that ApEx supplies. This also known as cookie users. (Use this for quick prototyping, accoring to Scott Spendoli)

Database account authentication

Use the database roles/users. The connection is still made using the credentials specified in the dads.conf 1

Custom authentication

LDAP/OID/AD/SSO

1If you have read through the official Oracle HTML DB documentation, you will note that it refers to a file named marvel.conf instead of dads.conf. Whenever the Oracle HTML DB documentation refers to the file marvel.conf, it means the dads.conf configuration file!