[java-plugin-shibd-saml] branch main updated (f966e67 -> acba4e3)
Codeberg
noreply at shibboleth.net
Tue May 26 18:50:56 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository java-plugin-shibd-saml.
from f966e67 Update constant in test.
new 356165c Implement LogoutResponse handling in logout consumer flow with tests.
new acba4e3 Add subflow-specific prefix to allow subflows to detect their tokens.
The 2 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:
.../META-INF/net.shibboleth.idp/postconfig.xml | 150 +++++++++------
.../flows/sp/logout/consumer/saml2/saml2-beans.xml | 79 ++++----
.../flows/sp/logout/consumer/saml2/saml2-flow.xml | 11 +-
.../flows/saml2/SAML2LogoutConsumerFlowTest.java | 177 +++++++++++++++++-
.../saml2/profile/impl/ProcessLogoutRequest.java | 7 +-
.../saml2/profile/impl/ProcessLogoutResponse.java | 197 ++++++++++++++++++++
.../profile/impl/ProcessLogoutRequestTest.java | 34 ++--
.../profile/impl/ProcessLogoutRespoonseTest.java | 203 +++++++++++++++++++++
8 files changed, 734 insertions(+), 124 deletions(-)
create mode 100644 sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/ProcessLogoutResponse.java
create mode 100644 sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/ProcessLogoutRespoonseTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list