From 3f5365c0036b5aa38c0b5a15b9b1215c6004fa36 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 4 Apr 2013 14:35:49 +0200 Subject: added new Servlet definitions added URL rewrite modul --- id/server/auth/src/main/webapp/WEB-INF/web.xml | 115 ++++++++++++++++++------- 1 file changed, 86 insertions(+), 29 deletions(-) (limited to 'id/server/auth/src/main/webapp/WEB-INF/web.xml') 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 2a1d093d9..dcacce819 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/web.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/web.xml @@ -34,19 +34,19 @@ Get the MIS session ID coming from security layer at.gv.egovernment.moa.id.auth.servlet.GetMISSessionIDServlet - + GetForeignID GetForeignID Gets the foreign eID from security layer at.gv.egovernment.moa.id.auth.servlet.GetForeignIDServlet - - ProcessInput - ProcessInput - Process user input needed by infobox validators - at.gv.egovernment.moa.id.auth.servlet.ProcessValidatorInputServlet - + + ProcessInput + ProcessInput + Process user input needed by infobox validators + at.gv.egovernment.moa.id.auth.servlet.ProcessValidatorInputServlet + VerifyAuthBlock VerifyAuthBlock @@ -56,7 +56,8 @@ ConfigurationUpdate ConfigurationUpdate - Update MOA-ID Auth configuration from the configuration file + Update MOA-ID Auth configuration from the configuration + file at.gv.egovernment.moa.id.auth.servlet.ConfigurationServlet @@ -67,28 +68,62 @@ - jspservlet - org.apache.jasper.servlet.JspServlet - + jspservlet + org.apache.jasper.servlet.JspServlet + PEPSConnectorServlet PEPSConnectorServlet - Servlet receiving STORK SAML Response Messages from different C-PEPS + Servlet receiving STORK SAML Response Messages from + different C-PEPS - at.gv.egovernment.moa.id.auth.servlet.PEPSConnectorServlet + at.gv.egovernment.moa.id.auth.servlet.PEPSConnectorServlet - + + + + AuthDispatcherServlet + AuthDispatcher Servlet + at.gv.egovernment.moa.id.entrypoints.AuthDispatcherServlet + 1 + + + UnauthDispatcherServlet + UnauthDispatcher Servlet + at.gv.egovernment.moa.id.entrypoints.DispatcherServlet + 1 + + + + + at.gv.egovernment.moa.id.protocols.saml1.GetArtifactServlet + at.gv.egovernment.moa.id.protocols.saml1.GetArtifactServlet + + + + + + + UnauthDispatcherServlet + /UnauthDispatcher + + + AuthDispatcherServlet + /AuthDispatcher + + + - jspservlet - /errorpage-auth.jsp - - + jspservlet + /errorpage-auth.jsp + + - jspservlet - /message-auth.jsp - + jspservlet + /message-auth.jsp + SelectBKU @@ -96,7 +131,7 @@ StartAuthentication - /StartAuthentication + /StartBKUAuthentication VerifyIdentityLink @@ -114,15 +149,15 @@ GetForeignID /GetForeignID - + ProcessInput /ProcessInput - - VerifyAuthBlock - /VerifyAuthBlock - + + VerifyAuthBlock + /VerifyAuthBlock + ConfigurationUpdate /ConfigurationUpdate @@ -135,6 +170,28 @@ PEPSConnectorServlet /PEPSConnector + + + + + + UrlRewriteFilter + org.tuckey.web.filters.urlrewrite.UrlRewriteFilter + + + + UrlRewriteFilter + /* + REQUEST + FORWARD + + + 5 @@ -157,8 +214,8 @@ - The role that is required to log in to the moa Application - + The role that is required to log in to the moa Application + moa-admin -- cgit v1.2.3