Vault Forward authentication
List configured Vault Forward authentication methods
Lists the configured Vault Forward authentication methods that can be applied in Vault Forward requests for the given configuration.
GET
/
vault-forward
/
configs
/
{config_id}
/
authentications
This endpoint requires the vault-forward-authentications.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
config_id
string
requiredThe ID of the Vault Forward configuration.
Response
200 - application/json
A list of configured Vault Forward authentication methods.
items
object[]
Was this page helpful?