Our product desire is this:
- Login to third-party with OIDC inside browser
- Mfa user insider react native app
Currently the mfa challenge / enrol is automatically performed inside the browser and there was a desire from product to locate it outside. We use a ROPG for the backend and the token
endpoint returns mfa_required
, however the browser does not.
Is it possible to configure and/or setup auth0 in such a way to meet this product request?
Thanks