diff --git a/13/umbraco-cms/reference/security/external-login-providers.md b/13/umbraco-cms/reference/security/external-login-providers.md index f97bef4a62f..bfbd88648b6 100644 --- a/13/umbraco-cms/reference/security/external-login-providers.md +++ b/13/umbraco-cms/reference/security/external-login-providers.md @@ -151,6 +151,8 @@ In those cases, it would mean that anyone who has a Google or Facebook account c If auto-linking for public providers such as these was needed you would need to limit the access. This can be done by domain or other information provided in the claims using the options/callbacks specified in those provider's authentication options. +When auto-linking for the backoffice you will want to define what user groups the user will be part of. This is done via the `defaultUserGroups` parameter provided to the constructor of `ExternalSignInAutoLinkOptions` (see example below). If the value is not set the user will by default be added to the Editors group. + ### Auto-linking on Member authentication Auto-linking on Member authentication only makes sense if you have a public member registration already or the provider does not have public account creation. diff --git a/14/umbraco-cms/reference/security/external-login-providers.md b/14/umbraco-cms/reference/security/external-login-providers.md index f16ddddc19b..c46f18c5364 100644 --- a/14/umbraco-cms/reference/security/external-login-providers.md +++ b/14/umbraco-cms/reference/security/external-login-providers.md @@ -155,6 +155,8 @@ In those cases, it would mean that anyone who has a Google or Facebook account c If auto-linking for public providers such as these was needed you would need to limit the access. This can be done by domain or other information provided in the claims using the options/callbacks specified in those provider's authentication options. +When auto-linking for the backoffice you will want to define what user groups the user will be part of. This is done via the `defaultUserGroups` parameter provided to the constructor of `ExternalSignInAutoLinkOptions` (see example below). If the value is not set the user will by default be added to the Editors group. + #### Is your project hosted on Umbraco Cloud? Umbraco Cloud uses Umbraco ID for all authentication, including access to the Umbraco Backoffice. diff --git a/15/umbraco-cms/reference/security/external-login-providers.md b/15/umbraco-cms/reference/security/external-login-providers.md index 9166355acdc..b020fd83c9f 100644 --- a/15/umbraco-cms/reference/security/external-login-providers.md +++ b/15/umbraco-cms/reference/security/external-login-providers.md @@ -155,6 +155,8 @@ In those cases, it would mean that anyone who has a Google or Facebook account c If auto-linking for public providers such as these was needed you would need to limit the access. This can be done by domain or other information provided in the claims using the options/callbacks specified in those provider's authentication options. +When auto-linking for the backoffice you will want to define what user groups the user will be part of. This is done via the `defaultUserGroups` parameter provided to the constructor of `ExternalSignInAutoLinkOptions` (see example below). If the value is not set the user will by default be added to the Editors group. + #### Is your project hosted on Umbraco Cloud? Umbraco Cloud uses Umbraco ID for all authentication, including access to the Umbraco Backoffice. diff --git a/16/umbraco-cms/reference/security/external-login-providers.md b/16/umbraco-cms/reference/security/external-login-providers.md index 9166355acdc..35c643fc055 100644 --- a/16/umbraco-cms/reference/security/external-login-providers.md +++ b/16/umbraco-cms/reference/security/external-login-providers.md @@ -155,6 +155,8 @@ In those cases, it would mean that anyone who has a Google or Facebook account c If auto-linking for public providers such as these was needed you would need to limit the access. This can be done by domain or other information provided in the claims using the options/callbacks specified in those provider's authentication options. +When auto-linking for the backoffice you will want to define what user groups the user will be part of. This is done via the `defaultUserGroups` parameter provided to the constructor of `ExternalSignInAutoLinkOptions` (see example below). You will need to explicitly assign these. If the value is not set the user will be part of no groups. + #### Is your project hosted on Umbraco Cloud? Umbraco Cloud uses Umbraco ID for all authentication, including access to the Umbraco Backoffice.