Skip to main content

Configure your HTTP Vault Connection Options

HTTP Vault Connection can be configure with different authentication options and then be used at your HTTP Request Flow Actions.
Dashboard > Actions > Forms > Vault > HTTP

Configure your HTTP Vault Connection for Bearer Token

To configure a HTTP Vault Connection using Bearer Token authorization, you need to set the required parameters.
Dashboard > Actions > Forms > Vault > HTTP

Input settings

ParameterDescription
Bearer TokenStatic token used for external service authorization.

Configure your HTTP Vault Connection for OAuth Client Credentials

To configure a HTTP Vault Connection using Client Credentials authorization, you need to set the required parameters.
Dashboard > Actions > Forms > Vault > HTTP

Input settings

ParameterDescription
Tenant EndpointTenant Endpoint of the Authorization Server issuing the Access Tokens.
Client IDClient ID of your M2M Application authorized for Custom API.
Client SecretClient Secret of your M2M Application authorized for Custom API.
Audience (Optional)Custom API Audience. Normally used for Custom APIs defined in Auth0.
Resource (Optional)Custom API Resource. Standard parameter with similar meaning of Audience.
Scope (Optional)Scope list in string format separated by spaces.

Configure your HTTP Vault Connection for API Key

To configure a HTTP Vault Connection using API Key authorization, you need to set the required parameters.
Dashboard > Actions > Forms > Vault > HTTP

Input settings

ParameterDescription
NameAPI Key name to be added as Header or Query parameter.
ValueAPI Key value to be added as Header or Query parameter.
Add ToBy default, it’s Header. Determines whether to add the API Key as Header or Query parameter.

Configure your HTTP Vault Connection for Basic Authentication

To configure a HTTP Vault Connection using Basic Auth authorization, you need to set the required parameters.
Dashboard > Actions > Forms > Vault > HTTP

Input settings

ParameterDescription
UsernameUsername to be concatenated and base64 encoded, then added as Basic Authorization Header parameter.
PasswordPassword to be concatenated and base64 encoded, then added as Basic Authorization Header parameter.
HTTP Vault Connection with Basic Auth configuration, is looking forward to replace the currently built-in option at Flows HTTP Request Action.