- Jan 19, 2015
-
-
Jaime Perez Crespo authored
Add $authority parameter to initLogoutReturn which was previously removed instead of making it mandatory.
-
Jaime Perez authored
-
Jaime Perez authored
Make auth source mandatory as a parameter to SimpleSAML_Auth_Default::initLogoutReturn() and initLogout().
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Jul 08, 2014
-
-
Jaime Perez authored
Rename SimpleSAML_Session::getInstance() to SimpleSAML_Session::getSessionFromRequest(), and leave the former as deprecated.
-
- Jan 24, 2014
-
-
Jaime Pérez Crespo authored
Followup on previous commits. Use redirectUntrustedURL() as a shortcut, and let everything else make use of redirectTrustedURL(). Move the responsibility to check the input out of the library, to the places where URLs are grabbed from input parameters. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3332 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 17, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3326 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 13, 2013
-
-
Andjelko Horvat authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3276 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 08, 2013
-
-
Olav Morken authored
Thanks to Daniel Tsosie for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3233 44740490-163a-0410-bde0-09ae8108e29a
-
- May 24, 2012
-
-
Olav Morken authored
Thanks to Tim Ace for reporting this bug! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3103 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 23, 2011
-
-
Olav Morken authored
Thanks to Thijs Kinkhorst for fixing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3005 44740490-163a-0410-bde0-09ae8108e29a
-
- May 24, 2011
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2848 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 16, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2638 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2637 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 26, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2269 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 16, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2250 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 16, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2057 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2056 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This patch fixes a bug introduced in r2019. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2052 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 03, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2019 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 18, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1996 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 05, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1955 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 24, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1783 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 13, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1573 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This function makes SimpleSAML_Auth_Default save the errorURL given to the login functionin the state array. This will make the SimpleSAML_Auth_State class pass exceptions to this url. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1572 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This patch removes the loginFailed handler in preparation for replacing it with a new handler based on the exception handler code added to the SimpleSAML_Auth_State class. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1571 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 18, 2009
-
-
Olav Morken authored
This allows all authentication modules which uses the Auth_State class for saving and restoring the state to handle session lost events. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1287 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 06, 2009
-
-
Andreas Åkre Solberg authored
Add support for bootstrapping an unsolited Response when session is lost during login. The scenario this feature is targeted to solve is that end users is bookmarking the login page and returning to the login page after the session has timed out. Then the cache of the request is lost, and the SP is unlikely to be able to match the request with the response. The fallback that is implemented is that the response unsolited, meaning that the InResponseTo is dropped and the response does not need to be matched against a request. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1245 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 10, 2008
-
-
Olav Morken authored
Auth/{Source,Default}: add support for logout callbacks, for receiving external logout notifications. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@984 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@978 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 20, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@937 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 18, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@810 44740490-163a-0410-bde0-09ae8108e29a
-