latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

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