This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Description
I'm trying to install opencloud behind external keycloak server used as OIDC.
variables are set
oidc:
issuer: "https://keycloak.domain/auth/realms/opencloud"
clientId: "web"
accountUrl: "https://keycloak.domain/auth/realms/opencloud/account"
keycloak:
# Internal Keycloak deployment
internal:
# Enable internal Keycloak instance
enabled: false
In the logs i can see this warning
WRN core access token not set line=github.com/opencloud-eu/reva/[email protected]/internal/http/interceptors/auth/auth.go:248 pkg=rhttp service=frontend traceid=eb21cf587d02e2a7e25f729936fb8f5
I've added ingress nginx with certificate created as secret, the client get the page through https.
In the web client side, the page is broken
