Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions jwt-auth/2.2/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "MicroProfile JWT Auth 2.2"
date: 2025-05-15
summary: "Release for MicroProfile 7.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am afraid it is too late MP 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