- Jan 31, 2017
-
-
Jaime Pérez Crespo authored
This is supposed to provide better support for OAuth 1.0 Revision A.
-
Thijs Kinkhorst authored
Raise exception when memcache-server is down
-
- Jan 30, 2017
-
-
Jaime Pérez Crespo authored
adds `flatten()` method to put also the nested elements in $userdata …
-
Thijs Kinkhorst authored
Fixed typo in core:TargetedID AuthProc filter
-
- Jan 29, 2017
-
-
Tim van Dijen authored
The exception was never raised because $stats will be array(false) on failure instead of just false.
-
- Jan 23, 2017
-
-
Tyler Antonio authored
-
Jaime Pérez Crespo authored
Add ability to define additional attributes on ContactPerson element
-
- Jan 20, 2017
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jan 19, 2017
-
-
dev authored
adds `flatten()` method to put also the nested elements in $userdata (e.g. location) which are retrieved from linkedIn into the resulting attributes array
-
- Jan 16, 2017
-
-
Jaime Pérez Crespo authored
If a standard port is specified, then ignore it. Otherwise, include the port in the check so that non-standard ports must be whitelisted explicitly.
-
- Jan 13, 2017
-
-
Tyler Antonio authored
-
- Jan 12, 2017
-
-
Jaime Pérez Crespo authored
Formatting, namespaces, phpdoc.
-
-
- Jan 11, 2017
-
-
Jaime Pérez Crespo authored
This enables too the implementation of additional contact attributes, as requested in #509 to support the SIRTFI framework.
-
- Jan 10, 2017
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
This resolves #476.
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez Crespo authored
Make provision for a "South Africa" tab
-
- Jan 09, 2017
-
-
Jaime Pérez Crespo authored
Allow the language cookie to be secured
-
Jaime Pérez authored
-
Ondrej Velisek authored
-
- Dec 23, 2016
-
-
Jaime Pérez Crespo authored
Fix typo
-
- Dec 22, 2016
-
-
Tim van Dijen authored
-
Jaime Pérez authored
Minor format and exception message fixes, plus add information about the different communication channels we have today.
-
- Dec 21, 2016
-
-
Andreas Åkre Solberg authored
-
- Dec 15, 2016
-
-
Guy Halse authored
-
- Dec 14, 2016
-
-
Thijs Kinkhorst authored
cf. 36051879
-
- Dec 12, 2016
-
-
Jaime Pérez authored
bugfix: Make sure a persistent NameID is not generated by default when the UserID is missing in the state array. This allowed misconfigured IdPs (i.e. those without both a PersistenNameID authproc filter, a “userid.attribute” configuration option and no “eduPersonPrincipalName” attribute available after running all the authentication processing filters) to generate a persistent NameID based on “null”, effectively giving all users the same identifier.
-
Jaime Pérez authored
-
Jaime Pérez authored
bugfix: When obtaining a UserID for the state array prior to running authproc filters, if the source attribute had multiple values a warning was logged but the UserID was still recorded.
-
- Dec 09, 2016
-
-
Jaime Pérez authored
- Variables possibly undefined when first used. - Usage of XMLSecurityKey class without proper namespace.
-
Jaime Pérez authored
This resolves #530. There are two problems here: - When only one SubjectConfirmation is received and it is empty, an error should be thrown. However, the error would be a not very descriptive message warning about access to a non-property in a null object. Something more descriptive should be in place. - Additionally, in PHP 7.0 this is an error and not an exception, and then the code continues to execute, effectively allowing assertions without a proper SubjectConfirmation element. This is wrong according to the standard.
-
- Dec 05, 2016
-
-
Sergio Gomez authored
-
Jaime Pérez authored
-
Andreas Åkre Solberg authored
-