ilgrosso commented on code in PR #1141: URL: https://github.com/apache/syncope/pull/1141#discussion_r2228431332
########## wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/WAPropertySourceLocator.java: ########## @@ -124,6 +124,9 @@ public PropertySource<?> locate(final Environment environment) { properties.putAll(index(map, prefixes)); }); + properties.put("cas.authn.pm.syncope.url", + StringUtils.substringBefore(syncopeClient.getAddress(), "/rest")); + Set<String> customClaims = syncopeClient.getService(WAClientAppService.class).list().stream(). Review Comment: Remove this LOG statement -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org