diff --git a/src/assets/images/cloudflare-one/identity/azure/azure-values.png b/src/assets/images/cloudflare-one/identity/azure/azure-values.png index e3884b72d75f92..4d8857c16e1cb5 100644 Binary files a/src/assets/images/cloudflare-one/identity/azure/azure-values.png and b/src/assets/images/cloudflare-one/identity/azure/azure-values.png differ diff --git a/src/assets/images/cloudflare-one/identity/azure/client-cert-value.png b/src/assets/images/cloudflare-one/identity/azure/client-cert-value.png index fa64af2cd2e227..f7df970caeaea4 100644 Binary files a/src/assets/images/cloudflare-one/identity/azure/client-cert-value.png and b/src/assets/images/cloudflare-one/identity/azure/client-cert-value.png differ diff --git a/src/assets/images/cloudflare-one/identity/azure/configured-perms.png b/src/assets/images/cloudflare-one/identity/azure/configured-perms.png index 7e1ef58d942a47..c17999d2a0ace2 100644 Binary files a/src/assets/images/cloudflare-one/identity/azure/configured-perms.png and b/src/assets/images/cloudflare-one/identity/azure/configured-perms.png differ diff --git a/src/assets/images/cloudflare-one/identity/azure/entra-email-claim.png b/src/assets/images/cloudflare-one/identity/azure/entra-email-claim.png index d8751affc15648..80ac19e9304e39 100644 Binary files a/src/assets/images/cloudflare-one/identity/azure/entra-email-claim.png and b/src/assets/images/cloudflare-one/identity/azure/entra-email-claim.png differ diff --git a/src/assets/images/cloudflare-one/identity/azure/name-app.png b/src/assets/images/cloudflare-one/identity/azure/name-app.png index a430906d5ebe68..1de425aad540bd 100644 Binary files a/src/assets/images/cloudflare-one/identity/azure/name-app.png and b/src/assets/images/cloudflare-one/identity/azure/name-app.png differ 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 8521c9ef5b8679..88e199296b48f5 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 @@ -47,7 +47,7 @@ To retrieve those values: ![Viewing the Application ID and Directory ID in Azure](~/assets/images/cloudflare-one/identity/azure/azure-values.png) -10. Under **Client credentials**, go to **Add a certificate or secret**. Select **New client secret**. +10. On the same page, under **Client credentials**, go to **Add a certificate or secret**. Select **New client secret**. 11. Name the client secret and choose an expiration period. @@ -61,7 +61,7 @@ To retrieve those values: ### 2. Configure API permissions in Entra ID -1. From the **App registrations** page for your application, go to **API permissions**. +1. Go to **App registrations** > **All applications** > select your application > **API permissions**. 2. Select **Add a permission**. @@ -161,7 +161,7 @@ By default, Cloudflare will first look for the unique claim name you created and To receive an email claim in the `id_token` from Microsoft Entra, you must: -1. In the [Microsoft Entra admin center](https://entra.microsoft.com/), go to **Application** > **App registration** > select the relevant application > **Manage** > **Token configuration**. +1. In the [Microsoft Entra admin center](https://entra.microsoft.com/), go to **Application** > **App registration** > **All applications** > select the relevant application > under **Manage**, select **Token configuration**. 2. Add a claim for email. ![Email claim for Entra](~/assets/images/cloudflare-one/identity/azure/entra-email-claim.png)