From a45549692ca2f033b58f11f7aaf0a64bcbf90c4f Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:50:50 +0100 Subject: [PATCH 1/8] Reworded warning for clarity --- .../tutorials/add-microsoft-entra-id-authentication.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 7e333357c48..3e64604359f 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -9,11 +9,13 @@ 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. +Entra ID (formerly Azure AD) conflicts with Umbraco ID when used for backoffice logins on Umbraco Cloud projects, though this does not affect member logins. -Due to this, we **highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects**. +**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. +For member authentication, other [External Login Providers](../reference/security/external-login-providers.md), such as Google Auth and OpenIdConnect, are still supported and compatible with Umbraco Cloud. + +Additionally, the **Custom Identity Provider for Umbraco Cloud** feature is currently in development. Once released, it will enable seamless integration of your own Active Directory with the Umbraco Cloud Portal, providing enhanced user authentication. For more information, see the [Umbraco Roadmap](https://umbraco.com/products/knowledge-center/roadmap/). {% endhint %} ## Prerequisites From 2099321104731ea1c6a35254c13ca0f5344906ca Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:00:26 +0100 Subject: [PATCH 2/8] Update 14/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/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 3e64604359f..890a43bfeba 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -15,7 +15,7 @@ Entra ID (formerly Azure AD) conflicts with Umbraco ID when used for backoffice For member authentication, other [External Login Providers](../reference/security/external-login-providers.md), such as Google Auth and OpenIdConnect, are still supported and compatible with Umbraco Cloud. -Additionally, the **Custom Identity Provider for Umbraco Cloud** feature is currently in development. Once released, it will enable seamless integration of your own Active Directory with the Umbraco Cloud Portal, providing enhanced user authentication. For more information, see the [Umbraco Roadmap](https://umbraco.com/products/knowledge-center/roadmap/). +Additionally, the **Custom Identity Provider for Umbraco Cloud** feature is currently in development. Once released, it will enable seamless integration of your own Entra ID with the Umbraco Cloud Portal, providing enhanced user authentication. For more information, see the [Umbraco Roadmap](https://umbraco.com/products/knowledge-center/roadmap/). {% endhint %} ## Prerequisites From d329cee8173f21922e8cfc4d0b3a7770e0a47ce6 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:00:32 +0100 Subject: [PATCH 3/8] Update 14/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/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 890a43bfeba..247e656dad6 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/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="warning" %} Entra ID (formerly Azure AD) conflicts with Umbraco ID when used for backoffice logins on Umbraco Cloud projects, though this does not affect member logins. -**We highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects**. +**We strongly recommend against using Entra ID for backoffice authentication on Umbraco Cloud projects**. For member authentication, other [External Login Providers](../reference/security/external-login-providers.md), such as Google Auth and OpenIdConnect, are still supported and compatible with Umbraco Cloud. From 3d91822fb6e55a46ca62ee156b200c9c5cf8bd9c Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:00:45 +0100 Subject: [PATCH 4/8] Update 14/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/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 247e656dad6..7ebcb47975c 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -9,7 +9,7 @@ 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 (formerly Azure AD) conflicts with Umbraco ID when used for backoffice logins on Umbraco Cloud projects, though this does not affect member logins. +Entra ID (formerly Azure AD) conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects, though this does not affect member logins. **We strongly recommend against using Entra ID for backoffice authentication on Umbraco Cloud projects**. From 0906259ea73c9ad7ee539aa6ff064336c0982370 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:02:14 +0100 Subject: [PATCH 5/8] Update 14/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/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 7ebcb47975c..c6a10081f47 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -9,7 +9,7 @@ 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 (formerly Azure AD) conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects, though this does not affect member logins. +Microsoft Entra ID (formerly Azure Active Directory) conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects, though this does not affect member logins. **We strongly recommend against using Entra ID for backoffice authentication on Umbraco Cloud projects**. From 43e10fae9a8ad9a82182870bf4b65ab1d77b84df Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:03:03 +0100 Subject: [PATCH 6/8] Update 14/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/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index c6a10081f47..1344e3f9477 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -9,7 +9,7 @@ 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" %} -Microsoft Entra ID (formerly Azure Active Directory) conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects, though this does not affect member logins. +Microsoft Entra ID (formerly Azure Active Directory) conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects. This does not affect member logins. **We strongly recommend against using Entra ID for backoffice authentication on Umbraco Cloud projects**. From 96e9983fbd7d1b3ba65eff3e5ab48990611be9f1 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:05:28 +0100 Subject: [PATCH 7/8] Update 14/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/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index 1344e3f9477..bb704e7f08c 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -9,7 +9,7 @@ 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" %} -Microsoft Entra ID (formerly Azure Active Directory) conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects. This does not affect member logins. +Microsoft Entra ID conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects. This does not affect member logins. **We strongly recommend against using Entra ID for backoffice authentication on Umbraco Cloud projects**. From bebdeadd9e982180b245f7fee9a87e2dff264b96 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:26:53 +0100 Subject: [PATCH 8/8] Update 14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md --- .../tutorials/add-microsoft-entra-id-authentication.md | 1 - 1 file changed, 1 deletion(-) diff --git a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md index bb704e7f08c..900d435cfdd 100644 --- a/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md +++ b/14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md @@ -15,7 +15,6 @@ Microsoft Entra ID conflicts with Umbraco ID when used for backoffice user login For member authentication, other [External Login Providers](../reference/security/external-login-providers.md), such as Google Auth and OpenIdConnect, are still supported and compatible with Umbraco Cloud. -Additionally, the **Custom Identity Provider for Umbraco Cloud** feature is currently in development. Once released, it will enable seamless integration of your own Entra ID with the Umbraco Cloud Portal, providing enhanced user authentication. For more information, see the [Umbraco Roadmap](https://umbraco.com/products/knowledge-center/roadmap/). {% endhint %} ## Prerequisites