diff --git a/CHANGELOG.md b/CHANGELOG.md index a65f597..43f2a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for "oidc-library-portal" +## [v1.3.1-SNAPSHOT] +The `UmaJWTProvider` is moved here from `authroization-common-client` for in-portal use only 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) diff --git a/pom.xml b/pom.xml index 7e1b7aa..6392aeb 100644 --- a/pom.xml +++ b/pom.xml @@ -12,14 +12,14 @@ org.gcube.portal oidc-library-portal - 1.3.0 + 1.3.1-SNAPSHOT org.gcube.distribution maven-portal-bom - 3.6.0 + 3.6.2-SNAPSHOT pom import @@ -36,7 +36,6 @@ org.gcube.common oidc-library - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) org.gcube.common