This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.
from 698cb07 Fixed a few grammatical things in the examples READMEs
new d380248 FEDIZ-221 - Redirecting back to RP logout endpoint
new e11a731 FEDIZ-221 - Check NonOnOrAfter with LogoutRequests
new 0865db0 FEDIZ-221 - Add destination to LogoutResponse
new d668514 FEDIZ-221 - Return errors in a LogoutResponse as well
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:
.../idp/beans/samlsso/AuthnRequestParser.java | 27 +++-
.../idp/beans/samlsso/SamlResponseCreator.java | 8 +-
.../beans/samlsso/SamlResponseErrorCreator.java | 48 ++++++--
.../samlsso/SAML2PResponseComponentBuilder.java | 4 +-
.../service/idp/samlsso/SAMLLogoutRequest.java | 11 ++
.../webapp/WEB-INF/flows/saml-validate-request.xml | 40 ++++--
.../main/webapp/WEB-INF/views/signoutresponse.jsp | 2 +-
.../org/apache/cxf/fediz/systests/idp/IdpTest.java | 137 ++++++++++++++++++++-
.../src/test/resources/realma/entities-realma.xml | 6 +-
9 files changed, 253 insertions(+), 30 deletions(-)