[java-identity-provider] branch maint-5.1 updated: IDP-2299 - SAML Auth servlet not covered by response filter

Scott Cantor cantor.2 at osu.edu
Thu Jul 25 18:56:29 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f4b5dfde81e1671967f3ddd472ccd953a1e5a17e

The following commit(s) were added to refs/heads/maint-5.1 by this push:
     new f4b5dfde8 IDP-2299 - SAML Auth servlet not covered by response filter
f4b5dfde8 is described below

commit f4b5dfde81e1671967f3ddd472ccd953a1e5a17e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 25 14:55:53 2024 -0400

    IDP-2299 - SAML Auth servlet not covered by response filter
    
    https://shibboleth.atlassian.net/browse/IDP-2299
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml
index f597c9d5d..8a5ad909e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml
@@ -88,6 +88,7 @@
     <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/SAML2/POST-SimpleSign/SSO" />
     <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/SAML2/Artifact/SSO" />
     <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/cas/login" />
+    <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/Authn/" />
     <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/Authn/" />
 
 </beans>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list