Skip to content
Snippets Groups Projects
  1. Feb 18, 2010
  2. Feb 17, 2010
  3. Feb 16, 2010
  4. Feb 15, 2010
    • Hans Zandbelt's avatar
      add support in core IDP for association groups which are used to share... · efd37879
      Hans Zandbelt authored
      add support in core IDP for association groups which are used to share associations between SAML 2 and ADFS IDPs, to enable cross-protocol single-logout (thanks Olav)
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2181 44740490-163a-0410-bde0-09ae8108e29a
      efd37879
    • Olav Morken's avatar
      Disable cookie secure-flag by default. · c4ae073b
      Olav Morken authored
      This patch removes the autodetection of the secure flag for the cookie
      based on whether the user is accessing simpleSAMLphp through https. The
      reason for this is that the user can often access an SP through both
      https and http. If the user starts with http, everything will work, but
      if the user starts with https, the user will get two separate cookies,
      one for https and one for http.
      
      This patch introduces a new configuration option in config.php:
      
          /*
           * Set the secure flag in the cookie.
           *
           * Set this to TRUE if the user only accesses your service
           * through https. If the user can access the service through
           * both http and https, this must be set to FALSE.
           */
          'session.cookie.secure' => FALSE,
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2180 44740490-163a-0410-bde0-09ae8108e29a
      c4ae073b
  5. Feb 14, 2010
  6. Feb 12, 2010
  7. Feb 11, 2010
  8. Feb 10, 2010
  9. Feb 08, 2010
  10. Feb 05, 2010
  11. Feb 01, 2010
  12. Jan 29, 2010
  13. Jan 28, 2010
Loading