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
2 changes: 2 additions & 0 deletions 13/umbraco-cms/reference/security/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions 14/umbraco-cms/reference/security/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions 15/umbraco-cms/reference/security/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions 16/umbraco-cms/reference/security/external-login-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down