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

> Learn how to store Flows integration credentials in the Vault to reference them during Forms runtime.

# Vaults

The vault lets you securely store secrets or common settings (for example: API keys, <Tooltip tip="Access Token: Authorization credential, in the form of an opaque string or JWT, used to access an API." cta="View Glossary" href="/docs/glossary?term=access+tokens">access tokens</Tooltip>, <Tooltip tip="Access Token: Authorization credential, in the form of an opaque string or JWT, used to access an API." cta="View Glossary" href="/docs/glossary?term=refresh+tokens">refresh tokens</Tooltip>) to authenticate requests with external services or integrations as vault connections.

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  * There are connections that require the user to provide credentials (for example, with an Auth0 with a machine-to-machine (M2M) application, you generate an access token with an expiration time and a refresh token). The connection stores both tokens and generates a new access token before it expires.
  * There are external services that require authorizing scopes to generate API credentials. If you change the scopes, update the connection to those services to avoid connection issues.
  * When a connection is added, it is ready to use in your flows. Any updates to an existing connection will propagate automatically.
</Callout>

## Create and modify vault connections

Create and modify vault connections from the vault page or from the flow editor when an action requires credentials.

### Create vault connections from the vault page

Add a vault connection from the vault page by following these steps:

1. Open the Form editor by selecting **Auth0 Dashboard > Actions > Forms.**
2. From the top left corner, select the tenant menu, and then **Vault** to open the vault page.

   <Frame>
     <img src="https://mintcdn.com/docs-staging-feat-member-mgmt-docs/GGmjEgkJbirdDTmf/docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png?fit=max&auto=format&n=GGmjEgkJbirdDTmf&q=85&s=25cf0f538660a784729e5ff05df4cbfc" alt="Dashboard > Forms > Vault" data-og-width="700" width="700" data-og-height="324" height="324" data-path="docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-feat-member-mgmt-docs/GGmjEgkJbirdDTmf/docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png?w=280&fit=max&auto=format&n=GGmjEgkJbirdDTmf&q=85&s=c3bb6e41aaf0294eeae7b448ace79caa 280w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/GGmjEgkJbirdDTmf/docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png?w=560&fit=max&auto=format&n=GGmjEgkJbirdDTmf&q=85&s=2f2301583d0063bbad54b5c0bce8417b 560w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/GGmjEgkJbirdDTmf/docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png?w=840&fit=max&auto=format&n=GGmjEgkJbirdDTmf&q=85&s=4daef9da3cca8147fe51f729a326ead5 840w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/GGmjEgkJbirdDTmf/docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png?w=1100&fit=max&auto=format&n=GGmjEgkJbirdDTmf&q=85&s=c6cc7896089a304e09d0d5ca9dc90a74 1100w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/GGmjEgkJbirdDTmf/docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png?w=1650&fit=max&auto=format&n=GGmjEgkJbirdDTmf&q=85&s=ad63fb60aa3354d359bb139de2d1a72e 1650w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/GGmjEgkJbirdDTmf/docs/images/cdy7uua7fh8z/1sPNPKO6nuEDCuiYGRWSur/d85dc616170eaf2d7d5f321750863ccf/vault-connection.png?w=2500&fit=max&auto=format&n=GGmjEgkJbirdDTmf&q=85&s=ad8f6fb5b837c25460d2d2f374e8ea48 2500w" />
   </Frame>
3. Select **Add Vault Connection**.
4. Select the desired action and **Continue**.
5. Add a vault **Connection name** and select **Continue**.
6. Enter the credentials.
   If you don't have the specific credentials, you can select **Create an empty connection** and add the credentials later. Empty connections have an orange icon indicating missing credentials.
7. select **Add Vault Connection**.

### Create vault connections from the flow editor

Add a vault connection from a flow action, for example: Twilio by following these steps:

1. Open the Flow editor by selecting **Auth0 Dashboard > Actions > Forms > Flows**
2. Select a flow and add a **Send SMS with Twilio** action.
3. From the **Vault connection** setting of the action, select the **+** Icon.

   <Frame>
     <img src="https://mintcdn.com/docs-staging-feat-member-mgmt-docs/7AASBR1es-jlHAGj/docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png?fit=max&auto=format&n=7AASBR1es-jlHAGj&q=85&s=9de43c0feeac046379a6142ffbf99279" alt="Dashboard > Forms > Vault " data-og-width="1104" width="1104" data-og-height="191" height="191" data-path="docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-feat-member-mgmt-docs/7AASBR1es-jlHAGj/docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png?w=280&fit=max&auto=format&n=7AASBR1es-jlHAGj&q=85&s=8e11b8b9b5b3c7ce6e00050ce0225597 280w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/7AASBR1es-jlHAGj/docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png?w=560&fit=max&auto=format&n=7AASBR1es-jlHAGj&q=85&s=cc995e038b30d8366221792956d6161a 560w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/7AASBR1es-jlHAGj/docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png?w=840&fit=max&auto=format&n=7AASBR1es-jlHAGj&q=85&s=149c266726f6f525857c4bfc225fd0c0 840w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/7AASBR1es-jlHAGj/docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png?w=1100&fit=max&auto=format&n=7AASBR1es-jlHAGj&q=85&s=0a1e5ccdeb9b29f586c434086e67c62d 1100w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/7AASBR1es-jlHAGj/docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png?w=1650&fit=max&auto=format&n=7AASBR1es-jlHAGj&q=85&s=780d481c6b3e7adc62c7cb4cb2a615f3 1650w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/7AASBR1es-jlHAGj/docs/images/cdy7uua7fh8z/1AsaznhRKxm5LZxPlcbfUw/10e5a8af700aab909f5b03fcd266da7e/twilio-vault-connection.png?w=2500&fit=max&auto=format&n=7AASBR1es-jlHAGj&q=85&s=61b273ea4e383a1f70eb24d4c0e565c9 2500w" />
   </Frame>
4. Add a vault **Connection name** and select **Continue**.
5. Enter the credentials.
   If you don't have the specific credentials, you can select **Create an empty connection** and add the credentials later. Empty connections have an orange icon indicating missing credentials.

   <Frame>
     <img src="https://mintcdn.com/docs-staging-feat-member-mgmt-docs/wgR0XaRZsyT-TrGL/docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png?fit=max&auto=format&n=wgR0XaRZsyT-TrGL&q=85&s=5ad12bb529f1013d677fd248afe0dcc2" alt="Dashboard > Forms > Vault > Twilio connection settings" data-og-width="1369" width="1369" data-og-height="491" height="491" data-path="docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-feat-member-mgmt-docs/wgR0XaRZsyT-TrGL/docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png?w=280&fit=max&auto=format&n=wgR0XaRZsyT-TrGL&q=85&s=735a56a1a39f28f92d1e4ddcc51b402d 280w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/wgR0XaRZsyT-TrGL/docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png?w=560&fit=max&auto=format&n=wgR0XaRZsyT-TrGL&q=85&s=fb8ef872d7dcb529ffa5a2e9e9a5503f 560w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/wgR0XaRZsyT-TrGL/docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png?w=840&fit=max&auto=format&n=wgR0XaRZsyT-TrGL&q=85&s=1fd17ea256bca11f7807f04d9346d8f0 840w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/wgR0XaRZsyT-TrGL/docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png?w=1100&fit=max&auto=format&n=wgR0XaRZsyT-TrGL&q=85&s=e28a91437748080be57eb557325a40e8 1100w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/wgR0XaRZsyT-TrGL/docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png?w=1650&fit=max&auto=format&n=wgR0XaRZsyT-TrGL&q=85&s=5f4a4c6a5c9fff124ee1ec2a370d3526 1650w, https://mintcdn.com/docs-staging-feat-member-mgmt-docs/wgR0XaRZsyT-TrGL/docs/images/cdy7uua7fh8z/yobXanutPRCO3FWek8cOk/bc29e39fb8593cff35e2738234bfe6fe/twilio-vault-settings.png?w=2500&fit=max&auto=format&n=wgR0XaRZsyT-TrGL&q=85&s=f29b5f6d5538134e48bd4c7be7a8f15d 2500w" />
   </Frame>
6. Select **Add Vault Connection.**
