- Aug 05, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Refactor SimpleSAML_XHTML_IdPDisco::filter() to filterList(), and extend in sspmod_discopower_PowerIdPDisco.
-
Jaime Perez Crespo authored
-
- Jul 31, 2015
-
-
Jaime Perez Crespo authored
Reformat the PHP authproc filter. Add a new 'function' option that allows to define an anonymous function. Deprecated the old 'code' function. Add tests.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Jul 24, 2015
-
-
Jaime Perez Crespo authored
-
- Jul 22, 2015
-
-
Jaime Perez Crespo authored
Allow to specify which metadata sets to use in metarefresh. Can be configured either per set or per source.
-
Jaime Perez Crespo authored
-
- Jul 21, 2015
-
-
Jaime Perez Crespo authored
SimpleSAMLphp no longer requires mcrypt, it will only be needed depending on the configuration, so mark it as optional.
-
Jaime Perez Crespo authored
No data about previous authentication is stored if authentication was not started at the SP (IdP-first flow). That makes the replay protection measures fail, leading to an ugly exception show to the user. Fix that. Additionally, give precedence to the RelayState configured in the local metadata, as the one received together with the SAML response may not even be an URL. This resolves #230.
-
- Jul 10, 2015
-
-
Thijs Kinkhorst authored
-
- Jul 03, 2015
-
-
Hanne Moa authored
$t - not grep-safe, used in 3rd party libs for other things $template - only used for templates last I checked
-
- May 31, 2015
-
-
Jaime Perez Crespo authored
-
- May 27, 2015
-
-
Brook Schofield authored
Useful in the leadup to entity category support to publish registrationAuthority (which might be overridden by a federation) and attributes.required.
-
Mark Janssen authored
-
Joost van Dijk authored
-
Joost van Dijk authored
-
Mark Janssen authored
uid and organization attributes are not always in `$creds['attributes']`, so we add an option for that.
-
Thijs Kinkhorst authored
It has been marked deprecated and generates warnings since 2013. The functionality is easily replaced by using the smartattributes module.
-
Thijs Kinkhorst authored
Since PHP 5.3 is required, there's no need to treat users of 5.1.2-5.2 specially. Also we can safely use LDAP_OPT_NETWORK_TIMEOUT now.
-
Thijs Kinkhorst authored
-
Joost van Dijk authored
-
- May 26, 2015
-
-
Thijs Kinkhorst authored
It has never really gained traction and is now superseeded by the composer module installer.
-
Olav Morken authored
This class has been broken for several years, and we are not aware of any users of it. Delete that class and any code instantiating that class.
-
- May 14, 2015
-
-
Matt Schwager authored
-
- May 12, 2015
-
-
Brian Vuyk authored
-
- May 11, 2015
-
-
Brian Vuyk authored
-
- Apr 28, 2015
-
-
GALAMBOS Daniel authored
this admins array is not used anywhere, but it may be misleading to administrators who wants to restrict the access to the metadata registry.
-
- Apr 23, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::resolveCert() to SimpleSAML\Utils\Config::getCertPath() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Deprecate SimpleSAML_Utilities::getDefaultEndpoint().
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: checkCookie() to SimpleSAML\Utils\HTTP::checkSessionCookie() and deprecate the former.
-
- Apr 22, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: redirectUntrustedURL() to SimpleSAML\Utils\HTTP:: redirectUntrustedURL() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: checkURLAllowed() to SimpleSAML\Utils\HTTP:: checkURLAllowed() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: redirectTrustedURL() and deprecate the former.
-
- Apr 21, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities:: setCookie() to SimpleSAML\Utils\HTTP:: setCookie() and deprecate the former.
-
Jaime Perez Crespo authored
Move the createPostRedirectLink(), postRedirect() and createHttpPostRedirectLink() methods in SimpleSAML_Utilities to \SimpleSAML\Utils\HTTP. The last one is made private, the others are renamed to submitPOSTData() and getPOSTRedirectURL(), respectively. Deprecate the three old ones.
-
Jaime Perez Crespo authored
-