[java-identity-provider] 02/02: IDP-2299 - SAML Auth servlet not covered by response filter
Scott Cantor
cantor.2 at osu.edu
Thu Jul 25 18:58:57 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e348ad3159a5cf5e30c4d22cc1982cbb8932a4ce
commit e348ad3159a5cf5e30c4d22cc1982cbb8932a4ce
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