feat: add oidc provisioning for opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
59cd27a031
commit
2dc9097707
4 changed files with 52 additions and 1 deletions
|
|
@ -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: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue