open-vault/website/source/api/system/mfa.html.md

22 lines
457 B
Markdown
Raw Normal View History

2017-08-04 03:32:22 +00:00
---
layout: "api"
page_title: "/sys/mfa - HTTP API"
sidebar_current: "docs-http-system-mfa"
description: |-
The '/sys/mfa' endpoint focuses on managing MFA behaviors in Vault Enterprise MFA.
---
# `/sys/mfa`
~> **Enterprise Only**  These endpoints require Vault Enterprise.
## Supported MFA types.
2017-08-04 03:32:22 +00:00
- [TOTP](/api/system/mfa-totp.html)
2017-08-04 03:32:22 +00:00
- [Okta](/api/system/mfa-okta.html)
2017-08-04 03:32:22 +00:00
- [Duo](/api/system/mfa-duo.html)
- [PingID](/api/system/mfa-pingid.html)