Skip to content
Snippets Groups Projects
  1. Sep 14, 2018
    • peter's avatar
      Add initial support for SAML Subject Id Attributes · 1187bac6
      peter authored
      The OASIS spec [SAML V2.0 Subject Identifier Attributes Profile](https://wiki.oasis-open.org/security/SAMLSubjectIDAttr) defines two new standard attributes intending to replace use of persistent NameIDs and the eduPersonTargetedID and eduPersonUniqueId SAML attributes. The updated Kantara [SAML V2.0 Interoperability Deployment Profile](https://kantarainitiative.github.io/SAMLprofiles/saml2int.html) will also standardize on these new attributes (cf. SDP-SP15 ibid.).
      
      This commit adds the two new attributes:
      
      * to the URN attribute maps
      * to attribute definitions and translations of the locale system
      * to the smartattributes:SmartID auth proc filter (after any other SAML attributes, but before the non-SAML ones).
      
      Support for saml2int SDP-SP16 (attribute requirements signalling via Entity Attributes) is not included here.
      1187bac6
  2. Sep 08, 2018
  3. Sep 07, 2018
  4. Sep 04, 2018
  5. Sep 01, 2018
  6. Aug 30, 2018
    • Patrick Radtke's avatar
      Make authfacebook compatibile with new facebook response query parameters · 5d484eaf
      Patrick Radtke authored
      Do not include query parameters when constructing redirect uri for use with
      the `access_token` endpoint.
      
      Background:
      Depending on your Facebook app configuration Facebook may return additional query
      parameters after a a user authorizes an app. The module was incorrectly adding
      these extra params to its redirect uri and generating a redirect uri that is
      not in the app's whitelist.
      5d484eaf
  7. Aug 28, 2018
  8. Aug 27, 2018
  9. Aug 25, 2018
  10. Aug 23, 2018
  11. Aug 22, 2018
  12. Aug 18, 2018
  13. Aug 16, 2018
  14. Aug 12, 2018
  15. Aug 11, 2018
  16. Aug 09, 2018
Loading