This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from dbb8b0111ca Plug URIResolver into StaxUtils (#3293)
new f01eaf092cd Enforce that Access tokens only are accepted in
JwtAccessTokenValidator (#3294)
new 5577fc3aa8f RFC 9068: Set typ header to at+jwt for JWT access tokens
(#2948)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cxf/rs/security/jose/common/JoseConstants.java | 1 +
.../cxf/rs/security/jose/common/JoseType.java | 5 ++-
.../oauth2/filters/JwtAccessTokenValidator.java | 17 ++++++++++
.../oauth2/provider/AbstractOAuthDataProvider.java | 7 +++-
.../filters/JwtAccessTokenValidatorTest.java | 39 ++++++++++++++++++++--
5 files changed, 64 insertions(+), 5 deletions(-)