[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Oct 22 12:31:14 EDT 2014
Author: tzeller
Date: Wed Oct 22 12:31:13 2014
New Revision: 6766
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6766&view=rev
Log:
Fix missed refactor.
Modified:
trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml?rev=6766&r1=6765&r2=6766&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml Wed Oct 22 12:31:13 2014
@@ -32,13 +32,11 @@
<!-- Parent bean for terms of use consent flows. -->
<bean id="shibboleth.consent.TermsOfUseFlow" abstract="true"
- class="net.shibboleth.idp.consent.flow.tou.TermsOfUseFlowDescriptor"
+ class="net.shibboleth.idp.consent.flow.ConsentFlowDescriptor"
p:activationCondition-ref="shibboleth.consent.RelyingPartyPredicate"
p:storageService-ref="shibboleth.ClientStorageService"
p:compareValues="true"
p:lifetime="P1Y"
- p:idMessageCode="idp.tou.id"
- p:textMessageCode="idp.tou.text"
scope="prototype" />
<bean id="shibboleth.consent.UserStorageKey"
More information about the commits
mailing list