From ad538cf98fe671c04e2f295e0c46344fc7745109 Mon Sep 17 00:00:00 2001 From: Hjalte Daniel Retz Johansson <61144403+hjaltedaniel-umbraco@users.noreply.github.com> Date: Thu, 1 May 2025 16:24:35 +0200 Subject: [PATCH 1/3] Updating hint box to suggest using External Login Providers on Umbraco Cloud --- .../add-microsoft-entra-id-authentication.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 7e333357c48..762b6a2b63a 100644 --- a/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -8,12 +8,11 @@ description: >- This tutorial takes you through configuring Microsoft Entra ID (Azure Active Directory/Azure AD) for the member login on your Umbraco CMS website. -{% hint style="warning" %} -Entra ID conflicts with Umbraco ID which is the main authentication method used on all Umbraco Cloud projects. - -Due to this, we **highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects**. - -It is still possible to use other [External Login Providers](../reference/security/external-login-providers.md) like Google Auth and OpenIdConnect, with Umbraco Cloud. +{% hint style="success" %} +**Note for Umbraco Cloud users** +Umbraco Cloud now supports External Identity Providers, including Entra ID (formerly Azure AD). +If you're working on a Cloud project, we recommend following the Cloud-specific guidance here: [Set up External Login Providers on Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/set-up/external-login-providers). +Configuration for Entra ID on Umbraco Cloud is handled via settings rather than custom code, so this tutorial is mainly relevant for non-Cloud (on-premise/self-hosted) projects. {% endhint %} ## Prerequisites From c872610d1d7ee5da0bd38ee6d9cd85b4f00ec6a2 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Thu, 8 May 2025 13:31:02 +0200 Subject: [PATCH 2/3] Update 15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md --- .../tutorials/add-microsoft-entra-id-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 762b6a2b63a..5894eb885e1 100644 --- a/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -11,7 +11,7 @@ This tutorial takes you through configuring Microsoft Entra ID (Azure Active Dir {% hint style="success" %} **Note for Umbraco Cloud users** Umbraco Cloud now supports External Identity Providers, including Entra ID (formerly Azure AD). -If you're working on a Cloud project, we recommend following the Cloud-specific guidance here: [Set up External Login Providers on Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/set-up/external-login-providers). +If you're working on a Cloud project, see the [External Login Providers](https://docs.umbraco.com/umbraco-cloud/set-up/external-login-providers) article in the Umbraco Cloud documentation. Configuration for Entra ID on Umbraco Cloud is handled via settings rather than custom code, so this tutorial is mainly relevant for non-Cloud (on-premise/self-hosted) projects. {% endhint %} From ab36e0c2cdeb308fc9a92b1b9c05aec440c8a376 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Thu, 8 May 2025 13:31:12 +0200 Subject: [PATCH 3/3] Update 15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md --- .../tutorials/add-microsoft-entra-id-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 5894eb885e1..6e791283503 100644 --- a/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/15/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -12,7 +12,7 @@ This tutorial takes you through configuring Microsoft Entra ID (Azure Active Dir **Note for Umbraco Cloud users** Umbraco Cloud now supports External Identity Providers, including Entra ID (formerly Azure AD). If you're working on a Cloud project, see the [External Login Providers](https://docs.umbraco.com/umbraco-cloud/set-up/external-login-providers) article in the Umbraco Cloud documentation. -Configuration for Entra ID on Umbraco Cloud is handled via settings rather than custom code, so this tutorial is mainly relevant for non-Cloud (on-premise/self-hosted) projects. +On Umbraco Cloud, Entra ID is configured via settings rather than custom code, so this tutorial is intended for non-Cloud (on-premises or self-hosted) projects. {% endhint %} ## Prerequisites