Removed errors to let the lib to build again

master
Mauro Mugnaini 3 years ago
parent 443a529cf7
commit 664ea7b34c

@ -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]

@ -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;

Loading…
Cancel
Save