From 664ea7b34cfa9f5e585b348678fc8b945fab4387 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Mon, 7 Jun 2021 11:26:14 +0200 Subject: [PATCH] Removed errors to let the lib to build again --- CHANGELOG.md | 1 + src/main/java/org/gcube/portal/oidc/lr62/OIDCUmaUtil.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;