From 51a20d87200cd219409fce5b30d32cf38f616e73 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 28 Apr 2015 17:09:01 +0200 Subject: Added default webapp files for customization. --- edit-webapp/WEB-INF/web.xml | 230 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 edit-webapp/WEB-INF/web.xml (limited to 'edit-webapp/WEB-INF/web.xml') diff --git a/edit-webapp/WEB-INF/web.xml b/edit-webapp/WEB-INF/web.xml new file mode 100644 index 0000000..e012740 --- /dev/null +++ b/edit-webapp/WEB-INF/web.xml @@ -0,0 +1,230 @@ + + + + Shibboleth Identity Provider + + + + contextConfigLocation + ${idp.home}/system/conf/global-system.xml + + + + contextClass + net.shibboleth.ext.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext + + + + contextInitializerClasses + net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer + + + + + org.springframework.web.context.ContextLoaderListener + + + + + + CharacterEncodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + CookieBufferingFilter + net.shibboleth.utilities.java.support.net.CookieBufferingFilter + + + + ClientSessionStorageServiceFilter + org.springframework.web.filter.DelegatingFilterProxy + + targetBeanName + shibboleth.ClientSessionStorageService + + + + + ClientPersistentStorageServiceFilter + org.springframework.web.filter.DelegatingFilterProxy + + targetBeanName + shibboleth.ClientPersistentStorageService + + + + + RequestResponseContextFilter + net.shibboleth.utilities.java.support.net.RequestResponseContextFilter + + + + SL4JMDCServletFilter + net.shibboleth.idp.log.SLF4JMDCServletFilter + + + CookieBufferingFilter + /profile/Logout + /profile/Shibboleth/SSO + /profile/SAML2/Unsolicited/SSO + /profile/SAML2/Redirect/SSO + /profile/SAML2/POST/SSO + /profile/SAML2/POST-SimpleSign/SSO + /profile/SAML2/Redirect/SLO + /profile/SAML2/POST/SLO + /profile/SAML2/POST-SimpleSign/SLO + /profile/cas/login + + + ClientSessionStorageServiceFilter + /profile/Logout + /profile/Shibboleth/SSO + /profile/SAML2/Unsolicited/SSO + /profile/SAML2/Redirect/SSO + /profile/SAML2/POST/SSO + /profile/SAML2/POST-SimpleSign/SSO + /profile/SAML2/Redirect/SLO + /profile/SAML2/POST/SLO + /profile/SAML2/POST-SimpleSign/SLO + /profile/cas/login + + + ClientPersistentStorageServiceFilter + /profile/Shibboleth/SSO + /profile/SAML2/Unsolicited/SSO + /profile/SAML2/Redirect/SSO + /profile/SAML2/POST/SSO + /profile/SAML2/POST-SimpleSign/SSO + /profile/cas/login + + + CharacterEncodingFilter + /* + + + RequestResponseContextFilter + /* + + + SL4JMDCServletFilter + /* + + + + + + + + idp + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + ${idp.home}/system/conf/mvc-beans.xml ${idp.home}/system/conf/webflow-config.xml + + + contextClass + net.shibboleth.ext.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext + + 1 + + + idp + /status + /profile/* + + + + + RemoteUserAuthHandler + net.shibboleth.idp.authn.impl.RemoteUserAuthServlet + 2 + + + RemoteUserAuthHandler + /Authn/RemoteUser + + + + + X509AuthHandler + net.shibboleth.idp.authn.impl.X509AuthServlet + 3 + + + X509AuthHandler + /Authn/X509 + + + + + shibboleth_jsp + /WEB-INF/jsp/metadata.jsp + + + shibboleth_jsp + /shibboleth + + + + + + + + + + + -- cgit v1.1