You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oidc-library-portal/CHANGELOG.md

1.1 KiB

This project adheres to Semantic Versioning.

Changelog for "oidc-library-portal"

[v1.3.1]

The UmaJWTProvider has been removed from authroization-common-client and new provider from that library (AccessTokenProvider) is used to transport the access-token only to the client library

[v1.3.0]

Extracted the UMA issuing code for logged user from the Valve in the threadlocal-vars-cleaner project to be used also after the login process for UMA issue in the context, since the Valve has already finished its work at that moment. (#20591)

[v1.2.0]

  • New context roles mapper that not rely on User or Groups objects but in their ID as strings. New revised version of the cache proxy with mutex and session id used in place of session object, logs revised and scheduled log added that dumps cache contents. Marked as deprecated all utils methods for session objects get/set. (#20445)

[v1.1.0]

  • Added configuration for avatar URL (#19726)

[v1.0.0-SNAPSHOT]