Skip to content
Snippets Groups Projects
  1. Mar 13, 2012
  2. Jan 10, 2011
  3. Jan 05, 2011
  4. Jan 04, 2011
  5. Nov 30, 2010
  6. Nov 16, 2010
  7. Oct 28, 2010
  8. Nov 06, 2009
  9. Oct 14, 2009
  10. Jul 13, 2009
  11. Feb 26, 2009
  12. 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
  13. Feb 04, 2009
    • Mads Freek Petersen's avatar
      added support for IsPassive flag in Consent module and in · f9e8fe2d
      Mads Freek Petersen authored
      SSOService.
      
      If IsPassive is set and Consent requires user interaction an
      SimpleSAML_Error_NoPassive exception is thrown. SSOService now
      catches the exception and returns an AuthResponse with NoPassive
      (which SSP currently can't handle in an orderly way).
      
      We expect all processing modules to throw
      SimpleSAML_Error_NoPassive exceptions if isPassive is true in
      the state and they require user interaction.
      
      ProcessingChain is updated with a new method -
      processStatePassive which drives the processing filters with
      isPassive set to true and ignores all SimpleSAML_Error_NoPassive
      exceptions. This will be used in a forthcoming release of a
      consent administration module.
      
      Written by Jacob Christiansen and Mads Freek from wayf.dk.
      
      
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1237 44740490-163a-0410-bde0-09ae8108e29a
      f9e8fe2d
  14. Nov 01, 2008
  15. Oct 31, 2008
  16. Oct 29, 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