From 9d6f485fa9c7416126c4ea6a3cbfaefe29c5b7df Mon Sep 17 00:00:00 2001 From: Aaron Sadler Date: Mon, 19 Feb 2024 20:09:17 +0000 Subject: [PATCH 1/2] Added reference to Umbraco.Community.AzureSSO --- .../reference/security/external-login-providers.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/13/umbraco-cms/reference/security/external-login-providers.md b/13/umbraco-cms/reference/security/external-login-providers.md index 620da755065..10daf6231bc 100644 --- a/13/umbraco-cms/reference/security/external-login-providers.md +++ b/13/umbraco-cms/reference/security/external-login-providers.md @@ -43,6 +43,16 @@ It is great for testing and for trying out the implementation before building it +
+ +Umbraco Entra ID (Azure AD) Example [Community-made] + +This community-created package will allow you to automatically create Umbraco user accounts for users in your directory. This will then associate the Umbraco users with groups based on their AD group: [Umbraco.Community.AzureSSO](https://github.com/Gibe/Umbraco.Community.AzureSSO). + +**This project is not managed or maintained by Umbraco HQ.** + +
+ ## Extend core functionality When you are implementing your own custom authentication on Users and/or Members on your Umbraco CMS website, you are effectively extending existing features. From 2a57a07f08447caa37f6865df9339c5937bc8c55 Mon Sep 17 00:00:00 2001 From: Aaron Sadler Date: Wed, 21 Feb 2024 08:48:00 +0000 Subject: [PATCH 2/2] Added to V10 and V12 docs --- .../reference/security/external-login-providers.md | 10 ++++++++++ .../reference/security/external-login-providers.md | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/10/umbraco-cms/reference/security/external-login-providers.md b/10/umbraco-cms/reference/security/external-login-providers.md index a715f984c6b..53e115ad062 100644 --- a/10/umbraco-cms/reference/security/external-login-providers.md +++ b/10/umbraco-cms/reference/security/external-login-providers.md @@ -135,3 +135,13 @@ In this case, you would want to be able to create user accounts in your external This could also be the case for members if your website allows public creation of members. In this case, the creation process can be simplified by allowing auto-linking the external account. E.g. using Facebook, Twitter or Google. Read more about [auto linking](auto-linking.md). + +
+ +Umbraco Entra ID (Azure AD) Example [Community-made] + +This community-created package will allow you to automatically create Umbraco user accounts for users in your directory. This will then associate the Umbraco users with groups based on their AD group: [Umbraco.Community.AzureSSO](https://github.com/Gibe/Umbraco.Community.AzureSSO). + +**This project is not managed or maintained by Umbraco HQ.** + +
diff --git a/12/umbraco-cms/reference/security/external-login-providers.md b/12/umbraco-cms/reference/security/external-login-providers.md index 987f4f0fd62..bd7a5fddeee 100644 --- a/12/umbraco-cms/reference/security/external-login-providers.md +++ b/12/umbraco-cms/reference/security/external-login-providers.md @@ -43,6 +43,17 @@ It is great for testing and for trying out the implementation before building it +
+ +Umbraco Entra ID (Azure AD) Example [Community-made] + +This community-created package will allow you to automatically create Umbraco user accounts for users in your directory. This will then associate the Umbraco users with groups based on their AD group: [Umbraco.Community.AzureSSO](https://github.com/Gibe/Umbraco.Community.AzureSSO). + +**This project is not managed or maintained by Umbraco HQ.** + +
+ + ## Extend core functionality When you are implementing your own custom authentication on Users and/or Members on your Umbraco CMS website, you are effectively extending existing features.