Adds new Vault Forward authentication method
Configures a new Vault Forward authentication method. This allows the authentication method to be be applied in Vault Forward requests.
This endpoint requires the vault-forward-authentications.write
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.
Body
Request body to create a Vault Forward authentication method.
The kind of authentication to be used in a Vault Forward request.
mle
, mtls
, signature
A custom name for the authentication method. This will be shown in the Admin UI.
1 - 50
A list of fields, each containing a key-value pair for each field defined by the definition for this 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?