This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
from 5aa5bf6a9f Upgrading Swagger Core and UI
add 7e76aa8144 [SYNCOPE-1763] Upgrading to CXF 4.0.2 + reviewing client
usage (#473)
add 6abf7e0abf Adding temporary classes to resolve NoSuchMethodError for
BasicSignatureSigningConfiguration.setSigningCredentials
No new revisions were added by this update.
Summary of changes:
.../actuate/SyncopeCoreHealthIndicator.java | 21 +++-
...rk.boot.autoconfigure.AutoConfiguration.imports | 2 +-
.../syncope/client/lib/SyncopeAnonymousClient.java | 11 +-
.../apache/syncope/client/lib/SyncopeClient.java | 47 ++++---
.../client/lib/SyncopeClientFactoryBean.java | 21 ++++
.../client/self/SelfKeymasterClientContext.java | 2 +-
.../keymaster/client/self/SelfKeymasterOps.java | 43 +++++--
core/idrepo/rest-cxf/pom.xml | 6 +-
.../core/rest/cxf/service/SyncopeServiceImpl.java | 7 +-
core/self-keymaster-starter/pom.xml | 60 +++++++++
.../src/test/resources/core-debug.properties} | 30 ++---
.../src/test}/resources/log4j2.xml | 0
.../docker-compose/docker-compose-all.yml | 2 +-
.../client/enduser/rest/UserRequestRestClient.java | 11 +-
.../common/lib/to/WorkflowTaskExecInput.java | 2 -
.../rest/api/service/UserRequestService.java | 1 +
.../syncope/core/logic/saml2/SAML2ClientCache.java | 8 +-
...ML2SP4UISignatureSigningParametersProvider.java | 58 +++++++++
.../org/apache/syncope/fit/core/BatchITCase.java | 20 +--
.../org/apache/syncope/fit/core/RESTITCase.java | 1 +
.../apache/syncope/fit/core/UserRequestITCase.java | 41 ++++--
pom.xml | 8 +-
.../org/apache/syncope/sra/SecurityConfig.java | 9 +-
.../sra/actuate/SyncopeCoreHealthIndicator.java | 21 +++-
.../SRASignatureSigningParametersProvider.java | 58 +++++++++
.../apache/syncope/wa/bootstrap/WARestClient.java | 36 ++++--
wa/starter/pom.xml | 4 +
.../actuate/SyncopeCoreHealthIndicator.java | 2 +-
.../wa/starter/audit/WAAuditTrailManager.java | 6 +-
.../syncope/wa/starter/config/WAContext.java | 20 ++-
.../wa/starter/events/WAEventRepository.java | 8 +-
.../gauth/WAGoogleMfaAuthCredentialRepository.java | 5 +-
.../gauth/WAGoogleMfaAuthTokenRepository.java | 2 +-
.../starter/oidc/WAOIDCJWKSGeneratorService.java | 11 +-
.../pac4j/saml/WASAML2ClientKeystoreGenerator.java | 20 ++-
.../pac4j/saml/WASAML2ClientMetadataGenerator.java | 27 ++--
.../pac4j/saml/WASAML2MetadataResolver.java | 17 ++-
.../wa/starter/saml/idp/WASamlIdPObjectSigner.java | 140 +++++++++++++++++++++
.../idp/metadata/WASamlIdPMetadataGenerator.java | 15 +--
.../idp/metadata/WASamlIdPMetadataLocator.java | 49 ++++----
.../wa/starter/services/WAServiceRegistry.java | 108 ++++++++--------
.../WASurrogateAuthenticationService.java | 22 ++--
.../wa/starter/u2f/WAU2FDeviceRepository.java | 51 ++++----
.../webauthn/WAWebAuthnCredentialRepository.java | 37 +++---
.../syncope/wa/starter/WAServiceRegistryTest.java | 13 +-
.../wa/starter/audit/WAAuditTrailManagerTest.java | 10 +-
.../wa/starter/events/WAEventRepositoryTest.java | 10 +-
.../pac4j/saml/WASAML2ClientCustomizerTest.java | 10 +-
.../saml/WASAML2ClientKeystoreGeneratorTest.java | 10 +-
.../saml/WASAML2ClientMetadataGeneratorTest.java | 9 +-
.../pac4j/saml/WASAML2MetadataResolverTest.java | 9 +-
.../WASurrogateAuthenticationServiceTest.java | 7 +-
52 files changed, 770 insertions(+), 378 deletions(-)
copy core/{persistence-jpa/src/test/resources/core-test.properties =>
self-keymaster-starter/src/test/resources/core-debug.properties} (70%)
copy {docker/core/src/main =>
core/self-keymaster-starter/src/test}/resources/log4j2.xml (100%)
create mode 100644
ext/saml2sp4ui/logic/src/main/java/org/apache/syncope/core/logic/saml2/SAML2SP4UISignatureSigningParametersProvider.java
create mode 100644
sra/src/main/java/org/apache/syncope/sra/security/saml2/SRASignatureSigningParametersProvider.java
create mode 100644
wa/starter/src/main/java/org/apache/syncope/wa/starter/saml/idp/WASamlIdPObjectSigner.java