Skip to content

Commit

Permalink
feat(jans-keycloak-integration): keycloak integration enhancements #8614
Browse files Browse the repository at this point in the history


* added support for the protocol-mapper in job-scheduler configuration
* fixed issue in  job-scheduler logging configuration that caused too many log files to be created

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
  • Loading branch information
uprightech committed Jun 18, 2024
1 parent 6e99863 commit 2367adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ app.job.trustrelationship-sync.schedule-interval=PT10M
# keycloak resources configuration
app.keycloak.resources.realm=jans
app.keycloak.resources.authn.browser.flow-alias=janssen login
app.keycloak.resources.saml.user-attribute-mapper=saml-user-attribute-mapper
app.keycloak.resources.saml.user-attribute-mapper=kc-jans-saml-user-attribute-mapper
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<File>${app.logdir}/scheduler.log</File>
<append>true</append>
<rollingPolicy class="TimeBasedRollingPolicy">
<fileNamePattern>${app.logdir}/scheduler-%d{yyyy-mm-dd}.log.gz</fileNamePattern>
<fileNamePattern>${app.logdir}/scheduler-%d{yyyy-MM-dd}.log.gz</fileNamePattern>
<maxHistory>${app.logging.loghistory:-180}</maxHistory>
</rollingPolicy>

Expand Down

0 comments on commit 2367adb

Please sign in to comment.