[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-be...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 21 21:03:53 EDT 2015
Author: putmanb
Date: Fri Aug 21 21:03:53 2015
New Revision: 7699
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7699&view=rev
Log:
Add profile action which populates inbound message context with SAMLSelfEntityContext entityID.
This is needed for delegation flow, inbound Assertion token processing needs to be able to validate the Audience values.
Added:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/PopulateInboundMessageContextWithSAMLSelf.java (with props)
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-beans.xml?rev=7699&r1=7698&r2=7699&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-beans.xml Fri Aug 21 21:03:53 2015
@@ -27,6 +27,9 @@
<!-- TODO: these probably don't belong here. -->
+ <bean id="PopulateInboundMessageContextWithSAMLSelf"
+ class="net.shibboleth.idp.saml.profile.impl.PopulateInboundMessageContextWithSAMLSelf" scope="prototype" />
+
<bean id="ProcessFrameworkHandler"
class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor" scope="prototype"
c:executionDirection="INBOUND">
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-flow.xml?rev=7699&r1=7698&r2=7699&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-security-flow.xml Fri Aug 21 21:03:53 2015
@@ -9,6 +9,7 @@
<!-- First do everything related to TLS, the SOAP binding and WS-Security processing. -->
<!-- TODO these don't really belong here. Need to figure out where/how to wire them. -->
+ <evaluate expression="PopulateInboundMessageContextWithSAMLSelf" />
<evaluate expression="ExtractMessageIDHandler" />
<evaluate expression="ValidateActionHandler" />
<evaluate expression="ProcessFrameworkHandler" />
More information about the commits
mailing list