Releases: boylesoftware/tomcat-oidcauth
Releases · boylesoftware/tomcat-oidcauth
v2.5.0
v2.4.0
v2.3.2
v2.3.1
This release includes the following changes:
- The authentication object stored in the HTTP session under
org.bsworks.oidc.authorization
is now serializable. - RSA keys in JWK sets without "use" attribute can now be used for JWT signature verifications (just as if the "use" attribute is "sig").
- RSA keys in JWK sets without "kid" attribute can now be used as default keys when the JWT header does not include the "kid".
v2.3.0: Merge pull request #26 from boylesoftware/issue-25
This release includes support for newer generate of Tomcat versions 9.0 and 8.5 and addresses internal tomcat API and protocols changes. This version of the authenticator works with Tomcat 9.0 versions 9.0.30 and higher and Tomcat 8.5 versions 8.5.50 and higher. Also, support for Tomcat 8.0 has been removed.