Consent module.
This implements a module for requesting attribute release consent from the user. It is based on the consent support already in simpleSAMLphp. There are some changes brom the builtin consent support. The database schema is different, the table now includes a UNIQUE constraint on user and destination, and the destination is no longer encoded as a hash. There is also support for saving the consent in cookies. See modules/consent/Auth/Process/Consent.php for information about configuration. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@829 44740490-163a-0410-bde0-09ae8108e29a
Showing
- modules/consent/default-disable 3 additions, 0 deletionsmodules/consent/default-disable
- modules/consent/lib/Auth/Process/Consent.php 145 additions, 0 deletionsmodules/consent/lib/Auth/Process/Consent.php
- modules/consent/lib/Consent/Store/Cookie.php 247 additions, 0 deletionsmodules/consent/lib/Consent/Store/Cookie.php
- modules/consent/lib/Consent/Store/Database.php 378 additions, 0 deletionsmodules/consent/lib/Consent/Store/Database.php
- modules/consent/lib/Store.php 107 additions, 0 deletionsmodules/consent/lib/Store.php
- modules/consent/templates/default/consentform.php 117 additions, 0 deletionsmodules/consent/templates/default/consentform.php
- modules/consent/templates/default/noconsent.php 21 additions, 0 deletionsmodules/consent/templates/default/noconsent.php
- modules/consent/www/getconsent.php 82 additions, 0 deletionsmodules/consent/www/getconsent.php
- modules/consent/www/noconsent.php 27 additions, 0 deletionsmodules/consent/www/noconsent.php
Loading
Please register or sign in to comment