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 43d247ef1f Cleaning up PasswordManagement code
43d247ef1f is described below

commit 43d247ef1fbfafaf25064e59804c50e18f0fd5bf
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Feb 27 13:30:21 2026 +0100

    Cleaning up PasswordManagement code
---
 fit/wa-reference/pom.xml                                   | 6 ------
 fit/wa-reference/src/main/resources/wa-embedded.properties | 5 +----
 wa/starter/src/main/resources/wa.properties                | 2 ++
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/fit/wa-reference/pom.xml b/fit/wa-reference/pom.xml
index 447a917e0b..e279666471 100644
--- a/fit/wa-reference/pom.xml
+++ b/fit/wa-reference/pom.xml
@@ -71,12 +71,6 @@ under the License.
       <version>${project.version}</version>
     </dependency>
 
-    <!-- required by JDBC attribute repository -->
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-    </dependency>
-
     <!-- TEST -->
     <dependency>
       <groupId>org.apache.syncope.ext.saml2sp4ui</groupId>
diff --git a/fit/wa-reference/src/main/resources/wa-embedded.properties 
b/fit/wa-reference/src/main/resources/wa-embedded.properties
index 031a9eb0e6..8f9abcecf5 100644
--- a/fit/wa-reference/src/main/resources/wa-embedded.properties
+++ b/fit/wa-reference/src/main/resources/wa-embedded.properties
@@ -19,8 +19,6 @@ CasFeatureModule.AccountManagement.enabled=true
 spring.main.allow-circular-references=true
 
spring.cloud.refresh.never-refreshable=com.zaxxer.hikari.HikariDataSource,org.apereo.cas.configuration.model.core.CasServerProperties
 
-management.endpoints.web.exposure.include=info,health,env,beans,loggers,ssoSessions,registeredServices,refresh,authenticationHandlers,authenticationPolicies,resolveAttributes
-
 keymaster.address=https://localhost:9443/syncope/rest/keymaster
 keymaster.username=${anonymousUser}
 keymaster.password=${anonymousKey}
@@ -31,8 +29,6 @@ cas.server.prefix=${cas.server.name}/syncope-wa
 cas.authn.syncope.url=${cas.server.name}/syncope
 cas.authn.syncope.name=DefaultSyncopeAuthModule
 
-cas.authn.pm.core.enabled=true
-
 service.discovery.address=https://localhost:9443/syncope-wa/
 
 ##
@@ -48,3 +44,4 @@ 
cas.tgc.crypto.encryption.key=mW6lMvsSo48eZ1Ntt74a-O9jjQQQ_OLUE24RVN2_A_sPX43mpB
 
cas.webflow.crypto.signing.key=Md6kkPlXx5L18TD0mFELpQXWnDbMffj-uPutPckMnAPPuJQEbfcLLYBnOynYIEDgnEpd7sxUwGYd8_sVYFMcjw
 cas.webflow.crypto.encryption.key=FhLgLpaPL8GVNuqqo7gtiw
 
+management.endpoints.web.exposure.include=info,health,env,beans,loggers,ssoSessions,registeredServices,refresh,authenticationHandlers,authenticationPolicies,resolveAttributes
diff --git a/wa/starter/src/main/resources/wa.properties 
b/wa/starter/src/main/resources/wa.properties
index 27d428b1c1..a66c191167 100644
--- a/wa/starter/src/main/resources/wa.properties
+++ b/wa/starter/src/main/resources/wa.properties
@@ -91,6 +91,8 @@ cas.authn.oauth.core.user-profile-view-type=FLAT
 cas.authn.oauth.session-replication.replicate-sessions=false
 cas.authn.pac4j.core.session-replication.replicate-sessions=false
 
+cas.authn.pm.core.enabled=true
+
 # Disable access to the login endpoint
 # if no target application is specified.
 cas.sso.services.allow-missing-service-parameter=true

Reply via email to