[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml/saml2: sso-abstract-beans.xml...

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 17 16:46:07 EDT 2014


Author: scantor
Date: Thu Jul 17 16:46:07 2014
New Revision: 6303

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6303&view=rev
Log:
IDP-415: Action to add GeneratedKey to advice.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml

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=6303&r1=6302&r2=6303&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 Thu Jul 17 16:46:07 2014
@@ -71,6 +71,9 @@
     <bean id="AddChannelBindingsToAssertions"
         class="org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions" scope="prototype" />
 
+    <bean id="AddGeneratedKeyToAssertions"
+        class="org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions" scope="prototype" />
+
     <bean id="UpdateSessionWithSPSession"
             class="net.shibboleth.idp.session.impl.UpdateSessionWithSPSession" scope="prototype"
             p:activationCondition="%{idp.session.enabled:true}"

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml?rev=6303&r1=6302&r2=6303&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml Thu Jul 17 16:46:07 2014
@@ -53,6 +53,7 @@
         <evaluate expression="AddAudienceRestrictionToAssertions" />
         <evaluate expression="AddProxyRestrictionToAssertions" />
         <evaluate expression="AddChannelBindingsToAssertions" />
+        <evaluate expression="AddGeneratedKeyToAssertions" />
 
         <!-- Needs access to unencrypted NameID and Assertion. -->
         <evaluate expression="UpdateSessionWithSPSession" />



More information about the commits mailing list