Skip to content
Snippets Groups Projects
  1. Sep 24, 2009
  2. Sep 22, 2009
  3. Sep 21, 2009
  4. Sep 03, 2009
  5. Aug 28, 2009
  6. Aug 17, 2009
  7. Aug 14, 2009
  8. Aug 13, 2009
  9. Jul 13, 2009
  10. Jul 06, 2009
  11. Jul 03, 2009
  12. Mar 19, 2009
  13. Mar 17, 2009
  14. Mar 01, 2009
  15. Feb 27, 2009
  16. Feb 26, 2009
  17. Feb 18, 2009
  18. Feb 17, 2009
  19. Feb 06, 2009
    • Andreas Åkre Solberg's avatar
      Add support for bootstrapping an unsolited Response when session is lost... · 126f7405
      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
      126f7405
  20. 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
  21. Feb 03, 2009
  22. Jan 20, 2009
  23. Jan 19, 2009
Loading