- Jun 19, 2020
-
-
Tim van Dijen authored
Fix ArtifactResolution due to misuse of Issuer
-
- Jun 17, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jun 15, 2020
-
-
Tim van Dijen authored
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- Jun 11, 2020
-
-
Thijs Kinkhorst authored
Few small improvements
-
- Jun 10, 2020
-
-
Mischa Salle authored
-
Thijs Kinkhorst authored
Check explicitly whether array element is defined
-
Thijs Kinkhorst authored
-
Mischa Salle authored
Check whether http://macedir.org/entity-category is set in the EntityAttributes before using it as argument in in_array(). This prevents a "TypeError: in_array() expects parameter 2 to be array, null given" error. This situation happens when we do have EntityAttributes in the metadata but none of type "http://macedir.org/entity-category". An example is an IdP supporting https://refeds.org/category/research-and-scholarship, which would have "http://macedir.org/entity-category-support" but not per se also "http://macedir.org/entity-category".
-
Mischa Salle authored
-
Mischa Salle authored
We can remove several tags, login:processing and admin:metaconv_selectfile, and replace several others with their English text.
-
- Jun 09, 2020
-
-
Tim van Dijen authored
-
Mischa Salle authored
-
Mischa Salle authored
It's easiest prevented by adding a linebreak after the <code> tag. This is not ideal but a quick fix.
-
Mischa Salle authored
-
- May 27, 2020
-
-
Tim van Dijen authored
-
- May 26, 2020
-
-
Heiko Przybyl authored
Fixes 336b7abe which changed the label from 'Login' to a single-use 'Log in' whilste the translations only have 'Login'.
-
Heiko Przybyl authored
* locales/de: Fix several wording, typo and grammar mistakes * Fix typo Co-authored-by:
Tim van Dijen <tvdijen@gmail.com>
-
- May 19, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 16, 2020
-
-
Tim van Dijen authored
-
- May 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 14, 2020
-
-
Tim van Dijen authored
-
- May 13, 2020
-
-
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
-
Chris Burgess authored
-
- May 11, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 10, 2020
-
-
Tim van Dijen authored
-
Jaime Pérez Crespo authored
An issue in the code prevented the SameSite session cookie option from being set the first time we were reaching SSP when using PHP versions older than 7.3. This fixes #1320
-
- May 08, 2020
-
-
Tim van Dijen authored
-
- May 07, 2020
-
-
Silas authored
* fixed warning when Warning: session_create_id(): Failed to create new ID in /var/ssosp/lib/SimpleSAML/SessionHandlerPHP.php * Use session_create_id() unconditionally In master, we require PHP 7.2, which is guaranteed to provide `session_create_id()`. Therefore, we don't need the if clause any longer. Add also a warning when `session_create_id()` fails, and fall back gracefully to our old way to create session IDs. Co-authored-by:
Jaime Pérez Crespo <jaime.perez@uninett.no>
-