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:
parent
c4df67ccf1
commit
096cda6d4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue