do not create unrelated groups when login in to nextcloud
This commit is contained in:
parent
73f9e4171d
commit
43beb92ed2
1 changed files with 3 additions and 2 deletions
|
@ -796,8 +796,9 @@ in
|
||||||
# oidc_login_alt_login_page = "assets/login.php";
|
# oidc_login_alt_login_page = "assets/login.php";
|
||||||
oidc_login_tls_verify = true;
|
oidc_login_tls_verify = true;
|
||||||
# If you get your groups from the oidc_login_attributes, you might want to create them if
|
# If you get your groups from the oidc_login_attributes, you might want to create them if
|
||||||
# they are not already existing, Default is `false`.
|
# they are not already existing, Default is `false`. This creates groups for all groups
|
||||||
oidc_create_groups = true;
|
# the user is associated with in LDAP. It's too much.
|
||||||
|
oidc_create_groups = false;
|
||||||
# Enable use of WebDAV via OIDC bearer token.
|
# Enable use of WebDAV via OIDC bearer token.
|
||||||
oidc_login_webdav_enabled = true;
|
oidc_login_webdav_enabled = true;
|
||||||
oidc_login_password_authentication = false;
|
oidc_login_password_authentication = false;
|
||||||
|
|
Loading…
Reference in a new issue