Skip to content

Commit 0c9a74f

Browse files
committed
Add second clarification
1 parent 332dd61 commit 0c9a74f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4693,9 +4693,12 @@ m|++++++
46934693
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
46944694
|===
46954695
|Description
4696-
a|This controls if a local user has to be created for external authentication. If set to the default (`false`), no user has to be created to authenticate with an external authentication provider. If set to `true`, a user representing the external user must be created before they can authenticate successfully. +
4697-
NOTE: This setting only works with the built-in auth providers (LDAP, SSO/OIDC).
4698-
Plugin authentication does not have access to validate whether a native user exists and can therefore not ensure this setting.
4696+
a|This controls if a local user has to be created for external authentication. If set to the default (`false`), no user has to be created to authenticate with an external authentication provider. If set to `true`, a user representing the external user must be created before they can authenticate successfully.
4697+
4698+
The external users are required to be explicitly mapped to local users. See xref:/authentication-authorization/auth-providers.adoc[User auth providers] for details.
4699+
4700+
+NOTE+: This setting only works with the built-in auth providers (LDAP, SSO/OIDC).
4701+
Plugin authentication does not have access to validate whether a local user exists and can therefore not ensure this setting.
46994702
|Valid values
47004703
a|A boolean.
47014704
|Default value

0 commit comments

Comments
 (0)