mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-03-26 03:51:05 +00:00
RFC 9068 requires that access token JWTs include the `client_id` claim, but it does not require resource servers to validate it against a specific value. Relates to gh-18381 Signed-off-by: Giacomo Baso <gbaso@users.noreply.github.com>