[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/messages.properties flows/intercept/attri...

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 27 12:01:03 EDT 2014


Author: tzeller
Date: Mon Oct 27 12:01:02 2014
New Revision: 6790

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6790&view=rev
Log:
Move consent flows to system/. Add consent properties to messages.properties.

Added:
    trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-beans.xml
      - copied unchanged from r6789, trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-flow.xml
      - copied, changed from r6789, trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-abstract-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-beans.xml
      - copied, changed from r6789, trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-flow.xml
      - copied, changed from r6789, trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-abstract-flow.xml
Modified:
    trunk/idp-conf/src/main/resources/conf/messages.properties
    trunk/idp-conf/src/main/resources/flows/intercept/attribute-release/
    trunk/idp-conf/src/main/resources/flows/intercept/terms-of-use/
    trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-abstract-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-abstract-flow.xml
    trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm
    trunk/idp-conf/src/main/resources/views/intercept/terms-of-use.vm

Modified: trunk/idp-conf/src/main/resources/conf/messages.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/messages.properties?rev=6790&r1=6789&r2=6790&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/messages.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/messages.properties Mon Oct 27 12:01:02 2014
@@ -82,3 +82,82 @@
 
 error.title = Error
 error.message = An error occurred: $eventId
+
+
+# Messages related to terms of use consent.
+
+idp.terms-of-use.title      = Terms of Use
+
+idp.terms-of-use.accept     = I accept the terms of use
+
+idp.terms-of-use.submit     = Confirm
+
+idp.terms-of-use.required   = Please check this box if you want to proceed.
+
+idp.terms-of-use.id         = Terms of Use 1.0
+
+idp.terms-of-use.text = <em>*** This is an example ToU - tailor due to your needs ***</em> \
+                        <p>Example organization AAI services: Terms of Use (ToU)</p> \
+                        <strong>A. Data Protection Sample Clause</strong> \
+                        <p> \
+                        "The End User notes that personal data about the End User is compiled from generally \
+                        available sources and from communications received from the End User and other \
+                        Universities as well as from off-site sources. The policy relating to the use and procession \
+                        of such data is posted on the University website at [...]. Such data will be used, inter alia, \
+                        to authenticate and authorize the access to and use of various resources within \
+                        the University and on other sites ("Approved Uses"). The End User hereby consents to \
+                        the collection, processing, use and release of such data to the extent reasonably necessary \
+                        for the Approved Uses. Such consent includes, but is not limited to, the release \
+                        of personal data to other institutions by employing cookies and electronically exchanging, \
+                        caching and storing personal authorization attributes." \
+                        </p> \
+                        <strong>B. Limitation of Liability</strong> \
+                        <p> \
+                        "To the extent permitted by the applicable law, the End User hereby waives all and any \
+                        claims for cost and damages, whether direct or indirect, incidental, or consequential(including, \
+                        inter alia, loss of use and lost profits), both in contract and in tort, arising from \
+                        the use or in any way related to the inter-organizational authentication and authorization \
+                        services which allow the End User to access certain resources of other organizations. \
+                        This waiver of claims shall be valid and effective in relation to all participants of \
+                        the inter-organizational authentication and authorization services including the AAI \

[... 231 lines stripped ...]


More information about the commits mailing list