From 6e409edd540fb7e2bb6a66f14adeb72e550669c1 Mon Sep 17 00:00:00 2001 From: Alexander Marsalek Date: Wed, 2 Jul 2014 16:02:45 +0200 Subject: added support for splitting authnrequest &signrequest --- id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 4 ++-- id/server/auth/src/main/webapp/WEB-INF/web.xml | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'id/server/auth/src/main/webapp/WEB-INF') diff --git a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml index 23737452a..54debca81 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -86,8 +86,8 @@ /dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string} - ^/stork2/SendPEPSAuthnRequest$ - /dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string} + ^/stork2/SendPEPSAuthnRequestWithoutSignedDoc$ + /dispatcher?mod=id_stork2&action=AuthenticationRequest1&%{query-string} ^/stork2/RetrieveMandate$ diff --git a/id/server/auth/src/main/webapp/WEB-INF/web.xml b/id/server/auth/src/main/webapp/WEB-INF/web.xml index 4efda0c79..42085b01e 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/web.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/web.xml @@ -107,6 +107,14 @@ at.gv.egovernment.moa.id.auth.servlet.PEPSConnectorServlet + + PEPSConnectorWithLocalSigningServlet + PEPSConnectorWithLocalSigningServlet + Servlet receiving STORK SAML Response Messages from + different C-PEPS + + at.gv.egovernment.moa.id.auth.servlet.PEPSConnectorWithLocalSigningServlet + -- cgit v1.2.3