[java-identity-provider] branch main updated: IDP-2318 - Duplicative handler for message issuer in SAML proxy flow
Scott Cantor
cantor.2 at osu.edu
Wed Aug 28 12:56:13 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=82649352d933eae02e304f4b96ca784378dab0a7
The following commit(s) were added to refs/heads/main by this push:
new 82649352d IDP-2318 - Duplicative handler for message issuer in SAML proxy flow
82649352d is described below
commit 82649352d933eae02e304f4b96ca784378dab0a7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 28 08:56:11 2024 -0400
IDP-2318 - Duplicative handler for message issuer in SAML proxy flow
https://shibboleth.atlassian.net/browse/IDP-2318
---
.../main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml
index 4d288d003..a6205c0fa 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml
@@ -315,8 +315,6 @@
p:httpServletRequestSupplier-ref="shibboleth.HttpServletRequestSupplier"
p:parser-ref="shibboleth.ParserPool"
p:keyInfoResolver-ref="shibboleth.KeyInfoCredentialResolver" />
- <bean class="org.opensaml.messaging.handler.impl.CheckMandatoryIssuer" scope="prototype"
- p:issuerLookupStrategy-ref="InboundEntityIDLookup" />
<bean class="org.opensaml.messaging.handler.impl.CheckExpectedIssuer" scope="prototype"
p:issuerLookupStrategy-ref="InboundEntityIDLookup"
p:expectedIssuerLookupStrategy-ref="OutboundEntityIDLookup" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list