- Jun 12, 2008
-
-
Lasse Birnbaum Jensen authored
Documentation for attribute alter functions updated. Also described access to the remote Idp entity ID from alter functions. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@637 44740490-163a-0410-bde0-09ae8108e29a
-
http://code.google.com/p/simplesamlphp/issues/detail?id=99Lasse Birnbaum Jensen authored
!! IMPORTANT !! This patch may break existing configurations if custom attributealter functions are used. To use the new implementation attributealter function must be placed in a specific file for that function. Example: attributealter function insertorgname which insert a static organization name in the attribute set. Function must be placed in file attributealter/insertorgname.php and have the following content. attributealter/insertorgname.php <?php function attributealter_insertorgname($attributes,$spid = null, $idpid=null) { $attributes['orgname']=array('static name'); } git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@636 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Note that this patch has some user-visible changes: - The entity id of the IdP is must now match the Issuer in the response we get from the IdP. - The 'cert' option in the IdP is replaced with the 'certificate' option. The default search path of the certificate is the 'cert' directory. - The AssertionConsumerService.php handler has been renamed to prp.php. - The 'realm' option in the sp-hosted metadata is removed. Now we use the entity id of the sp instead. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@635 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@634 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 11, 2008
-
-
Mads Freek Petersen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@633 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
Adding support for having name and description in multiple language in metadata to be shown at the disco service git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@632 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@631 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This commit adds two convenience functions: getString and getBoolean to the configuration class. These functions will performe type checking before returning the value, and has support for required and optional values. Also update getValue to support required options. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@630 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@629 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 10, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@628 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@627 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@626 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@625 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@624 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@623 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 09, 2008
-
-
Olav Morken authored
additional sanity checks. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@622 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Clarified documentation for the IdP discovery service icon, and added the icon parameter to the valid metadata fields for remote IdPs. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@621 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@620 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@619 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@618 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@617 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 06, 2008
-
-
Olav Morken authored
Change "idpdisco.url.saml2" to "idpdisco.url.saml20", to be consistent with the rest of simpleSAMLphp. Also include a forgotten change from the last patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@616 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@615 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@614 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@613 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@612 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@611 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
invalid logout handler. The file name should no longer be neccesary, as the files should now be loaded by the autoloader. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@609 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This patch adds a autoloader file (lib/_autoload.php), and changes www/_include.php to load this file. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@608 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@607 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@606 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 05, 2008
-
-
Olav Morken authored
The 'errorreportaddress' configuration option is now removed, and the user must set the 'technicalcontact_email' to enable error reporting. This patch introduces two new strings which should be translated, both in dict/errors.php: 'errorreport_header': Error report sent 'errorreport_text': The error report has been sent to the administrators. A more descriptive message should probably be set as the text. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@605 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@604 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 04, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@603 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Note that this may break existing applications. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@602 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@601 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@600 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@599 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@598 44740490-163a-0410-bde0-09ae8108e29a
-