Programatically trigger MFA Request

Hey,

I’m looking for some help on programatically triggering an MFA request, such as push notification or Google Authenticator, from my React webapp.

I had the logic working well using the factors API, but the Auth scopes required such as “okta.users.manage” are too powerful to allow the end-users to have access.

I’d really appreciate any advice on how I can trigger an MFA request before allowing users to access a particular area of my webapp.

You may want to check out our guides and blog posts that discuss step-up authentication:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.