Skip to content

Commit a455496

Browse files
authored
Reworded warning for clarity
1 parent ae5ec55 commit a455496

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ 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+
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.
1313

14-
Due to this, we **highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects**.
14+
**We highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects**.
1515

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.
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.
17+
18+
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/).
1719
{% endhint %}
1820

1921
## Prerequisites

0 commit comments

Comments
 (0)