lowered the level of log "OIDC token is null in cache proxy"

pull/8/head r5.0.0
Massimiliano Assante 3 years ago
parent 62a6375372
commit 6e67b8dae2

@ -192,7 +192,7 @@ public class SmartGearsPortalValve extends ValveBase {
JWTToken authToken = JWTCacheProxy.getInstance().getOIDCToken(user, sessionId);
if (authToken == null) {
if (FORCE_LOGOUT_ON_MISSING_OIDC) {
_log.warn("OIDC token is null in cache proxy, force redirecting to logut URI");
_log.trace("OIDC token is null in cache proxy, force redirecting to logut URI");
forceLogout(response);
} else {
_log.error("OIDC token is null in cache proxy, cannot continue!");

Loading…
Cancel
Save