[java-identity-provider] branch main updated (4df6057a6 -> 2e7694ae2)
Scott Cantor
cantor.2 at osu.edu
Fri Jun 4 17:36:05 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository java-identity-provider.
from 4df6057a6 Missed the subordinate POMs due to maven glitch.
new e1e9dc0ce IDP-1827 - Option to hide logout reporting
new 2e7694ae2 IDP-1825 - Extend SAML2 Session storage with knowledge of logout support
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../idp/cas/session/impl/CASSPSession.java | 7 +++++
.../shibboleth/idp/messages/messages.properties | 2 ++
.../net/shibboleth/idp/views/logout/propagate.vm | 5 ++--
idp-conf/src/main/resources/conf/idp.properties | 3 ++
.../src/main/resources/views/logout-propagate.vm | 5 ++++
idp-conf/src/test/resources/conf/idp.properties | 3 ++
.../idp/saml/session/SAML2SPSession.java | 34 ++++++++++++++++++++++
.../idp/saml/session/SAML2SPSessionTest.java | 17 ++++++-----
.../impl/SAML2SPSessionCreationStrategy.java | 17 ++++++++++-
.../session/impl/SAML2SPSessionSerializer.java | 9 ++++--
.../impl/PrepareInboundMessageContextTest.java | 2 +-
.../session/impl/SAML2SPSessionSerializerTest.java | 3 +-
.../idp/saml/impl/session/saml2SPSession.json | 2 +-
.../session/LogoutPropagationFlowDescriptor.java | 20 +++++++++++++
.../net/shibboleth/idp/session/SPSessionEx.java | 12 ++++++++
.../LogoutPropagationFlowDescriptorSelector.java | 3 +-
16 files changed, 127 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list