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 15a2d321b0
commit ad1f8a1999
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
2 changed files with 26 additions and 0 deletions

View file

@ -52,6 +52,17 @@ keycloak_oidc_clients:
- openid
- email
- profile
- client_id: opencloud
name: "OpenCloud"
client_secret: "opencloud-secret-change-in-production"
redirect_uris:
- "https://opencloud.local.test/"
- "https://opencloud.local.test/oidc-callback.html"
- "https://opencloud.local.test/oidc-silent-redirect.html"
default_client_scopes:
- openid
- email
- profile
# Identity providers (external login sources)
# Uncomment and configure for production use with real credentials