{% extends 'generic/object.html' %} {% load static %} {% block title %}{{ object }} — Authentication and MFA{% endblock %} {% block head %} {{ block.super }} {% endblock head %} {% block content %}
{% csrf_token %}

Auth methods

OpenBao 2.6.2 reviewed mounts only.
PathTypeDescriptionDefault TTLMaximum TTL
Load methods to begin.
{% if perms.netbox_openbao.manage_auth_methods_openbaocluster %}

Mount lifecycle

Enable an auth method


Tune a mount


Remount an auth method

{% if perms.netbox_openbao.disable_auth_methods_openbaocluster %}

Disable an auth method

{% endif %}
{% endif %}

Method configuration and resources

Read or write method configuration


List, read, write, or delete a typed resource

Select delete and enter a name to show the exact phrase.

AppRole SecretID

{% if perms.netbox_openbao.authenticate_openbaocluster %}

Request-scoped login


Direct OIDC

The identity-provider callback goes directly to OpenBao. State and nonce remain in this tab's memory only.

{% endif %}

MFA administration


{% if perms.netbox_openbao.authenticate_openbaocluster %}

Enroll the submitted token's entity in TOTP


Restart my TOTP enrollment

The entity is derived from the submitted token. This cannot reset another entity.

{% endif %} {% if perms.netbox_openbao.manage_mfa_openbaocluster %}

TOTP entity setup

{% endif %} {% if perms.netbox_openbao.delete_mfa_openbaocluster %}

Delete MFA configuration

Enter an identifier to show the exact phrase.
{% endif %}
{% if perms.netbox_openbao.authenticate_openbaocluster %}

Complete MFA challenge

{% endif %} {% if perms.netbox_openbao.manage_tokens_openbaocluster or perms.netbox_openbao.revoke_tokens_openbaocluster %}

Token administration

{% endif %}

One-shot result

TOTP enrollment QR code

      

No result is retained. Material is cleared automatically after five minutes or when this page is closed.

{% endblock content %} {% block javascript %} {% endblock javascript %}