Skip to content

Commit ad538cf

Browse files
authored
Updating hint box to suggest using External Login Providers on Umbraco Cloud
1 parent 2d22e7c commit ad538cf

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, we recommend following the Cloud-specific guidance here: [Set up External Login Providers on Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/set-up/external-login-providers).
15+
Configuration for Entra ID on Umbraco Cloud is handled via settings rather than custom code, so this tutorial is mainly relevant for non-Cloud (on-premise/self-hosted) projects.
1716
{% endhint %}
1817

1918
## Prerequisites

0 commit comments

Comments
 (0)