I think, i am not able to clarify scenario.
There are two separate thing
-
Could we enable multiple factors for the tenants?
My Observation: yes, we can. your this docs explain it.
NOTE: This has been clear to me. No further answer is required for this question. -
Could a user configure multiple MFA like
sms
andotp
for their account and choose anyone of them for the login?
For better explanation let’s take an example:
Tenant Setting: We have configuredMFA
andSMS
from this article for the tenant, so a user should be able to choose anyone of them. We have also marked MFA always.
User - A user login first time after signup. Auth0 enforce to configure any one MFA fromsms
orotp
. let’s say user decides to configureotp
based MFA. After some days this user wants to configuresms
(wants to keepotp
based mfa) for his/her account so he/she could chose anyone at the time of login.- Is this scenario possible?
My Observation: When i tried to configuresms
based mfa using APIs when otp was already configured then it failed. - Have you tried this above scenario or is there any docs confirming the same?
- Is this scenario possible?
is there any configuration that we needs to enable to support this scenario?