Skip to content

Commit a513af3

Browse files
authored
Merge pull request #7058 from hjaltedaniel-umbraco/patch-14
Updating hint box to suggest using External Login Providers on Cloud
2 parents 6928083 + ab36e0c commit a513af3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ description: >-
88

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

11-
{% hint style="warning" %}
12-
Entra ID conflicts with Umbraco ID which is the main authentication method used on all Umbraco Cloud projects.
13-
14-
Due to this, we **highly recommend not using Azure AD for backoffice authentication on your Umbraco Cloud projects**.
15-
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.
11+
{% hint style="success" %}
12+
**Note for Umbraco Cloud users**
13+
Umbraco Cloud now supports External Identity Providers, including Entra ID (formerly Azure AD).
14+
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.
15+
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.
1716
{% endhint %}
1817

1918
## Prerequisites

0 commit comments

Comments
 (0)