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 2e4be06 [SYNCOPE-1584] WA events management (#210)
new b337012 Upgrading Spring Security
new 53ab5f0 Upgrading nimbus-jose-jwt
new 5fc27bf Upgrading cargo-maven2-plugin
new 8ce9aa6 [SYNCOPE-1579] Finalizing SAML 2.0 logout
The 4 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:
.travis.yml | 2 +-
.../org/apache/syncope/fit/sra/SAML2SRAITCase.java | 13 +-
.../test/resources/application-saml2.properties | 2 +-
pom.xml | 6 +-
.../org/apache/syncope/sra/SecurityConfig.java | 4 +-
.../sra/security/pac4j/NoOpLogoutHandler.java | 9 +-
...{WebSessionStore.java => NoOpSessionStore.java} | 23 ++--
.../RedirectionActionUtils.java} | 18 +--
.../security/pac4j/ServerWebExchangeContext.java | 29 +---
.../security/saml2/SAML2AnonymousWebFilter.java | 3 +-
.../saml2/SAML2LogoutResponseWebFilter.java | 152 +++++++++++++++++++++
.../sra/security/saml2/SAML2MetadataEndpoint.java | 23 +++-
...r.java => SAML2RequestServerLogoutHandler.java} | 15 +-
.../security/saml2/SAML2SecurityConfigUtils.java | 12 +-
.../saml2/SAML2ServerLogoutSuccessHandler.java | 3 +-
.../SAML2WebSsoAuthenticationRequestWebFilter.java | 28 ++--
.../saml2/SAML2WebSsoAuthenticationWebFilter.java | 25 +---
.../resources/debug/application-debug.properties | 28 ++--
18 files changed, 260 insertions(+), 135 deletions(-)
copy
client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/ToggleableTarget.java
=>
sra/src/main/java/org/apache/syncope/sra/security/pac4j/NoOpLogoutHandler.java
(81%)
rename
sra/src/main/java/org/apache/syncope/sra/security/pac4j/{WebSessionStore.java
=> NoOpSessionStore.java} (72%)
rename
sra/src/main/java/org/apache/syncope/sra/security/{saml2/SAML2RequestGenerator.java
=> pac4j/RedirectionActionUtils.java} (86%)
create mode 100644
sra/src/main/java/org/apache/syncope/sra/security/saml2/SAML2LogoutResponseWebFilter.java
rename
sra/src/main/java/org/apache/syncope/sra/security/saml2/{SAML2ServerLogoutHandler.java
=> SAML2RequestServerLogoutHandler.java} (83%)