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.