[v1.3.1] Library release

master
Mauro Mugnaini 3 years ago
parent 0182c41ec0
commit ac162944e0

@ -2,8 +2,8 @@ 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.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)

@ -12,7 +12,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<dependencyManagement>
<dependencies>

Loading…
Cancel
Save