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