mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
* Chore (dev portal): update learn nav data links (#15515) * Update docs-nav-data.json * Update docs-nav-data.json * website: fixes internal redirects (#15750) * chore: remove duplicate overview item (#15805) * Use `badge` for `<sup>` tags in nav data JSON files (#15928) * Replacing <sup> tags with badge * Adding type and color to badges * fix broken links in vault docs (#15976) * website: Update old learn links to redirect locations (#16047) * update previews to render developer UI * update redirects * adjust content so it is backwards compat Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com> Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
28 lines
815 B
Plaintext
28 lines
815 B
Plaintext
---
|
|
layout: api
|
|
page_title: /identity/mfa - HTTP API
|
|
description: >-
|
|
The '/identity/mfa' endpoint focuses on managing login MFA behaviors in Vault.
|
|
---
|
|
|
|
# `/identity/mfa`
|
|
|
|
## Supported MFA types.
|
|
|
|
- [TOTP](/api-docs/secret/identity/mfa/totp)
|
|
|
|
- [Okta](/api-docs/secret/identity/mfa/okta)
|
|
|
|
- [Duo](/api-docs/secret/identity/mfa/duo)
|
|
|
|
- [PingID](/api-docs/secret/identity/mfa/pingid)
|
|
|
|
## Other
|
|
|
|
- [Login Enforcement](/api-docs/secret/identity/mfa/login-enforcement)
|
|
- [MFA Validate](/api-docs/system/mfa/validate)
|
|
|
|
While the above endpoints are available in both the open source and Enterprise versions of Vault,
|
|
they are namespace aware. MFA methods and login enforcements created in one namespace are separate from other
|
|
namespaces. In the open source version of Vault, everything operates in the root namespace.
|