Skip to content
Connect2id
Connect2id server

Connect2id server 3.4.3

This is a small maintenance release of the Connect2id server for single sign-on (SSO) and identity provision (IdP) with OpenID Connect.

It fixes a marshalling bug, discovered by a customer and verified last night, which prevented proper replication of the optional claims field in user session objects.

The 3.4.3 release also upgrades several package dependencies, such as Infinispan to 7.2.5.

Download

To download a ZIP package of Connect2id server 3.4.3:

https://c2id-downloads.s3.eu-central-1.amazonaws.com/server/3.4.3/Connect2id-server.zip

As WAR package only:

https://c2id-downloads.s3.eu-central-1.amazonaws.com/server/3.4.3/c2id.war

Questions?

Please contact Connect2id support.

Connect2id Server 3.4.[1,2,3] release notes

Configuration

  • No changes

Web API

  • No changes

Dependencies

  • Upgrades to com.nimbusds:oidc-session-store:3.2

  • Upgrades to com.nimbusds:oauth2-authz-store:3.1.3

  • Upgrades to com.nimbusds:common:1.95

  • Upgrades to org.infinispan:infinispan-embedded:7.2.5.Final

Bug fixes

  • Fixes outgoing Infinispan marshalling of subject sessions with a “claims” field (issue session-store/25).

Other

  • Extends Infinispan startup debug logging (iss #162).

  • Adds debug logging to authorisation code exchange method (iss #161).