Connect2id server 15.8
This Connect2id server release updates the plugin interface for handling token exchange scenarios, to enable access to the client metadata for received subject tokens that are locally issued access tokens.
Several dependencies were updated as well. There is more information about the new release in the notes below.
Download 15.8
For the signature validation: Public GPG key
Standard Connect2id server edition
Apache Tomcat package with Connect2id server 15.8: Connect2id-server.zip
GPG signature: Connect2id-server.zip.asc
SHA-256: 9e3f2c5051fde956c887aa3a81ca4737faa22d6b1fc528931e64f6ea7f71bec2
Connect2id server 15.8 WAR package: c2id.war
GPG signature: c2id.war.asc
SHA-256: 62c25fc97348cca6dc4b789ae3352b9e15d4d46bda9598e8efeba8d7b2b5bdf7
Multi-tenant edition
Apache Tomcat package with Connect2id server 15.8: Connect2id-server-mt.zip
GPG signature: Connect2id-server-mt.zip.asc
SHA-256: 9debac08f536597c63ea489587ddcbccaa66f6435d609d9d34cab48bc74b1960
Connect2id server 15.8 WAR package: c2id-mt.war
GPG signature: c2id-mt.war.asc
SHA-256: 23cb23d74aad87859a78ff8cf786ac8c7c216cddfeb24b97644ac91ca02c0bdb
Questions?
For technical questions about this new release contact Connect2id support. To purchase a production license for the Connect2id server, renew or upgrade your support and updates subscription, email our sales.
Release notes
15.8 (2024-07-26)
SPI
-
Upgrades the Connect2id server SDK to com.nimbusds:c2id-server-sdk:5.6
- The
TokenExchangeGrantHandler
SPI receives a newTokenIntrospection.getOIDCClientMetadata
helper method to access the OAuth 2.0 / OpenID relying party metadata for asubject_token
that is a locally issued access token.
- The
Dependency changes
-
Upgrades to com.nimbusds:c2id-server-sdk:5.6
-
Updates to Infinispan 14.0.29.Final
-
Updates to com.h2database:h2:2.3.230
-
Updates to Dropwizard Metrics 4.2.26