Demo application to demonstrate use of Two-Factor Authentication to secure Oracle Application Express Applications. Click here to see the app in action.
The application demonstrates how Time-based One-time Password (TOTP) was available in OraOpenSource oos-utils since version 1.0.0.
The repository is structured as follows:
(Project Root)
├───apex
├───packages
└───schema
└───1.0.0
- Execute the DDL scripts in
schema/1.0.0
. - Compile the package specification and body for
pkg_tfa_apex
. - Import the APEX application export in
apex
.
- Google Authenticator (TOTP) post by Rabbit.
- QR Code Generator by Kazuhiko Arase.