Skip to content
Snippets Groups Projects
  1. Feb 06, 2009
  2. Jan 08, 2009
  3. Jan 07, 2009
  4. Dec 17, 2008
  5. Nov 17, 2008
  6. Oct 21, 2008
  7. Oct 20, 2008
  8. Oct 14, 2008
  9. Sep 29, 2008
  10. Sep 24, 2008
  11. Sep 09, 2008
  12. Sep 03, 2008
  13. Aug 29, 2008
  14. Aug 19, 2008
  15. Jul 02, 2008
  16. Jun 30, 2008
  17. Jun 25, 2008
  18. Jun 24, 2008
  19. Jun 23, 2008
  20. Jun 16, 2008
  21. Jun 13, 2008
    • Olav Morken's avatar
      IdP discovery: Add support for saving the users choice of IdP. · 386c5736
      Olav Morken authored
      A config option is added which enables this: 'idpdisco.enableremember'
      A checkbox allowing the user to save his choice of IdP appears on the IdP
      selection page if this option is enabled.
      
      This patch breaks backwards-compatibility for the selectidp-links page. Also,
      the selectidp-dropdown page must be modified to show the checkboxk.
      
      An additional page (https://.../simplesaml/cleardiscochoices.php) has been
      added to make it possible to delete the current IdP choices.
      
      There are also some dictionary updates which are not part of this patch:
      frontpage.php:
      +	'link_cleardiscochoices' => array (
      +		'en' => 'Delete my choices of IdP in the IdP discovery services',
      +		'no' => 'Slett mitt valg av IdP i IdP discovery tjenestene',
      +	),
      disco.php:
      +	'remember' => array (
      +		'en' => 'Remember my choice',
      +		'no' => 'Husk mitt valg',
      +	),
      
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@652 44740490-163a-0410-bde0-09ae8108e29a
      386c5736
  22. Jun 10, 2008
  23. Jun 06, 2008
  24. Jun 03, 2008
    • Olav Morken's avatar
      Add metadata signing. · 383561e8
      Olav Morken authored
      This patch adds metadata signing. It can be enabled globally by setting
      the 'metadata.sign.enable' global option, or per SP/IdP by setting
      the same option in the metadata of the SP/IdP.
      
      To sign the metadata, both a private key and a certificate is used. The
      following configuration options determine which key and certificate files
      will be used:
      
      - per SP/IdP metadata:
        'metadata.sign.privatekey' & 'metadata.sign.certificate'
      - globally:
        'metadata.sign.privatekey' & 'metadata.sign.certificate'
      - per SP/IdP metadata: (fallback)
        'privatekey' & 'certificate'
      
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@593 44740490-163a-0410-bde0-09ae8108e29a
      383561e8
  25. May 16, 2008
  26. May 15, 2008
  27. May 13, 2008
  28. May 12, 2008
Loading