[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/web.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 15 16:05:25 EDT 2014


Author: scantor
Date: Mon Sep 15 16:05:24 2014
New Revision: 6529

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6529&view=rev
Log:
IDP-224 - Add SAML logout endpoints to filter mappings.

Modified:
    trunk/idp-war/src/main/webapp/WEB-INF/web.xml

Modified: trunk/idp-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/web.xml?rev=6529&r1=6528&r2=6529&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Mon Sep 15 16:05:24 2014
@@ -65,6 +65,9 @@
         <url-pattern>/profile/SAML2/Redirect/SSO</url-pattern>
         <url-pattern>/profile/SAML2/POST/SSO</url-pattern>
         <url-pattern>/profile/SAML2/POST-SimpleSign/SSO</url-pattern>
+        <url-pattern>/profile/SAML2/Redirect/SLO</url-pattern>
+        <url-pattern>/profile/SAML2/POST/SLO</url-pattern>
+        <url-pattern>/profile/SAML2/POST-SimpleSign/SLO</url-pattern>
     </filter-mapping>
     <filter-mapping>
         <filter-name>DelegatingFilterProxy</filter-name>
@@ -74,6 +77,9 @@
         <url-pattern>/profile/SAML2/Redirect/SSO</url-pattern>
         <url-pattern>/profile/SAML2/POST/SSO</url-pattern>
         <url-pattern>/profile/SAML2/POST-SimpleSign/SSO</url-pattern>
+        <url-pattern>/profile/SAML2/Redirect/SLO</url-pattern>
+        <url-pattern>/profile/SAML2/POST/SLO</url-pattern>
+        <url-pattern>/profile/SAML2/POST-SimpleSign/SLO</url-pattern>
     </filter-mapping>
     <filter-mapping>
         <filter-name>CharacterEncodingFilter</filter-name>



More information about the commits mailing list