feat: add Keycloak OIDC integration#3340
Draft
boehlke wants to merge 4 commits intoOpenSlides:feature/relational-dbfrom
Draft
feat: add Keycloak OIDC integration#3340boehlke wants to merge 4 commits intoOpenSlides:feature/relational-dbfrom
boehlke wants to merge 4 commits intoOpenSlides:feature/relational-dbfrom
Conversation
- OIDC token validator with JWKS verification - Keycloak admin client factory for Admin API operations - oidc-provision and who-am-i endpoints - Redis session invalidation for OIDC backchannel logout - Auth adapter extensions for OIDC token validation - PostgreSQL schema updates for keycloak_id column Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Sync user CRUD operations to Keycloak via Admin API (keycloak_sync_mixin) - Save Keycloak account action for user provisioning - Migration 0101: migrate existing users to Keycloak with Argon2 password hashes - Migration 0102: add keycloak_id to user view Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Backchannel logout tests - User migration tests (Argon2 hash import) - User sync tests (CRUD operations to Keycloak) - Update existing system tests for Keycloak-aware base classes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Feb 19, 2026
Draft
Move theme color serving from autoupdate-service to backend presenter, as it's a simple DB query that doesn't use autoupdate-specific features. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
oidc-provisionandwho-am-iendpoints for OIDC session managementkeycloak_idto user viewContext
This is the largest PR in the Keycloak OIDC integration series. Structured as 3 commits:
Related PRs:
🤖 Generated with Claude Code