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..900d435cfdd 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,12 @@ 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. +Microsoft Entra ID conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects. 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 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. -It is still possible to use other [External Login Providers](../reference/security/external-login-providers.md) like Google Auth and OpenIdConnect, with Umbraco Cloud. {% endhint %} ## Prerequisites