[java-identity-provider COMMIT] in /trunk/idp-conf: pom.xml src/main/resources/system/flows/saml/saml1/attribute-quer...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Apr 6 20:45:01 EDT 2014
Author: scantor
Date: Sun Apr 6 20:45:00 2014
New Revision: 5699
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5699&view=rev
Log:
Wire in mandatory issuer check.
Modified:
trunk/idp-conf/pom.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
Modified: trunk/idp-conf/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/pom.xml?rev=5699&r1=5698&r2=5699&view=diff
==============================================================================
Binary files - no diff available.
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml?rev=5699&r1=5698&r2=5699&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml Sun Apr 6 20:45:00 2014
@@ -75,6 +75,12 @@
<bean class="org.opensaml.saml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityHandler">
<property name="trustEngine" ref="idp.SignatureTrustEngine" />
</bean>
+
+ <bean class="org.opensaml.messaging.handler.impl.CheckMandatoryIssuer">
+ <property name="issuerLookupStrategy">
+ <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextIssuerFunction" />
+ </property>
+ </bean>
</util:list>
</property>
</bean>
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml?rev=5699&r1=5698&r2=5699&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml Sun Apr 6 20:45:00 2014
@@ -46,6 +46,11 @@
<bean class="org.opensaml.saml.common.binding.security.MessageReplaySecurityHandler"
p:replayCache-ref="shibboleth.ReplayCache" />
<bean class="org.opensaml.saml.common.binding.security.MessageLifetimeSecurityHandler" />
+ <bean class="org.opensaml.messaging.handler.impl.CheckMandatoryIssuer">
+ <property name="issuerLookupStrategy">
+ <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextIssuerFunction" />
+ </property>
+ </bean>
</util:list>
</property>
</bean>
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml?rev=5699&r1=5698&r2=5699&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml Sun Apr 6 20:45:00 2014
@@ -75,6 +75,11 @@
<property name="keyInfoResolver" ref="testbed.KeyInfoCredentialResolver" />
</bean>
+ <bean class="org.opensaml.messaging.handler.impl.CheckMandatoryIssuer">
+ <property name="issuerLookupStrategy">
+ <bean class="org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextIssuerFunction" />
+ </property>
+ </bean>
</util:list>
</property>
</bean>
More information about the commits
mailing list