> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-automated-sdk-version-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to configure your HTTP Vault Connections to authorize HTTP requests to external APIs or services.

# HTTP Vault Connection

## 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.

<Frame>
  <img src="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-options.png?fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=8930bab958a0b052627317fc4e892cc7" alt="Dashboard > Actions > Forms > Vault > HTTP" data-og-width="801" width="801" data-og-height="383" height="383" data-path="docs/images/customize/forms/vaults/http-vault-connection-options.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-options.png?w=280&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=cc71e57013eb7f2b477fd53222c5d07a 280w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-options.png?w=560&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=ef747af0898e6fbbd5accc125695070a 560w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-options.png?w=840&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=1b3081379e79449d10ef1e8cb9e69e73 840w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-options.png?w=1100&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=a45dc3f2bee85b0c693ce159db000f73 1100w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-options.png?w=1650&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=e8f21f2b737019b6e7bddcc0b353fe95 1650w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-options.png?w=2500&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=86d0b2d5e4890872a9fdd52c7714c369 2500w" />
</Frame>

## 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.

<Frame>
  <img src="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png?fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=c77399259466fd2bf80011eb79a0cced" alt="Dashboard > Actions > Forms > Vault > HTTP" data-og-width="800" width="800" data-og-height="307" height="307" data-path="docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png?w=280&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=032f6004fa93dee9c46484f0fd77dc7c 280w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png?w=560&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=3a4bfff5a13840f94573aee1a4d189d8 560w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png?w=840&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=1a4bcda226a649bef0d31cbc2f454633 840w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png?w=1100&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=fa0e23c33545314341d6207ecbc02305 1100w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png?w=1650&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=7cf6c8c9eb615e5f4fe43ebba36eea84 1650w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-bearer-token.png?w=2500&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=2e89dec5d32568da5ff0cd06d860159d 2500w" />
</Frame>

### Input settings

| Parameter    | Description                                           |
| ------------ | ----------------------------------------------------- |
| Bearer Token | Static 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.

<Frame>
  <img src="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png?fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=14358f821784bd368459c563f496651e" alt="Dashboard > Actions > Forms > Vault > HTTP " data-og-width="804" width="804" data-og-height="838" height="838" data-path="docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png?w=280&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=d8a11ff3d4729044b01421759ab4f8e4 280w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png?w=560&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=eb63d53b7beab9e1909a981ee2fca44b 560w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png?w=840&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=ee62980a9310c7e03418a5dc774627d8 840w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png?w=1100&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=b9121b340350c5102953720e2858ca9c 1100w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png?w=1650&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=9684bfde3303234af1fdf6c56bbaf58f 1650w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-oauth-client-credentials.png?w=2500&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=118eb86ca91b0ed3c8b97b0473867a9f 2500w" />
</Frame>

### Input settings

| Parameter           | Description                                                               |
| ------------------- | ------------------------------------------------------------------------- |
| Tenant Endpoint     | Tenant Endpoint of the Authorization Server issuing the Access Tokens.    |
| Client ID           | Client ID of your M2M Application authorized for Custom API.              |
| Client Secret       | Client 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.

<Frame>
  <img src="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-api-key.png?fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=1b9a73eebc97f48f3bb7b831cfb93c98" alt="Dashboard > Actions > Forms > Vault > HTTP " data-og-width="802" width="802" data-og-height="491" height="491" data-path="docs/images/customize/forms/vaults/http-vault-connection-api-key.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-api-key.png?w=280&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=e18872aadbcd60caca302ad4f2816af1 280w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-api-key.png?w=560&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=8a485603c9fa158a207e7161460448ce 560w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-api-key.png?w=840&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=0cce493b5658b22043ef0d93bcb678ae 840w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-api-key.png?w=1100&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=cabc4ab5ae1da62266ba88546015b3ff 1100w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-api-key.png?w=1650&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=c27a4871e8ef0a2669d527554a95a186 1650w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-api-key.png?w=2500&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=57fa7dd52396c3598786d2488fa85f4c 2500w" />
</Frame>

### Input settings

| Parameter | Description                                                                                  |
| --------- | -------------------------------------------------------------------------------------------- |
| Name      | API Key name to be added as Header or Query parameter.                                       |
| Value     | API Key value to be added as Header or Query parameter.                                      |
| Add To    | By 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.

<Frame>
  <img src="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png?fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=419a069563cd3ed847284f7090959ae0" alt="Dashboard > Actions > Forms > Vault > HTTP " data-og-width="802" width="802" data-og-height="402" height="402" data-path="docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png?w=280&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=365cceb1311fd4f8752bcd698b417f4e 280w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png?w=560&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=52518f557bf00f91dc48a08f6bfab791 560w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png?w=840&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=c2b4c84f273108f0e6c83efa9f6770f7 840w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png?w=1100&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=5560c1f1960d9c78e7c79d0cd45a29a1 1100w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png?w=1650&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=93d1b2deac2b419050a9aba6eb7947f8 1650w, https://mintcdn.com/docs-staging-automated-sdk-version-update/3OOEiLs40J7M6lbV/docs/images/customize/forms/vaults/http-vault-connection-basic-authentication.png?w=2500&fit=max&auto=format&n=3OOEiLs40J7M6lbV&q=85&s=03eac9a78f50ff1e6eb315b4e6f7c24c 2500w" />
</Frame>

### Input settings

| Parameter | Description                                                                                         |
| --------- | --------------------------------------------------------------------------------------------------- |
| Username  | Username to be concatenated and base64 encoded, then added as Basic Authorization Header parameter. |
| Password  | Password to be concatenated and base64 encoded, then added as Basic Authorization Header parameter. |

<Warning>
  HTTP Vault Connection with Basic Auth configuration, is looking forward to replace the currently built-in option at Flows HTTP Request Action.
</Warning>
