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 7388f21987 [SYNCOPE-1723] Removing static paths from generated 
artifacts (#405) (#406)
     new eaad1f0f2a [SYNCOPE-1726] Ensuring Core and calling WA instance are 
both available in Keymaster before refreshing
     new 0026b41a6b Allowing override
     new 55c86c4bbe Upgrading Elasticsearch
     new 185c9ff05f Allow to override modal window title with wizards
     new 51cf43262f Upgrading pac4j

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../console/panels/LinkedAccountModalPanel.java    | 130 ++++++++++-----------
 .../wizards/resources/ResourceProvisionPanel.java  |  26 ++---
 .../client/ui/commons/wizards/AjaxWizard.java      |  10 +-
 .../syncope/client/console/pages/Realms.java       |   2 +-
 .../console/tasks/SchedTaskDirectoryPanel.java     |   4 +-
 .../client/console/tasks/TemplatesTogglePanel.java |   2 +-
 .../client/console/wizards/WizardMgtPanel.java     |  26 +++--
 .../console/wizards/any/AnyObjectDetails.java      |   2 +-
 .../console/src/main/resources/console.properties  |   1 +
 .../src/test/resources/console-debug.properties    |   4 +-
 .../enduser/src/main/resources/enduser.properties  |   1 +
 .../syncope/common/lib/types/JWSAlgorithm.java     |  37 ------
 core/starter/src/main/resources/core.properties    |   1 +
 .../jpa/dao/ElasticsearchAnySearchDAO.java         |  11 +-
 .../panels/OIDCProvidersDirectoryPanel.java        |  18 +--
 .../apache/syncope/core/logic/OIDCC4UILogic.java   |   5 +-
 .../syncope/core/logic/oidc/OIDCClientCache.java   |  31 +++--
 .../console/panels/SAML2IdPsDirectoryPanel.java    |  26 ++---
 .../apache/syncope/core/logic/SAML2SP4UILogic.java | 104 +++++++++--------
 .../syncope/core/logic/saml2/SAML2ClientCache.java |  15 ++-
 .../core/logic/saml2/SAML2SP4UIContext.java        |  18 ++-
 fit/wa-reference/src/main/resources/log4j2.xml     |   3 +
 .../org/apache/syncope/fit/sra/SAML2SRAITCase.java |   3 +-
 .../apache/syncope/fit/ui/SAML2SP4UIITCase.java    |   3 +-
 pom.xml                                            |  12 +-
 .../org/apache/syncope/sra/SecurityConfig.java     |  15 ++-
 .../apache/syncope/sra/actuate/SRASessions.java    |  12 +-
 .../sra/security/pac4j/RedirectionActionUtils.java |  18 ++-
 .../security/saml2/SAML2AuthenticationToken.java   |  15 ++-
 .../saml2/SAML2LogoutResponseWebFilter.java        |  79 +++----------
 .../saml2/SAML2RequestServerLogoutHandler.java     |  10 +-
 .../security/saml2/SAML2SecurityConfigUtils.java   |   2 +-
 .../SAML2WebSsoAuthenticationRequestWebFilter.java |  17 ++-
 .../saml2/SAML2WebSsoAuthenticationWebFilter.java  |  30 ++---
 sra/src/main/resources/sra.properties              |   1 +
 .../wa/bootstrap/WABootstrapConfiguration.java     |   5 +-
 .../apache/syncope/wa/bootstrap/WARestClient.java  |  56 +++++----
 .../syncope/wa/starter/config/WAContext.java       |  80 ++++++++-----
 .../wa/starter/config/WARefreshContextJob.java     |   5 +-
 .../starter/oidc/WAOIDCJWKSGeneratorService.java   |   8 +-
 .../saml/idp/WASamlIdPCasEventListener.java        |  28 ++---
 ...erator.java => WASamlIdPMetadataGenerator.java} |  48 +++++---
 ...aLocator.java => WASamlIdPMetadataLocator.java} |  35 +++---
 .../wa/starter/services/WAServiceRegistry.java     |  20 ++--
 .../WASurrogateAuthenticationService.java          |   2 +-
 .../wa/starter/u2f/WAU2FDeviceRepository.java      |   2 +-
 .../webauthn/WAWebAuthnCredentialRepository.java   |   2 +-
 wa/starter/src/main/resources/wa.properties        |   1 +
 48 files changed, 485 insertions(+), 501 deletions(-)
 delete mode 100644 
common/am/lib/src/main/java/org/apache/syncope/common/lib/types/JWSAlgorithm.java
 copy 
client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/status/Status.java
 => 
wa/starter/src/main/java/org/apache/syncope/wa/starter/saml/idp/WASamlIdPCasEventListener.java
 (63%)
 rename 
wa/starter/src/main/java/org/apache/syncope/wa/starter/saml/idp/metadata/{RestfulSamlIdPMetadataGenerator.java
 => WASamlIdPMetadataGenerator.java} (77%)
 rename 
wa/starter/src/main/java/org/apache/syncope/wa/starter/saml/idp/metadata/{RestfulSamlIdPMetadataLocator.java
 => WASamlIdPMetadataLocator.java} (84%)

Reply via email to