diff --git a/src/content/docs/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/diag-logs.mdx b/src/content/docs/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/diag-logs.mdx index 01c1ce778011783..565c232d4dbb709 100644 --- a/src/content/docs/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/diag-logs.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/diag-logs.mdx @@ -58,7 +58,7 @@ This command will output the status of each diagnostic task and place a `cloudfl 3. Verify that you can reach the metrics server address from the Docker host environment: - ```curl + ```sh curl localhost:20241/diag/tunnel ``` diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/entra-id.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/entra-id.mdx index fc14569cc0eb87d..51d66ac873662dd 100644 --- a/src/content/docs/cloudflare-one/identity/idp-integration/entra-id.mdx +++ b/src/content/docs/cloudflare-one/identity/idp-integration/entra-id.mdx @@ -209,7 +209,7 @@ Access and Gateway policies for an Entra group will also apply to all [nested gr You can require users to re-enter their credentials into Entra ID whenever they [re-authenticate their WARP session](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). To configure this setting: 1. Make a `GET` request to the [Identity Providers endpoint](/api/resources/zero_trust/subresources/identity_providers/) and copy the response for the Entra ID identity provider. 2. [Update the Entra ID identity provider](/api/resources/zero_trust/subresources/identity_providers/methods/update/) using a `PUT` request. In the request body, include all existing configurations and set the `prompt` parameter to either `login` or `select_account`. For example, - ```curl {17} + ```sh {17} curl --request PUT \ https://api.cloudflare.com/client/v4/accounts/{account_id}/access/identity_providers/{identity_provider_id} \ --header "Authorization: Bearer " \ @@ -253,4 +253,4 @@ You can require users to re-enter their credentials into Entra ID whenever they "type": "azureAD", "name": "my example idp" } -``` +``` \ No newline at end of file