fix: do not provision user accounts from oidc in opencloud

should be done by ldap

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-13 16:20:28 +01:00
parent c4df67ccf1
commit 096cda6d4a
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A

View file

@ -13,6 +13,7 @@ opencloud_oidc_issuer: "https://keycloak.local.test/realms/vagrant"
opencloud_oidc_client_id: "opencloud" opencloud_oidc_client_id: "opencloud"
opencloud_oidc_client_secret: "opencloud-secret-change-in-production" opencloud_oidc_client_secret: "opencloud-secret-change-in-production"
opencloud_oidc_account_edit_url: "https://keycloak.local.test/realms/vagrant/account" opencloud_oidc_account_edit_url: "https://keycloak.local.test/realms/vagrant/account"
opencloud_oidc_autoprovision_accounts: false
# S3 storage configuration using Garage # S3 storage configuration using Garage
opencloud_use_s3_storage: true opencloud_use_s3_storage: true