Is OIDC (SSO) supported and how would one enable it #277
-
|
We use keycloak and would like to use OIDC with opencloud. How to configure that. |
Beta Was this translation helpful? Give feedback.
Answered by
rhafer
Mar 3, 2025
Replies: 1 comment 1 reply
-
|
We are using OIDC by default. opencloud ships with an embedded OIDC IDP (based on https://github.com/libregraph/lico) and uses that for authentication by default. Replacing that with an external IDP like Keycloak or Authelia is possible. However, we're currently still lacking examples and documentation for it 😢 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
micbar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using OIDC by default. opencloud ships with an embedded OIDC IDP (based on https://github.com/libregraph/lico) and uses that for authentication by default. Replacing that with an external IDP like Keycloak or Authelia is possible. However, we're currently still lacking examples and documentation for it 😢