- Aug 05, 2016
-
-
Thijs Kinkhorst authored
Issue a notice when the option is used nonetheless. Closes: #432
-
- Aug 02, 2016
-
-
Jaime Pérez authored
If we want to access the sandbox, we can do that from admin/ or type the URL directly.
-
- Jul 29, 2016
-
-
Jaime Pérez authored
The saml:FilterScopes filter was removing values that did not contain a scope. It shouldn't.
-
Jaime Pérez authored
The new saml:FilterScopes allows a SAML Service Provider to remove the values from a scoped attribute whose scope is not declared in the IdP metadata and/or does not match with the domain in use by the IdP itself. This closes #22.
-
- Jul 26, 2016
-
-
Jaime Pérez authored
Use the recently added SimpleSAML_Configuration::getBasePath() instead. It guarantees the path prepended with a slash, so no need to do that every time when calling the method. As a side effect, we get rid of buggy invocations (calling getBaseUrl() instead of getBaseURL()), and also of old-style convention for the 'baseurlpath' configuration option, allowing a star at the beginning.
-
Jaime Pérez authored
Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
-
- Jul 25, 2016
-
-
Jaime Pérez authored
This is related to PR #313. The option was in use but not documented.
-
- Jul 22, 2016
-
-
Jaime Pérez authored
-
- Jul 15, 2016
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
- Jul 14, 2016
-
-
Jaime Pérez authored
Add a configuration option named 'admin.checkforupdates' to enable or disable this feature.
-
Jaime Pérez authored
We shouldn't wait for long when connecting to github's API to check for the latest release. Set a timeout of a couple of seconds. Also, remove commented debugging code.
-
Jaime Pérez authored
Now that we have all our releases in github, we can use its API to see of the latest stable release there is newer than the version we are running. In that case, we show a warning in the configuration tab.
-
Jaime Pérez authored
-
- Jul 13, 2016
-
-
Pieter van der Meulen authored
-
Jaime Pérez authored
Both have been migrated to use namespaces.
-
- Jul 07, 2016
-
-
Jaime Pérez authored
-
- Jul 06, 2016
- Jul 01, 2016
-
-
Guy Halse authored
This makes the filter a little more useful for people who want to generate default values from another attribute only if none alreay exist.
-
- Jun 08, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Change the extension of the documentation files from .txt to .md so that they can processed as markdown and displayed in github.
-
- Jun 02, 2016
-
-
Jaime Perez Crespo authored
If we have an exception registered in the state array while authenticating, we should throw that exception instead of just printing it as plain text and exit. This resolves #401.
-
- Jun 01, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Verify that the URL passed as a parameter in the no cookie error page is allowed. Reported by John Page (hyp3rlinx).
-
- May 15, 2016
-
-
Jon Dufresne authored
Sometimes appear in error logs as: PHP Notice: Undefined index: ReturnTo in .../modules/core/www/as_login.php on line 9 PHP Notice: Undefined index: AuthId in .../modules/core/www/as_login.php on line 13
-
- May 10, 2016
-
-
Tim van Dijen authored
Added missing definitions
-
Tim van Dijen authored
Fix missing type attribute to comply with W3c XHTML 1.0 Transitional
-
- May 08, 2016
-
-
Nicolas Liampotis authored
-
- Apr 15, 2016
-
-
Jaime Perez Crespo authored
Modify the core:AttributeMap authentication processing filter to allow fetching mapping files from modules, not only from the 'attributemap' directory in the root of SSP's installation.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Apr 13, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
When exceptions happen in the context of a SAML transaction, we don't need to log the sspmod_saml_Error exception itself, as that doesn't have any valuable information. We log the exception itself instead. Reword the previous message a bit, too.
-
- Apr 11, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Resolve #359. The login button was disappearing in mobile devices. Reordered the form a bit too for those devices, so that the view is better.
-
- Apr 08, 2016
-
-
Piotr Goczal authored
-
Piotr Goczal authored
-
- Mar 31, 2016
-
-
Jaime Perez Crespo authored
Creating a session doesn't seem the way to NOT create a session. Stop creating a transient session, it only causes trouble.
-
- Mar 29, 2016
-
-
Jaime Perez Crespo authored
This is related to #346, and closes #347. It enables richer NameIDPolicy configuration, allowing to set not only the format, but also the value for "AllowCreate".
-