From 08c1442fc350a3a8bdaf8a26992ee82ea0854e18 Mon Sep 17 00:00:00 2001 From: Amara Date: Mon, 4 Nov 2024 15:34:11 -0600 Subject: [PATCH] add backticks --- docs/components/connectors/protocol/http-webhook.md | 2 +- .../version-8.2/components/connectors/protocol/http-webhook.md | 2 +- .../version-8.3/components/connectors/protocol/http-webhook.md | 2 +- .../version-8.4/components/connectors/protocol/http-webhook.md | 2 +- .../version-8.5/components/connectors/protocol/http-webhook.md | 2 +- .../version-8.6/components/connectors/protocol/http-webhook.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/components/connectors/protocol/http-webhook.md b/docs/components/connectors/protocol/http-webhook.md index 6aea209726..d16f3a336a 100644 --- a/docs/components/connectors/protocol/http-webhook.md +++ b/docs/components/connectors/protocol/http-webhook.md @@ -83,7 +83,7 @@ Please refer to the [update guide](/components/connectors/custom-built-connector - Set the **API Key** property to the expected value of the API key. - Set the **API Key locator** property that will be evaluated against the incoming request to extract the API key. [See the example](#how-to-configure-api-key-authorization). -- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer {JWT_TOKEN}. +- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer `{JWT_TOKEN}`. - Set JWK URL which is used as a well-known public URL to fetch the [JWKs](https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets). - Set JWT role property expression which will be evaluated against the content of the JWT to extract the list of roles. See more details on extracting roles from JWT data [here](#how-to-extract-roles-from-jwt-data). diff --git a/versioned_docs/version-8.2/components/connectors/protocol/http-webhook.md b/versioned_docs/version-8.2/components/connectors/protocol/http-webhook.md index 7920728d47..ed034c40b3 100644 --- a/versioned_docs/version-8.2/components/connectors/protocol/http-webhook.md +++ b/versioned_docs/version-8.2/components/connectors/protocol/http-webhook.md @@ -83,7 +83,7 @@ Please refer to the [update guide](/guides/update-guide/connectors/060-to-070.md - Set the **API Key** property to the expected value of the API key. - Set the **API Key locator** property that will be evaluated against the incoming request to extract the API key. [See the example](#how-to-configure-api-key-authorization). -- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer {JWT_TOKEN}. +- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer `{JWT_TOKEN}`. - Set JWK URL which is used as a well-known public URL to fetch the [JWKs](https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets). - Set JWT role property expression which will be evaluated against the content of the JWT to extract the list of roles. See more details on extracting roles from JWT data [here](#how-to-extract-roles-from-jwt-data). diff --git a/versioned_docs/version-8.3/components/connectors/protocol/http-webhook.md b/versioned_docs/version-8.3/components/connectors/protocol/http-webhook.md index 4328e5ff9b..c579e4ee00 100644 --- a/versioned_docs/version-8.3/components/connectors/protocol/http-webhook.md +++ b/versioned_docs/version-8.3/components/connectors/protocol/http-webhook.md @@ -83,7 +83,7 @@ Please refer to the [update guide](/components/connectors/custom-built-connector - Set the **API Key** property to the expected value of the API key. - Set the **API Key locator** property that will be evaluated against the incoming request to extract the API key. [See the example](#how-to-configure-api-key-authorization). -- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer {JWT_TOKEN}. +- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer `{JWT_TOKEN}`. - Set JWK URL which is used as a well-known public URL to fetch the [JWKs](https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets). - Set JWT role property expression which will be evaluated against the content of the JWT to extract the list of roles. See more details on extracting roles from JWT data [here](#how-to-extract-roles-from-jwt-data). diff --git a/versioned_docs/version-8.4/components/connectors/protocol/http-webhook.md b/versioned_docs/version-8.4/components/connectors/protocol/http-webhook.md index 0fb040ead8..33c68f76dc 100644 --- a/versioned_docs/version-8.4/components/connectors/protocol/http-webhook.md +++ b/versioned_docs/version-8.4/components/connectors/protocol/http-webhook.md @@ -83,7 +83,7 @@ Please refer to the [update guide](/components/connectors/custom-built-connector - Set the **API Key** property to the expected value of the API key. - Set the **API Key locator** property that will be evaluated against the incoming request to extract the API key. [See the example](#how-to-configure-api-key-authorization). -- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer {JWT_TOKEN}. +- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer `{JWT_TOKEN}`. - Set JWK URL which is used as a well-known public URL to fetch the [JWKs](https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets). - Set JWT role property expression which will be evaluated against the content of the JWT to extract the list of roles. See more details on extracting roles from JWT data [here](#how-to-extract-roles-from-jwt-data). diff --git a/versioned_docs/version-8.5/components/connectors/protocol/http-webhook.md b/versioned_docs/version-8.5/components/connectors/protocol/http-webhook.md index 0fb040ead8..33c68f76dc 100644 --- a/versioned_docs/version-8.5/components/connectors/protocol/http-webhook.md +++ b/versioned_docs/version-8.5/components/connectors/protocol/http-webhook.md @@ -83,7 +83,7 @@ Please refer to the [update guide](/components/connectors/custom-built-connector - Set the **API Key** property to the expected value of the API key. - Set the **API Key locator** property that will be evaluated against the incoming request to extract the API key. [See the example](#how-to-configure-api-key-authorization). -- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer {JWT_TOKEN}. +- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer `{JWT_TOKEN}`. - Set JWK URL which is used as a well-known public URL to fetch the [JWKs](https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets). - Set JWT role property expression which will be evaluated against the content of the JWT to extract the list of roles. See more details on extracting roles from JWT data [here](#how-to-extract-roles-from-jwt-data). diff --git a/versioned_docs/version-8.6/components/connectors/protocol/http-webhook.md b/versioned_docs/version-8.6/components/connectors/protocol/http-webhook.md index 6aea209726..d16f3a336a 100644 --- a/versioned_docs/version-8.6/components/connectors/protocol/http-webhook.md +++ b/versioned_docs/version-8.6/components/connectors/protocol/http-webhook.md @@ -83,7 +83,7 @@ Please refer to the [update guide](/components/connectors/custom-built-connector - Set the **API Key** property to the expected value of the API key. - Set the **API Key locator** property that will be evaluated against the incoming request to extract the API key. [See the example](#how-to-configure-api-key-authorization). -- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer {JWT_TOKEN}. +- **[JWT authorization](https://jwt.io/)** - The token should be in the _Authorization_ header of the request in the format of Bearer `{JWT_TOKEN}`. - Set JWK URL which is used as a well-known public URL to fetch the [JWKs](https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets). - Set JWT role property expression which will be evaluated against the content of the JWT to extract the list of roles. See more details on extracting roles from JWT data [here](#how-to-extract-roles-from-jwt-data).