summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/XML/SAML20/AuthnResponse.php
Commit message (Expand)AuthorAgeFilesLines
* Delete the old SAML2 classes.Olav Morken2009-08-031-981/+0
* SAML2: Move constants from sspmod_saml2_Const to SAML2_Const.Olav Morken2009-08-031-3/+3
* SAML20/AuthnResponse: Send correct response code for errors.Olav Morken2009-07-131-1/+1
* SAML20_AuthnResponse: Add getStatus() function.Olav Morken2009-07-131-9/+42
* SAML20/AuthnResponse: Allow the status to be passed as an instance of sspmod_...Olav Morken2009-07-131-11/+39
* SAML2: Support configurable attribute encodings.Olav Morken2009-04-161-11/+43
* SAML2: Remove debug code for jpegPhoto.Olav Morken2009-04-031-10/+3
* SAML2: Handle unknown NameID formats.Olav Morken2009-04-011-11/+54
* Fix Conditions time validity to be session durationAndreas Åkre Solberg2009-03-111-3/+10
* Adding support for the IdP-first flow with SAML 2.0, where there is no authen...Andreas Åkre Solberg2009-02-061-4/+5
* Fix for handling NoPassive responses to Google apps when using NameIDFormats ...Andreas Åkre Solberg2009-01-131-15/+25
* Verify recipient of SAML2 assertions.Olav Morken2008-11-171-5/+23
* increase support for persistent name identifiers: for now only based on a spe...Hans Zandbelt2008-10-301-2/+7
* AuthnResponse: Use SimpleSAML_Utilities::loadPrivateKeyOlav Morken2008-10-201-10/+4
* SAML2/AuthnResponse: use SimpleSAML_Utilities::loadPublicKeyOlav Morken2008-10-201-17/+6
* Fix of typo in non-successfull StatuscodeMads Freek Petersen2008-09-091-2/+2
* Send non Success StatusCode as per the spec ie. as a two-level StatusCode ele...Mads Freek Petersen2008-09-061-4/+6
* SAML2-SP: Moved session creating from AuthnResponse class to AssertionConsume...Olav Morken2008-08-191-13/+65
* SAML2: Fix transient NameId for logout.Olav Morken2008-07-181-3/+5
* Create a persistent session index for SAML2 SPs.Olav Morken2008-07-171-2/+4
* SAML2 SP: Add support for CA path validation.Olav Morken2008-07-041-4/+17
* SAML2: Add support for encrypted private keys for decrypting encrypted assert...Olav Morken2008-07-011-0/+3
* SAML2: Validate signature om samlp:Response before decrypting Assertions.Olav Morken2008-07-011-10/+22
* SAML2_AuthnResponse: Code for indicating different status codes to AssertionC...Olav Morken2008-06-301-8/+11
* Update everything to use the autoloader.Olav Morken2008-06-061-9/+0
* Adding support for setting custom AttributeNameFormatsAndreas Åkre Solberg2008-06-031-5/+20
* Session: Remove uses of SimpleSAML_Session::init(...).Olav Morken2008-05-151-2/+2
* Change SAML20 & Shib13 xml handlers to use generateID and generateTimestamp f...Olav Morken2008-05-131-7/+7
* Added support for IsPassive flag.Mads Freek Petersen2008-05-121-50/+78
* Added support for __default__ host configuration and __dynamic__ entity point...Andreas Åkre Solberg2008-04-281-2/+11
* Added support for encryption/decryption of assertionsMads Freek Petersen2008-04-221-3/+69
* git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@505 44740490-163a-...Mads Freek Petersen2008-04-221-8/+17
* Adding a SIMPLESAML_INCPREFIX parameter before the inclusion of new files. Th...Andreas Åkre Solberg2008-03-051-8/+8
* Adding option for protecting metadata. Default is that metadata is not protec...Andreas Åkre Solberg2008-03-031-1/+1
* Adding SPNameQualifier again since some implementations need it.Andreas Åkre Solberg2008-02-131-6/+14
* Alot of template options is now moved from beeing required to beeing optional.Andreas Åkre Solberg2008-02-041-4/+9
* Implementeed better error handling. Separate static function for fatal error ...Andreas Åkre Solberg2008-01-311-0/+1
* Changed SAML2 AuthnResponse processing.Olav Morken2008-01-311-109/+312
* Changed SAML2:AuthnResponse to use the new Validator class, and cleaned up ge...Olav Morken2008-01-311-171/+82
* The session class now takes the nameid as an array with value and format, ins...Andreas Åkre Solberg2008-01-301-33/+38
* Removed references to SPNameIdentifier, and added support for at SP to define...Andreas Åkre Solberg2008-01-291-8/+5
* forgot to checkin the bitmap for favicon, here it isAndreas Åkre Solberg2008-01-281-2/+2
* More efficient session usage. Now caching only assoc array for values from lo...Andreas Åkre Solberg2008-01-281-1/+0
* Removed caching of AuthnResponses in Session object. This reduces the session...Andreas Åkre Solberg2008-01-281-1/+1
* Adding some headers in files, and setting the ID keyword in svnAndreas Åkre Solberg2008-01-281-12/+6
* Implemented more efficient storage of AuthnRequests in session. Instead of ca...Andreas Åkre Solberg2008-01-281-24/+15
* XML:SAML20: Escape variables in XML output.Olav Morken2008-01-241-3/+3
* Change SAML2 & Shib13 AuthResponse to use the new fingerprint-retrival-functi...Olav Morken2008-01-221-19/+12
* Updating the SAML 2.0 authnresponse generation to use the new API in xmlsecli...Andreas Åkre Solberg2008-01-171-1/+1
* Change the metadata set we retrieve the base64encode parameter from. Now at t...Andreas Åkre Solberg2008-01-111-1/+1
* Updated files to use the new abstraction classes for metadata instead of the ...Andreas Åkre Solberg2008-01-071-2/+2
* SAML2:AuthnResponse - Changed getInResponseTo() to use a different xPath appr...Olav Morken2007-12-171-3/+4
* SAML2:AuthnResponse - Changed functions in class to use self::<constant> inst...Olav Morken2007-12-171-6/+6
* SAML2:AuthnResponse - Changed getInResponseTo() to use class constant SAML2_P...Olav Morken2007-12-171-1/+1
* SAML2:AuthnResponse - Removed SAML2_BINDINGS_POST and SAML2_STATUS_SUCCESS un...Olav Morken2007-12-171-4/+0
* SAML2:AuthnResponse - Made SAML2_ASSERT_NS and SAML2_PROTOCOL_NS constants of...Olav Morken2007-12-171-3/+7
* SAML2:AuthnResponse - Added getInResponseTo() method to get the InResponseTo ...Olav Morken2007-12-171-1/+29
* SAML2/AuthnResponse: Encode values that may contain special characters (such ...Olav Morken2007-12-141-9/+9
* SAML2/AuthnResponse: Removed commented-out $authnResponse assignment.Olav Morken2007-12-131-72/+0
* Added support for multivalued attributes in the IdP.Olav Morken2007-11-301-7/+35
* Added SAML 2.0 IdP Discovery service. Read more here: http://rnd.feide.no/200...Andreas Åkre Solberg2007-10-121-0/+1
* Simplified metadata! tidy up in metadata. Added support for sending metadata ...Andreas Åkre Solberg2007-09-301-2/+2
* fix exception with fingerprint mismatch. Fix discovery of HTTP-HOST when Host...Andreas Åkre Solberg2007-09-251-1/+1
* Initial commit of version 0.4 of simplesamlphpAndreas Åkre Solberg2007-09-141-0/+528