JWT audience validation disabled — cross-app token reuse #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
auth_middleware.rs sets validate_aud = false. Any valid JWT from the same Keycloak realm (even for other apps) gains full API access. Fix: Enable audience validation with the expected compliance-agent client ID.