Skip to content
Snippets Groups Projects
  1. Apr 13, 2021
  2. Apr 30, 2020
  3. Apr 15, 2020
  4. Oct 04, 2019
  5. Jul 02, 2019
  6. May 20, 2019
  7. Dec 11, 2018
  8. Dec 08, 2018
  9. Oct 18, 2018
  10. Oct 17, 2018
  11. Jul 28, 2018
  12. May 29, 2018
  13. May 27, 2018
  14. Feb 04, 2018
  15. Jan 08, 2018
  16. Oct 16, 2017
  17. Feb 15, 2017
  18. Sep 21, 2016
    • Michal Procházka's avatar
      Configurable LinkedIn attributes (#449) · a823e71e
      Michal Procházka authored
      - Attributes which can be get from LinkedIn are now configurable
      - By default these attributes are requested: id,first-name,last-name,headline,summary,specialties,picture-url,email-address
      - Added email-address attribute into the default set
      - Fixed link to the documentation
      a823e71e
  19. Jul 06, 2016
  20. May 08, 2016
  21. Feb 02, 2016
  22. Jan 29, 2016
  23. Nov 06, 2015
  24. Nov 05, 2015
  25. May 14, 2015
  26. Jul 07, 2014
  27. Apr 07, 2014
  28. 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
  29. Nov 19, 2013
  30. Nov 18, 2013
  31. Oct 26, 2012
  32. Sep 28, 2012
  33. May 23, 2012
  34. Nov 04, 2011
  35. Oct 31, 2011
  36. Oct 28, 2011
Loading