Files
core-api/src/domains/auth
Jeroen SchweitzerandClaude Opus 4.5 3bb3b01dbd
Build and Push / release (push) Successful in 3s
Build and Push / build (push) Successful in 1m15s
fix: OIDC audience validation - use string not list
python-jose jwt.decode() requires audience as string or None, not list.
Now extract and validate audience from unverified claims first,
then use token's actual audience for JWT decode.

Fixes "audience must be a string or None" error.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 15:35:05 +01:00
..