Compare commits

...

4 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.3.0] - 2021-04-12
## [v2.3.0] - 2021-05-03
- Fix Bug #20591 Keycloak-LR 6.2 Integration: portlet calls in landing page have not UMA token set

View File

@ -78,7 +78,7 @@ public class SmartGearsPortalValve extends ValveBase {
OIDCUmaUtil.checkUMATicketAndProvideInThreadLocal(request, (HttpServletResponse) resp, user,
session, scope);
} else {
_log.debug("Session is null, cannot continue");
_log.debug("Session is null, cannot continue with OIDC/UMA checks");
}
//_log.trace("Security token set OK for " + username + " in scope " + scope);