-
I want Implement MFA in my banking application. Once customer login in using our database credential.
-
We have user account page where user can setup OKTA MFA, but I have no clue how to achieve this using Okta API.
-
Every Time I am calling below APIs its allowed me only to register the device/account in okta App. Suppose some other user using scan the QRcode to setup his account MFA its not working.
for you reference I put api names are below:
- {{url}}/api/v1/authn
- {{url}}/api/v1/authn/factors
- {{url}}/api/v1/authn/factors/{{factorId}}/lifecycle/activate/poll
- {{url}}/api/v1/authn/factors/{{factorId}}/verify