Release notes 10.x versions

10.0.0-M2

Features

Improvements

  • Zip archives loaded into the system are checked against most common vulnerabilities.
  • Token Introspection will include updated Person API details if the User Info endpoint is configured.
  • Templates have been migrated to ThymeLeaf 3.0.
  • Locale can be passed to Onegini CIM.
  • Refresh Token exchange is more reliable for mobile applications.
  • Docker images use OpenJDK.

Bug Fixes

  • Specifying an Identity Provider (IdP) in the Authorization flow now works as expected.
  • SAML SP will check with the IdP's capabilities when choosing the binding protocol.
  • Admin/Config API list response is aligned with the documentation.
  • Authentication Level is properly passed back in user details when using the ROPC grant type.
  • Mobile Auth v4 with push allows for SMS fallback when no device_id is provided.
  • API exceptions will no longer return HTML in some situations.
  • Minor JavaScript issues have been fixed in the Admin console.

10.0.0-M1

Features

Improvements

  • More efficient database connection pooling by switching to HikariCP.
  • UX improvements in the Admin console.