[java-identity-provider] branch main updated: IDP-1653 - Include ProtocolBinding in proxied SAML AuthnRequest
Scott Cantor
cantor.2 at osu.edu
Mon Jan 4 22:15:15 UTC 2021
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=ef2f85fbecf13246563f1aadbdd76a25c504ec2e
The following commit(s) were added to refs/heads/main by this push:
new ef2f85fbe IDP-1653 - Include ProtocolBinding in proxied SAML AuthnRequest
ef2f85fbe is described below
commit ef2f85fbecf13246563f1aadbdd76a25c504ec2e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 4 17:15:12 2021 -0500
IDP-1653 - Include ProtocolBinding in proxied SAML AuthnRequest
https://issues.shibboleth.net/jira/browse/IDP-1653
Add property of a bean function to run as a MessageHandler.
---
.../main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml | 2 ++
1 file changed, 2 insertions(+)
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 7cab050ef..0965061ad 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
@@ -180,6 +180,8 @@
<list>
<bean class="org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandler" scope="prototype"/>
<bean class="org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler" scope="prototype"/>
+ <bean class="org.opensaml.messaging.handler.impl.FunctionMessageHandler" scope="prototype"
+ p:function="#{getObject('%{idp.authn.SAML.messageHandlerFunction:}'.trim())}" />
<bean class="org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler" scope="prototype"
p:signErrorResponses="%{idp.errors.signed:true}">
<property name="activationCondition">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list