Connect2id server 3.1.1
There is a new maintenance release of the OpenID Connect server
for identity provision and single sign-on. It fixes a
fault
in the LDAP schema that prevented registration of clients with multiple
post_logout_redirect_uris
. It also upgrades to the latest stable version of
Infinispan (7.2.3) which promises improved
performance for a number of data-grid operations.
The updated LDAP schema can be downloaded from its git repo (make sure you select version 1.4.1, there are variants for OpenDJ, 389 DS and OpenLDAP).
oidc-client-schema-opendj.ldif
oidc-client-schema-openldap.ldif
Contact our support should you have any questions about the release.
Connect2id Server 3.1.1 release notes
Configuration
- No changes
Web API
- No changes
Dependencies
- Upgrades to com.nimbusds:c2id-server-ldap-schemas:1.4.1
- Upgrades to org.infinispan:infinispan-embedded:7.2.3.Final
Bug fixes
- Fixes LDAP schema for client registrations to allow multi-valued post_logout_redirect_uri attribute values (issue server/128).