Skip to content
Snippets Groups Projects
  1. Nov 06, 2015
  2. Nov 05, 2015
  3. Oct 24, 2015
  4. Oct 21, 2015
  5. Oct 06, 2015
  6. Jul 21, 2015
  7. Jul 07, 2015
  8. Jun 16, 2015
  9. May 27, 2015
  10. May 14, 2015
  11. Apr 08, 2015
  12. Jan 20, 2015
  13. Jan 15, 2015
  14. Jan 13, 2015
  15. Jan 08, 2015
  16. Jul 31, 2014
  17. Jul 09, 2014
  18. Jul 07, 2014
  19. Jun 17, 2014
  20. Apr 07, 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. Feb 21, 2014
  23. Jan 27, 2014
  24. Jan 24, 2014
  25. Jan 13, 2014
  26. Jan 06, 2014
  27. Nov 19, 2013
  28. Nov 18, 2013
  29. Sep 13, 2013
  30. Sep 04, 2013
  31. Jul 08, 2013
  32. May 23, 2013
  33. Apr 08, 2013
  34. Jan 09, 2013
Loading