Skip to content

Commit 6450850

Browse files
committed
Incoporated review comments
1 parent f2a41d0 commit 6450850

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ noIndex: true
1010

1111
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.
1212

13+
{% hint style="info" %}
14+
This feature is currently only available for backoffice logins.
15+
{% endhint %}
16+
1317
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.
1418

15-
This guide shows you how to set up and configure external login providers for your Cloud projects, including how to:
19+
This guide shows you how to set up and configure external login providers for your Cloud projects. It includes the following steps:
1620

1721
* [Prepare your login provider](#prepare-your-login-provider)
1822
* [Register the login provider on Umbraco Cloud](#register-the-login-provider-on-umbraco-cloud)
19-
* [How to fill in the External Login Provider configuration](#how-to-fill-in-the-external-login-provider-configuration)
2023

21-
{% hint style="info" %}
22-
This feature is currently only available for backoffice logins.
23-
{% endhint %}
24+
Additionally, you can explore a few examples in the section below:
25+
* [Configuration scenarios](#configuration-scenarios)
2426

2527
<details>
2628

@@ -185,7 +187,7 @@ The **alias** must be unique across different login providers in the same enviro
185187
{% endtab %}
186188
{% endtabs %}
187189

188-
## How to fill in the External Login Provider configuration
190+
## Configuration Fields
189191

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

@@ -226,4 +228,3 @@ Any user authenticated via the external login provider can have a role claim ass
226228
* Select **Unauthorized** in the **No User Group Found Behaviour** setting.
227229
* Fill in the **User Group Mappings** map.
228230
* Enable **Enforce User Group on login**.
229-

0 commit comments

Comments
 (0)