open-vault/website/content/api-docs/system/mfa/index.mdx
Bryce Kalow b76a56d40c
feat(website): migrates nav data format and updates docs pages (#11242)
* migrates nav data format and updates docs pages

* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00

22 lines
395 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: api
page_title: /sys/mfa - HTTP API
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.
- [TOTP](/api/system/mfa/totp)
- [Okta](/api/system/mfa/okta)
- [Duo](/api/system/mfa/duo)
- [PingID](/api/system/mfa/pingid)