Abinesh h
Abinesh h

Reputation: 19

Get the users Credentials from APEX_WORKSPACE_APEX_USERS for TFA in oracle apex

I'm planning to perform a two factor authentication in oracle apex with apex authentication, here the struggling part is Get the user name and password from the APEX_WORKSPACE_APEX_USERS and perform the authentication the rest i can do this part any suggestion would appreciate....

Thanks in advance,...….

Upvotes: 0

Views: 477

Answers (1)

pmdba
pmdba

Reputation: 7033

Not sure what approach you are using. Are you trying to use a custom authentication scheme that leverages APEX workspace accounts?

Several people have posted on this subject (2FA) and provided end-to-end examples of 2FA in APEX over the last couple of years:

As far as I can tell, using 2FA generally requires a custom authentication scheme. You can get there indirectly if you reconfigure APEX to use something like HTTP Header authentication rather than username and password. Then user credentials can be supplied by an external certificate or smart card, which qualifies as 2FA. I have written on that subject here: https://pmdba.wordpress.com/category/apex/http-header-authentication/

Upvotes: 0

Related Questions