- Jul 03, 2014
-
-
Thijs Kinkhorst authored
This is more than just cosmetics, as the rnd.feide.no links redirect people to the SSP 1.5 documentation which is rather outdated.
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
Jaime Perez authored
-
- Jun 27, 2014
-
-
Jaime Perez authored
Fix #82 and #83. Make the checks for an IDPList happen only when we are the IdP authenticating the user, not an intermediate proxy.
-
- Jun 25, 2014
-
-
Jaime Perez authored
-
- Jun 24, 2014
-
-
Jaime Perez authored
Set WantAuthnRequestsSigned in the generated IdP XML metadata if validate.authnrequest or redirect.validate options are set in saml20-idp-hosted metadata (with that order of precedence). Fixes #43.
-
Jaime Perez authored
Match WantAuthnRequestsSigned to 'sign.authnrequest' option instead of 'redirect.sign' when parsing IdP metadata.
-
Harrison Conlin authored
-
- Jun 23, 2014
-
-
Jaime Perez authored
-
- Jun 20, 2014
-
-
Jaime Perez authored
Fail gracefully while parsing EntitiesDescriptor in the metarefresh module. Now only the offending entity is disregarded. Fixes #70.
-
- Jun 18, 2014
-
-
Jaime Perez authored
Give absolute priority to mdui:DisplayName for the 'name' field when parsing XML metadata. Solves #54.
-
Jaime Perez authored
Remove 'saml2.relaxvalidation' option from documentation. This feature was removed back in 2009. Fixes #78.
-
http://www.w3.org/2001/04/xmlenc#rsa-1_5Jaime Perez authored
Blacklist 'http://www.w3.org/2001/04/xmlenc#rsa-1_5' (RSA encryption with PKCS#1 v1.5 padding) by default.
-
- Jun 17, 2014
-
-
Jaime Perez authored
Reformat the logging classes. Extract the LoggingHandler to its own file. Add proper documentation. Fix typos.
-
Jaime Perez authored
-
- Jun 12, 2014
-
-
Jaime Perez authored
-
https://github.com/JanOppolzer/simplesamlphpJaime Perez authored
Merge branch 'translation' of https://github.com/JanOppolzer/simplesamlphp into JanOppolzer-translation
-
- May 12, 2014
-
-
Jaime Pérez authored
The 'idpdisco.extDiscoveryStorage option lacks a default NULL value in discopower.
-
Jaime Pérez authored
Also check $errno against PHP's error_reporting.
-
- May 08, 2014
-
-
Jaime Perez authored
-
Dan Tsosie authored
-
- May 02, 2014
-
-
Jan Oppolzer authored
Dictionaries files in expirycheck module renamed in order to solve collision with dictionaries files in preprodwarning module.
-
- Apr 28, 2014
-
-
Thijs Kinkhorst authored
This is necessary to make sure that if a minimum PHP error level has been set, this is also respected by SSP's error handler. Most notably, this will make calls prefixed with '@', the PHP warning silencer, actually silence the warnings. The SSP code tries to makes use of the @ sign on various places around the code, but this will only work if it's actually checked here.
-
- Apr 24, 2014
-
-
Stefano Gargiulo authored
See old issue: https://code.google.com/p/simplesamlphp/issues/detail?id=613
-
- Apr 10, 2014
-
-
Andreas Åkre Solberg authored
Just some temporary text to link users into simplesamlphp.org for download. Feel free to add more info later on.
-
- Apr 07, 2014
-
-
Jaime Pérez authored
Moved a try / catch up one level in MetaLoader.php. Closes #63 and #64.
-
Jaime Perez authored
-
Jaime Perez authored
Document the new feature implemented by Andrea Biancini to add friendly names to attributes in the SP's metadata. Solves issue #60.
-
Jaime Perez authored
-
- Apr 01, 2014
-
-
Mark Dixon authored
Moved a try / catch up one level in MetaLoader.php so that it is possible to re-use cached metadata if the XML cannot be parsed
-
- Mar 31, 2014
-
-
Andrea Biancini authored
-
- Mar 25, 2014
-
-
Jaime Perez authored
-
- Mar 24, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3408 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 14, 2014
-
-
Andrea Biancini authored
Modification to permit the automatic metadata creation of an SP to produce a friendlyName for RequestedAttributes. The current code works as follows. If authsources.php contains the following configuration: 'attributes' => array( 'eppn' => 'urn:oid:1.3.6.1.4.1.5923.1.1.1.6', 'mail' => 'urn:oid:0.9.2342.19200300.100.1.3', 'o' => 'urn:oid:2.5.4.10', 'cn' => 'urn:oid:2.5.4.3', 'givenName' => 'urn:oid:2.5.4.42', ), the metadata generator will produce the XML Metadata as follows: <md:RequestedAttribute FriendlyName="eppn" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="o" Name="urn:oid:2.5.4.10" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="cn" Name="urn:oid:2.5.4.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" /> <md:RequestedAttribute FriendlyName="givenName" Name="urn:oid:2.5.4.42" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
-
- Mar 03, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3406 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 28, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3405 44740490-163a-0410-bde0-09ae8108e29a
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3404 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 27, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3398 44740490-163a-0410-bde0-09ae8108e29a
-