two-factor-auth-config-controller
Get available 2FA providers (getAvailableTwoFaProviders)
Get the list of provider types available for user to use (the ones configured by tenant or sysadmin). Example of response:
[
"TOTP",
"EMAIL",
"SMS"
]
Available for any authorized user.
get/api/2fa/providers
Response
OK
string[] required