mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
Implement OpenShift OAuth as an authentication provider for Quay, enabling users to login via OpenShift and sync groups to teams. - Add OpenShiftOAuthService with RFC 8414 discovery and User API - Add opaque token validation for non-JWT OpenShift tokens - Add OpenShiftUsers class with group iteration for team sync - Add OPENSHIFT_LOGIN_CONFIG schema and "OpenShift" auth type - Extend team sync to support "openshift" and "oidc" services 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Brady Pratt <bpratt@redhat.com>