Skip to content

MCP Identity Registry 1.2.0

Compare
Choose a tag to compare
@oliverhaagh oliverhaagh released this 05 Jun 10:08
· 5 commits to master since this release
a6dcca4

Changes in this release

  • Upgraded Spring Boot to 3.0.6
  • Upgraded to Keycloak admin adapters 21.1.1
  • Removed the Keycloak OIDC adapter and re-implemented the same functionality using Spring Security OAuth2.0 Resource Server
    • The rationale for doing this is that Keycloak are deprecating several of their OIDC adapters as many frameworks already have the functionality built in
  • Removed functionality for creating certificates with server generated key pairs
  • On creation of certificates, the SHA-256 thumbprint of the certificate is computed and stored together with the certificate in the database
    • The computed SHA-256 thumbprint is currently not used in the API, but may be useful for other external functionality
  • Minor bug fixes
  • General code cleanup and refactoring
  • Various dependency update