summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
Commit message (Expand)AuthorAgeFilesLines
* Bump the version of the SAML2 library.Jaime Pérez2016-07-261-4/+4
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-9/+9
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-1/+1
* XML data is loaded using SAML2_DOMDocumentFactory classSergio Gómez2015-10-111-3/+3
* Move SimpleSAML_Utilities::resolveCert() to SimpleSAML\Utils\Config::getCertP...Jaime Perez Crespo2015-04-231-2/+2
* Deprecate SimpleSAML_Utilities::checkDateConditions().Jaime Perez Crespo2015-04-231-1/+38
* Move SimpleSAML_Utils_Random to SimpleSAML\Utils\Random.Jaime Perez Crespo2015-04-201-3/+3
* Move SimpleSAML_Utilities::generateTimestamp() to SimpleSAML\Utils\Time::gene...Jaime Perez Crespo2015-04-201-3/+3
* Move SimpleSAML_Utilities::generateID() to SimpleSAML_Utils_Random::generateI...Jaime Perez Crespo2015-04-161-3/+3
* Convert source files using ISO8859-1 to UTF-8.Jaime Perez Crespo2015-04-151-1/+1
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-151-1/+0
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
* Shib13: Add support for multiple certificates in metadata.Olav Morken2010-08-101-9/+18
* SAML1.1: Use configuration class for metadata.Olav Morken2010-05-071-23/+11
* Allow absolute paths to certificates.Olav Morken2010-03-261-2/+1
* saml: Add SAML 1 artifact support.Olav Morken2009-10-081-0/+30
* SimpleSAML_XML_Shib13_AuthnResponse: Various cleanups.Olav Morken2009-08-191-76/+47
* SimpleSAML_XML_Shib13_AuthnResponse: Remove inheritance of SimpleSAML_XML_Aut...Olav Morken2009-08-191-7/+44
* SimpleSAML_XML_Shib13_AuthnResponse: Remove configuration and metadata parame...Olav Morken2009-08-191-6/+7
* Give default values for all configuration options from config.phpOlav Morken2009-08-141-1/+1
* Upgrade NameId array format.Olav Morken2009-08-121-1/+1
* Fix missing "new" keyword in file "lib/SimpleSAML/XML/Shib13/AuthnResponse.php"Olav Morken2009-07-151-1/+1
* Allow for timeskew on the NotBefore condition in shibboleth 1.3 response...Andreas Åkre Solberg2009-06-191-1/+7
* Shib13: Clean up authentication response handling.Olav Morken2009-03-131-64/+58
* Fix for edugain R-BE...Andreas Åkre Solberg2008-08-281-2/+3
* Adding support for Shibboleth 1.3 SP to validate signed assertion responses.Andreas Åkre Solberg2008-08-271-1/+1
* Support for Shibboleth 1.3 scoped attributes.Olav Morken2008-08-271-5/+65
* Shib13-SP: Move session creation into AssertionConsumerServiceOlav Morken2008-08-191-21/+2
* Shib13: Include SubjectConfirmation in AttributeStatement.Olav Morken2008-07-101-0/+1
* Shib13 SP: Add support for CA path validation.Olav Morken2008-07-041-8/+12
* Update everything to use the autoloader.Olav Morken2008-06-061-9/+0
* Session: Remove uses of SimpleSAML_Session::init(...).Olav Morken2008-05-151-1/+1
* Change SAML20 & Shib13 xml handlers to use generateID and generateTimestamp f...Olav Morken2008-05-131-5/+5
* Adding error message if certificate in shib13-idp-remote is missingAndreas Åkre Solberg2008-03-131-0/+3
* Adding a SIMPLESAML_INCPREFIX parameter before the inclusion of new files. Th...Andreas Åkre Solberg2008-03-051-8/+8
* Added statistics logging for auth modules, sp entities and sloAndreas Åkre Solberg2008-02-151-0/+2
* Adding namequalifier in the shibboleth 1.3 idp Andreas Åkre Solberg2008-02-131-4/+5
* Using AssertionConsumerService instead of shire to better match saml2 metadat...Andreas Åkre Solberg2008-02-011-5/+6
* Removed unnecessary class variables from Shib13:AuthnResponse class.Olav Morken2008-01-311-8/+0
* Changed Shib13:AuthnResponse to use a DOM parser.Olav Morken2008-01-311-85/+70
* At the shibboleth 1.3 idp, move base64attributes option from idphosted to spr...Andreas Åkre Solberg2008-01-301-1/+1
* The session class now takes the nameid as an array with value and format, ins...Andreas Åkre Solberg2008-01-301-7/+4
* Adding support for multivalued attributes in the Shib 1.3 IdPAndreas Åkre Solberg2008-01-291-6/+9
* Removed references to SPNameIdentifier, and added support for at SP to define...Andreas Åkre Solberg2008-01-291-5/+2
* Changed Shib13:AuthnResponse class to use the new XML validator.Olav Morken2008-01-291-104/+18
* forgot to checkin the bitmap for favicon, here it isAndreas Åkre Solberg2008-01-281-1/+1
* Adding some headers in files, and setting the ID keyword in svnAndreas Åkre Solberg2008-01-281-10/+6
* Shib13:AuthnResponse: Escape data in xml output.Olav Morken2008-01-241-8/+8
* Shib13:AuthResponse: Fix code to return FALSE if the node wasn't found.Olav Morken2008-01-221-0/+5
* Shib13:AuthResponse: Change to use the new node validation method.Olav Morken2008-01-221-2/+37
* Change SAML2 & Shib13 AuthResponse to use the new fingerprint-retrival-functi...Olav Morken2008-01-221-18/+12
* Syntax error. replaced next with continueAndreas Åkre Solberg2008-01-171-3/+2
* Shib13:AuthnResponse - Fix attribute parsing.Olav Morken2008-01-151-2/+2
* Removed the SimpleSAML_XML_MetaDataStore class and replaced all references to...Olav Morken2008-01-151-2/+2
* base64 decoding of attributes in shib13 spAndreas Åkre Solberg2008-01-071-1/+13
* Traversing multiple attribute statements in one assertion in Shib SPAndreas Åkre Solberg2007-10-231-5/+12
* Adding initial support for Shibboleth IdPAndreas Åkre Solberg2007-09-171-50/+69
* Initial commit of version 0.4 of simplesamlphpAndreas Åkre Solberg2007-09-141-0/+398