Skip to content
Snippets Groups Projects
  1. Apr 28, 2014
    • Thijs Kinkhorst's avatar
      Also check $errno against PHP's error_reporting. · 04da32d7
      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.
      04da32d7
  2. Apr 10, 2014
  3. Apr 07, 2014
  4. Apr 01, 2014
  5. Mar 31, 2014
  6. Mar 25, 2014
  7. Mar 24, 2014
  8. Mar 14, 2014
    • Andrea Biancini's avatar
      Modification to permit the automatic metadata creation of an SP to produce a... · efbee639
      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" />
      efbee639
  9. Mar 03, 2014
  10. Feb 28, 2014
  11. Feb 27, 2014
  12. Feb 25, 2014
  13. Feb 24, 2014
  14. Feb 21, 2014
  15. Feb 20, 2014
Loading