- Feb 13, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1267 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1266 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1265 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1264 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Updates to the consent module in order to fulfit Feides requirements. Also moved the dictionary file inside the module... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1263 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 12, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1262 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1261 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1260 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1259 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 11, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1258 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1257 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1256 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1255 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1254 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1253 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 10, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1252 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1251 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1250 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1249 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1248 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 06, 2009
-
-
Andreas Åkre Solberg authored
Redirect the user if refreshing the login page and the session is lost (without entering credentials). Will improve user experience git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1246 44740490-163a-0410-bde0-09ae8108e29a
-
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
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1244 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1243 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Adding support for the IdP-first flow with SAML 2.0, where there is no authentication request, and an unsolited response is sent back to the SP. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1242 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1241 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 05, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1240 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1239 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1238 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
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1236 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1235 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 03, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1234 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1233 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1232 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1231 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1230 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1229 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1228 44740490-163a-0410-bde0-09ae8108e29a
-