feat: add oidc provisioning for opencloud

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-05 15:36:12 +01:00
parent 59cd27a031
commit 2dc9097707
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
4 changed files with 52 additions and 1 deletions

View file

@ -21,4 +21,17 @@ opencloud_extra_hosts: []
# Traefik configuration
opencloud_traefik_network: "proxy"
opencloud_use_ssl: true
opencloud_use_ssl: true
# OIDC configuration (leave empty to use built-in IDP)
opencloud_oidc_issuer: ""
opencloud_oidc_client_id: "opencloud"
opencloud_oidc_client_secret: ""
opencloud_oidc_rewrite_wellknown: true
opencloud_oidc_user_claim: "preferred_username"
opencloud_oidc_user_cs3_claim: "username"
opencloud_oidc_account_edit_url: ""
opencloud_oidc_autoprovision_accounts: true
# CSP configuration (extra URLs to allow in connect-src)
opencloud_csp_extra_connect_src: []