[java-identity-provider] branch master updated: IDP-1398: Servlet filter mappings missing inbound SAML 2 artifact ...
Brent Putman
putmanb at georgetown.edu
Thu Jan 10 21:10:48 EST 2019
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4983f946e2e364f055960a767ba6864bb97a29dc
The following commit(s) were added to refs/heads/master by this push:
new 4983f94 IDP-1398: Servlet filter mappings missing inbound SAML 2 artifact ...
4983f94 is described below
commit 4983f946e2e364f055960a767ba6864bb97a29dc
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Jan 10 21:10:46 2019 -0500
IDP-1398: Servlet filter mappings missing inbound SAML 2 artifact ...
---
idp-war/src/main/webapp/WEB-INF/web.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index bac8176..1af177f 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -73,9 +73,11 @@
<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/Artifact/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>
+ <url-pattern>/profile/SAML2/Artifact/SLO</url-pattern>
<url-pattern>/profile/cas/login</url-pattern>
</filter-mapping>
<filter-mapping>
@@ -86,6 +88,7 @@
<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/Artifact/SSO</url-pattern>
<url-pattern>/profile/cas/login</url-pattern>
<url-pattern>/Authn/*</url-pattern>
</filter-mapping>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list