- Sep 25, 2018
-
-
peter authored
-
- Sep 23, 2018
-
-
peter authored
-
- Sep 14, 2018
-
-
Thijs Kinkhorst authored
Add initial support for SAML Subject Id Attributes
-
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.
-
- Sep 08, 2018
-
-
Tim van Dijen authored
Upgrade gettext to latest version
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
Make sure that session is closed and only then update cookie params
-
- Sep 07, 2018
-
-
Thijs Kinkhorst authored
Add missing catalan language
-
Rick authored
Update config.php Update header.php
-
- Sep 04, 2018
-
-
Tim van Dijen authored
-
Kirill Roskolii authored
-
- Sep 01, 2018
-
-
Thijs Kinkhorst authored
Make authfacebook compatible with new facebook response query params
-
- Aug 30, 2018
-
-
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.
-
- Aug 28, 2018
-
-
Thijs Kinkhorst authored
-
- Aug 27, 2018
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
People might just copy-paste it, while there's usually no reason to enable this by default for new installations; specially not as a QucikStart.
-
Thijs Kinkhorst authored
Otherwise new installs that do not have this extension get a "white page" with an exception in the logs, because the check happens before the page reports on the required modules. This will no doubt lead to many support questions on the mailing list.
-
- Aug 25, 2018
-
-
Tim van Dijen authored
-
- Aug 23, 2018
-
-
Jan-Sverre Riksfjord authored
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 18, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 16, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 12, 2018
-
-
Tim van Dijen authored
I had to rename the class because 'static' is a protected keyword, but forgot to rename the file
-
- Aug 11, 2018
-
-
Tim van Dijen authored
\SimpleSAML\Error\NoPassive is deprecated and all modules now raise \SimpleSAML\Module\saml\Error\NoPassive. During this period of deprecation, we need to catch both flavours. This fixes NoPassive-errors when using consentAdmin
-