Add Second Factor (2FA)
POST/policies/login/second_factors
Add a new second factor (2FA) to the login settings of the instance. Users will have the possibility to authenticate with the configured factor afterward. It affects all organizations, without custom login settings. Authentication factors are used as an additional factor to add more security to your users (e.g. Authentication App, FingerPrint, Windows Hello, etc). Per definition, it is called a second factor as it is used as an additional authentication after a password. In the UI we generalize this as multi-factor.
Request​
Responses​
- 200
- 400
- 403
- 404
- default
second factor added to default login policy
invalid second factor type
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.