Add comprehensive Keycloak integration documentation#210
Add comprehensive Keycloak integration documentation#210micbar merged 2 commits intoopencloud-eu:mainfrom
Conversation
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
docs/admin/30-configuration/30-keycloak.md:3
- [nitpick] If the page is intended for publication, consider explicitly setting 'draft: false' in the YAML header for improved clarity and consistency with published documentation.
id: keycloak
|
Thank you @micbar for pointing this out! You're absolutely right about simplifying the Docker Compose command. I've implemented the suggested change and added explanatory notes about how this "magic mechanism" works with the COMPOSE_FILE variable in the .env file. The changes are now included in the latest commit. Thanks for the improvement! 👍 |
|
@michaelstingl happy to help! @rhafer seems that @michaelstingl has already contributed the first version for the idp docs. |
|
@michaelstingl please rebase to get a green CI run. |
This adds detailed documentation for Keycloak integration with OpenCloud, including: - Setup with Docker Compose - OpenCloud configuration - Client configuration details (matching built-in IdP) - Advanced configuration (Backchannel Logout) - Troubleshooting advice - User and group management overview Relates to opencloud-eu/opencloud#589
a52541f to
97138cc
Compare
|
Rebased onto current main branch. All requested changes have been implemented. |
This PR adds detailed documentation for the Keycloak integration with OpenCloud, replacing the empty draft page with comprehensive content.
Content added:
Related Issues and PRs