Skip to content

Commit f81a463

Browse files
authored
Merge pull request #6620 from umbraco/eshanrnh-patch-2
Reworded warning for clarity
2 parents 9419ee7 + bebdead commit f81a463

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

14/umbraco-cms/tutorials/add-microsoft-entra-id-authentication.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ description: >-
99
This tutorial takes you through configuring Microsoft Entra ID (Azure Active Directory/Azure AD) for the member login on your Umbraco CMS website.
1010

1111
{% hint style="warning" %}
12-
Entra ID conflicts with Umbraco ID which is the main authentication method used on all Umbraco Cloud projects.
12+
Microsoft Entra ID conflicts with Umbraco ID when used for backoffice user logins on Umbraco Cloud projects. This does not affect member logins.
1313

14-
Due to this, we **highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects**.
14+
**We strongly recommend against using Entra ID for backoffice authentication on Umbraco Cloud projects**.
15+
16+
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.
1517

16-
It is still possible to use other [External Login Providers](../reference/security/external-login-providers.md) like Google Auth and OpenIdConnect, with Umbraco Cloud.
1718
{% endhint %}
1819

1920
## Prerequisites

0 commit comments

Comments
 (0)