Skip to content
Snippets Groups Projects
  1. Aug 24, 2017
  2. Jun 20, 2017
    • Elijah Lynn's avatar
      Add PDO $options support · 8e7d5ff1
      Elijah Lynn authored
      I may be missing something but I haven't found a way to add the --ssl-ca
      MySQL option to my database connection. It appears we just need to pass
      in an $options param.
      8e7d5ff1
  3. Sep 29, 2016
  4. Mar 09, 2016
  5. Nov 06, 2015
  6. Apr 21, 2015
  7. Jul 09, 2014
  8. Dec 03, 2013
  9. May 03, 2013
  10. Mar 15, 2012
  11. Dec 08, 2011
  12. Jan 10, 2011
  13. Feb 25, 2009
  14. Feb 17, 2009
  15. Feb 07, 2009
    • Mads Freek Petersen's avatar
      Added the wayf.dk consentAdmin functionality as a module. We · 3b3dfadb
      Mads Freek Petersen authored
      have used this in wayf.dk for giving the users a way to see -,
      give - and withdraw consent for all service providers in one
      place. The work of adapting the code into a module mostly done
      by Jacob Christiansen - (jach@wayf.dk).
      
      It depends on the Consent module for computing hashes and
      accessing the consent database. It also depends on the new
      isPassive functionality in the auth processing filters ie. a
      filter must throw a SimpleSAML_Error_NoPassive exception if it
      demands user interaction to be compatible with this module.
      
      In addition Jacob has fixet a bug in the Consent module so that
      i computes the correct targetedId when running on a bridge/proxy.
      
      The database access in the Consent module has been updated with
      some extra funtionality for consent administration use.
      
      
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1247 44740490-163a-0410-bde0-09ae8108e29a
      3b3dfadb
  16. Oct 31, 2008
  17. Aug 25, 2008
    • Olav Morken's avatar
      Consent module. · e2f779bb
      Olav Morken authored
      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
      e2f779bb
Loading