Skip to content

Commit 12cb6db

Browse files
authored
Merge pull request #6819 from umbraco/external-login-providers
Added introduction for External Login Providers article
2 parents 578d5e9 + 6450850 commit 12cb6db

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

umbraco-cloud/set-up/external-login-providers.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,22 @@ noIndex: true
88

99
# External Login Providers
1010

11+
The External Login Providers feature in Umbraco Cloud allows you to integrate third-party authentication systems to manage backoffice user logins securely and efficiently. This functionality is especially useful for teams that want to simplify login management or use their existing identity systems.
12+
1113
{% hint style="info" %}
1214
This feature is currently only available for backoffice logins.
1315
{% endhint %}
1416

17+
Using OpenID Connect, Umbraco Cloud supports external login providers such as Microsoft Entra ID, Auth0, Google, and so on. This feature helps administrators manage backoffice access, assign user roles, and improve security.
18+
19+
This guide shows you how to set up and configure external login providers for your Cloud projects. It includes the following steps:
20+
21+
* [Prepare your login provider](#prepare-your-login-provider)
22+
* [Register the login provider on Umbraco Cloud](#register-the-login-provider-on-umbraco-cloud)
23+
24+
Additionally, you can explore a few examples in the section below:
25+
* [Configuration scenarios](#configuration-scenarios)
26+
1527
<details>
1628

1729
<summary>Prerequisites (Pre-release)</summary>
@@ -175,7 +187,7 @@ The **alias** must be unique across different login providers in the same enviro
175187
{% endtab %}
176188
{% endtabs %}
177189

178-
## How to fill in the External Login Provider configuration
190+
## Configuration Fields
179191

180192
Learn about what type of data and information you need for each field in the configuration form.
181193

@@ -216,4 +228,3 @@ Any user authenticated via the external login provider can have a role claim ass
216228
* Select **Unauthorized** in the **No User Group Found Behaviour** setting.
217229
* Fill in the **User Group Mappings** map.
218230
* Enable **Enforce User Group on login**.
219-

0 commit comments

Comments
 (0)