diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a221f0..43f2a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ 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] diff --git a/src/main/java/org/gcube/portal/oidc/lr62/OIDCUmaUtil.java b/src/main/java/org/gcube/portal/oidc/lr62/OIDCUmaUtil.java index a2bdc0f..8baef89 100644 --- a/src/main/java/org/gcube/portal/oidc/lr62/OIDCUmaUtil.java +++ b/src/main/java/org/gcube/portal/oidc/lr62/OIDCUmaUtil.java @@ -26,7 +26,7 @@ import com.liferay.portal.util.PortalUtil; public class OIDCUmaUtil { private static final Logger log = LoggerFactory.getLogger(OIDCUmaUtil.class); -error + private static final boolean REFRESH_UMA_TOKEN = false; private static final String LOGOUT_URI = "/c/portal/logout"; private static final boolean FORCE_LOGOUT_ON_INVALID_TOKEN = true;