Get Vault Forward authentication method
Gets a configured Vault Forward authentication method.
This endpoint requires the vault-forward-authentications.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Vault Forward configuration.
The ID of the Vault Forward authentication method.
Response
A configured Vault Forward authentication method.
The type of this resource. It is always vault-forward-config-authentication
.
The ID of this Vault Forward authentication method.
The date and time when this configuration was created.
The date and time when this configuration was last updated.
The kind of authentication to be used in a Vault Forward request.
mle
, mtls
, signature
A label that describes this authentication method.
The display name for this authentication method given when created.
A list of fields, each containing a key-value pair for each field
configured for this authentication method. Fields marked as secret
are not returned.
The user who created the Vault Forward authentication method.
Was this page helpful?