Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions 10/umbraco-cms/reference/security/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<details>

<summary>Umbraco Entra ID (Azure AD) Example [Community-made]</summary>

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.**

</details>
11 changes: 11 additions & 0 deletions 12/umbraco-cms/reference/security/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ It is great for testing and for trying out the implementation before building it

</details>

<details>

<summary>Umbraco Entra ID (Azure AD) Example [Community-made]</summary>

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.**

</details>


## 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.
Expand Down
10 changes: 10 additions & 0 deletions 13/umbraco-cms/reference/security/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ It is great for testing and for trying out the implementation before building it

</details>

<details>

<summary>Umbraco Entra ID (Azure AD) Example [Community-made]</summary>

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.**

</details>

## 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.
Expand Down