- Nov 06, 2015
-
-
Jaime Perez Crespo authored
This reverts commit 09c5a23f.
-
- Nov 05, 2015
-
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- Nov 02, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Oct 11, 2015
-
-
Sergio Gómez authored
-
- Aug 31, 2015
-
-
Jaime Perez Crespo authored
Duplicate the $state['SimpleSAML_Auth_Default.*'] entries to $state['SimpleSAML_Auth_Source.*'] where needed, while we are transitioning to 2.0. Leave those that will be removed in SimpleSAML_Auth_Default. Move the rest of the code to the new entries in the state array.
-
- Aug 30, 2015
-
-
Jaime Perez Crespo authored
When building an assertion, the current time should be obtained once, used many, instead of being obtained every time we are using it (that could lead to clock discrepancies between several timestamps in the same assertion). Additionally, if authentication happened in the past (that is, we got a request that is not the one that triggered authentication, and this is pure SSO), we should calculate the value for SessionNotOnOrAfter relative to the start of the session, not the current time. This resolves #244.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Aug 25, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Refactor SimpleSAML_Auth_State::extractPersistentAuthState() to getPersistentAuthData() to avoid confusions around the behaviour of this method.
-
Jaime Perez Crespo authored
The state array should not be modified after extracting (getting) the persistent authentication data. This resolves #247.
-
- Aug 17, 2015
-
-
Guy Antony Halse authored
Provide config options to allow SQLPersistentNameID to be less conservative about creating entries in the SQL datastore, whilst preserving default behaviour
-
- Aug 12, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Auth_Default::handleUnsolicitedAuth() to sspmod_saml_Auth_Source_SP::handleUnsolicitedAuth() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Auth_Default::extractPersistentAuthState() to SimpleSAML_Auth_State::extractPersistentAuthState() and deprecate the former.
-
- Aug 05, 2015
-
-
Jaime Perez Crespo authored
-
- Jul 22, 2015
-
-
Jaime Perez Crespo authored
-
- Jul 21, 2015
-
-
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.
-
- 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.
-
- May 12, 2015
-
-
Brian Vuyk authored
-
- May 11, 2015
-
-
Brian Vuyk authored
-
- Apr 23, 2015
-
-
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:: 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
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::selfURLNoQuery() to SimpleSAML\Utils\HTTP::getSelfURLNoQuery() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::selfURL() to SimpleSAML\Utils\HTTP::getSelfURL() and deprecate the former.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::addURLparameter() to SimpleSAML\Utils\HTTP::addURLParameters() and deprecate the former.
-
- Apr 20, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-