Skip to content
Snippets Groups Projects
  1. Jul 03, 2014
  2. Jun 27, 2014
  3. Jun 25, 2014
  4. Jun 24, 2014
  5. Jun 23, 2014
  6. Jun 20, 2014
  7. Jun 18, 2014
  8. Jun 17, 2014
  9. Jun 12, 2014
  10. May 12, 2014
  11. May 08, 2014
  12. May 02, 2014
  13. 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
  14. Apr 24, 2014
  15. Apr 10, 2014
  16. Apr 07, 2014
  17. Apr 01, 2014
  18. Mar 31, 2014
  19. Mar 25, 2014
  20. Mar 24, 2014
  21. 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
  22. Mar 03, 2014
  23. Feb 28, 2014
  24. Feb 27, 2014
Loading