Skip to content
Snippets Groups Projects
  1. Mar 08, 2010
  2. Mar 05, 2010
  3. Mar 03, 2010
  4. Mar 01, 2010
  5. Feb 24, 2010
  6. Feb 22, 2010
  7. Feb 18, 2010
  8. Feb 17, 2010
  9. Feb 16, 2010
  10. 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
  11. Feb 14, 2010
  12. Feb 12, 2010
  13. Feb 11, 2010
  14. Feb 10, 2010
Loading