This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 76e8eabb16 WA: workaround after 
https://github.com/apereo/cas/commit/2fbee582903a60dcfd5522c95f50ab2e728d1312
76e8eabb16 is described below

commit 76e8eabb16e7cdea8c6d088b710ff45d0ebebe6d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Feb 7 07:48:25 2026 +0100

    WA: workaround after 
https://github.com/apereo/cas/commit/2fbee582903a60dcfd5522c95f50ab2e728d1312
---
 wa/starter/src/main/resources/wa.properties | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/wa/starter/src/main/resources/wa.properties 
b/wa/starter/src/main/resources/wa.properties
index b7164687f3..7a60f6a6e8 100644
--- a/wa/starter/src/main/resources/wa.properties
+++ b/wa/starter/src/main/resources/wa.properties
@@ -103,6 +103,12 @@ 
cas.authn.mfa.web-authn.core.application-id=https://localhost:8443
 cas.authn.mfa.web-authn.core.relying-party-name=Syncope 
 cas.authn.mfa.web-authn.core.relying-party-id=syncope.apache.org
 
+#
+cas.authn.pac4j.core.session-replication.replicate-sessions=true
+cas.authn.pac4j.core.session-replication.cookie.crypto.enabled=true
+cas.authn.oauth.session-replication.replicate-sessions=true
+cas.authn.oauth.session-replication.cookie.crypto.enabled=true
+
 ##
 # Default strategy for matching request paths against
 # registered Spring MVC handler mappings

Reply via email to