open-vault/website/content/api-docs/system/mfa/index.mdx
Jeff Escalante ec620a7765
Implement MDX Remote (#10581)
* implement mdx remote

* fix an unfenced code block

* fix partials path

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00

23 lines
432 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
sidebar_title: <code>/sys/mfa</code>
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)