diff --git a/jwt-auth/2.2/README.adoc b/jwt-auth/2.2/README.adoc new file mode 100644 index 0000000..be469bb --- /dev/null +++ b/jwt-auth/2.2/README.adoc @@ -0,0 +1,22 @@ +--- +title: "MicroProfile JWT Auth 2.2" +date: 2025-05-15 +summary: "Release for MicroProfile 7.1" +--- +MicroProfile JWT Auth outlines how JWT tokens issued by OpenId Connect and other trusted providers can be verified and their claims used for Role Based Access Control (RBAC) of microservice endpoints. + +The goal of this release is to provide features requested by the community, such as: + +=== API/SPI Changes + +No API/SPI changes have been made in this release + +=== Other Changes + +* Support both RS256 and ES256 sitgnature algorithms if no signature algorithm has been configured (https://github.com/microprofile/microprofile-jwt-auth/issues/340[340]) + +The release won't contain any backwards incompatible changes. + +* https://projects.eclipse.org/projects/technology.microprofile/releases/jwt-2.2[MicroProfile JWT Auth 2.2 Release Record] + +# Ballots