How to get Step Up MFA working on react native? #1216
Unanswered
dominictobias-bullish
asked this question in
Q&A
Replies: 2 comments
-
Seems like mobile doesn't support Passkey authentication. Which is pretty astonishing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@dominictobias-bullish for MFA you can refer to the this example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi this code:
Doesn't work. But works well on desktop with:
Using
api.multifactor.enable('any', { allowRememberBrowser: false });
in an Action.I managed to get an MFA-like box to come up on mobile, but it's the wrong one. It prompts for some mysterious OTP that hasn't been set before (and no email is received):
On desktop it works:
There is 0 documentation or examples on what
sendMultifactorChallenge
is for but that does nothing (doesn't even open a webview popup and return undefined)So how can we do MFA on mobile? Thanks
Beta Was this translation helpful? Give feedback.
All reactions