- May 28, 2018
-
-
Jaime Pérez Crespo authored
-
- May 27, 2018
-
-
Thijs Kinkhorst authored
This reverts commit ef36c5fd. All a bit too involved right before a planned release.
-
Thijs Kinkhorst authored
Also, convert to PSR-2 where that was still lacking in these files.
-
- Apr 24, 2018
-
-
Thijs Kinkhorst authored
-
- Apr 18, 2018
-
-
Jan Trejbal authored
-
- Jan 18, 2018
-
-
Thijs Kinkhorst authored
-
- Jan 06, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 29, 2017
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 28, 2017
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 12, 2017
-
-
Eugene Venter authored
also add some tests ;)
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Oct 13, 2017
-
-
Eugene Venter authored
Sometimes there are issues with the metadata itself (e.g metadata expired). These issues cannot be easily determined, due to the Exception messages being dropped. In these cases, the current 'not found' message can be ambiguous.
-
- Oct 10, 2017
-
-
John Maguire authored
-
- Aug 10, 2017
-
-
Jaime Pérez Crespo authored
bugfix: NameIDs are created now as objects, so their information can't any longer be accessed as an array.
-
- Jun 23, 2017
-
-
Romanos Dodopoulos authored
The _authSource column stores FQDNs. Increase the VARCHAR size from 30 to 255 since this is the maximum allowed length of a FQDN (RFC1035). Also, increase the TableVersion to 2 and MODIFY the column size of existing version 1 tables. Fixes #579
-
- Apr 01, 2017
-
-
Sergio Gómez authored
-
- Mar 28, 2017
-
-
Sergio Gómez authored
-
- Mar 27, 2017
-
-
Sergio Gomez authored
-
- Jan 31, 2017
-
-
Jaime Pérez Crespo authored
The sspmod_saml_SP_Logout_Store::logoutSessions() method was still expecting the NameID to be an array.
-
- 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.
-
- 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.
-
- 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
-
- Nov 22, 2016
-
-
Jaime Pérez authored
This resolves #519.
-
Jaime Pérez authored
The $store and $params variables were not initialized before trying to execute the prepared statement.
-
Jaime Pérez authored
This resolves #519.
-
Jaime Pérez authored
bugfix: When generating a NameID from a multivalued attribute, a warning was logged but the NameID was still generated.
-
- Nov 14, 2016
-
-
Jaime Pérez authored
-
- Nov 07, 2016
-
-
Jaime Pérez authored
-
- Sep 05, 2016
-
-
Jaime Pérez authored
Even though the default "exact" is used by most people, and few products support anything else, there's people asking for this.
-
- Aug 31, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-