- Mar 13, 2012
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3041 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3040 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 10, 2011
-
-
Jacob Christiansen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2708 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 05, 2011
-
-
Jacob Christiansen authored
Added the ability to disable consent on certain attributes Minor update to documentation git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2703 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 04, 2011
-
-
Jacob Christiansen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2698 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 30, 2010
-
-
Jacob Christiansen authored
function is declared as static. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2668 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 16, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2652 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 28, 2010
-
-
Olav Morken authored
This function is called statically several places, so let us make it static to avoid the warnings. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2612 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 06, 2009
-
-
Jacob Christiansen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1977 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 14, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1853 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 13, 2009
-
-
Olav Morken authored
Since the exception message is now passed back to the SP, the error should be more informative. This patch change the error message to indicate that we are unable to give consent on a passive request. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1576 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 26, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1332 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 07, 2009
-
-
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
-
- Feb 04, 2009
-
-
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
-
- Nov 01, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@966 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@965 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 31, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@958 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Apologize for earlier checking in untested changes to the consent module. Im fixing it now, this was the first step... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@956 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 29, 2008
-
-
Andreas Åkre Solberg authored
adding support for including values in generation of consent hashes. Rolled back to old-fashioned hash generation after agreement with WAYF.dk git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@954 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 25, 2008
-
-
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
-