summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Metadata/SAMLParser.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the certFingerprint option.Thijs Kinkhorst2016-08-051-2/+2
* Bump the version of the SAML2 library.Jaime Pérez2016-07-261-62/+62
* Move the SimpleSAML_Logger class to SimpleSAML\Logger.Jaime Perez Crespo2016-02-261-3/+3
* Only warn about RegistraionInfo overrides that change the authorityPatrick Radtke2016-02-251-4/+5
* RegistrationInfo can be inherited from EntitiesDescriptorPatrick Radtke2016-02-241-10/+36
* Expose RegistrationInfo in parsed metadataPatrick Radtke2016-02-231-0/+15
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-1/+1
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-3/+3
* XML data is loaded using SAML2_DOMDocumentFactory classSergio Gómez2015-10-111-15/+13
* Bugfix & fix for phpdoc.Jaime Perez Crespo2015-08-051-2/+4
* Avoid code duplication when checking if an entity should be hidden from disco...Jaime Perez Crespo2015-08-051-6/+2
* Parse the "Hide From Discovery" REFEDS Entity Category in SAML metadata as th...Jaime Perez Crespo2015-08-051-0/+9
* Reformat SimpleSAML_Metadata_SAMLParser. Cleanup some unused properties. Remo...Jaime Perez Crespo2015-08-031-1366/+1440
* Fix phpdoc comments for SimpleSAML_Metadata_SAMLParser.Jaime Perez Crespo2015-08-031-65/+72
* Improve the local generation of metadata for attributes.requiredBrook Schofield2015-05-271-0/+7
* Move SimpleSAML_Utilities::resolveCert() to SimpleSAML\Utils\Config::getCertP...Jaime Perez Crespo2015-04-231-1/+1
* Move SimpleSAML_Utilities::fetch() to SimpleSAML\Utils\HTTP::fetch() and depr...Jaime Perez Crespo2015-04-211-2/+2
* Move SimpleSAML_Utilities::getDOMChildren() to SimpleSAML\Utils\XML::getDOMCh...Jaime Perez Crespo2015-04-201-1/+1
* Move SimpleSAML_Utilities::isDOMElementOfType() to SimpleSAML\Utils\XML::isDO...Jaime Perez Crespo2015-04-201-3/+3
* Move SimpleSAML_Utilities::getDOMText() to SimpleSAML\Utils\XML::getDOMText()...Jaime Perez Crespo2015-04-201-1/+1
* Add metadata signature verification by using pub key from certificateStefan Halen2015-02-161-0/+33
* Merge branch 'required-attributes' of https://github.com/gollmann/simplesamlp...Jaime Perez Crespo2015-01-191-0/+11
|\
| * Import the "required" flag of attributesGeorg Gollmann2014-09-251-0/+11
* | Merge pull request #115 from thijskh/masterJaime Pérez2014-10-061-0/+3
|\ \
| * | Add NameIDFormats to output of getMetadata20IdP()Thijs Kinkhorst2014-10-061-0/+3
* | | Give absolute priority to DisplayName also for SAML 1.x IdPs/SPs.Jaime Perez2014-10-061-0/+10
|/ /
* | Make sure no empty name ends up in remote metadata for IdPs or SPs.Jaime Perez2014-10-061-2/+2
* | Fix bad comment.Jaime Perez2014-10-061-1/+1
|/
* Match WantAuthnRequestsSigned to 'sign.authnrequest' option instead of 'redir...Jaime Perez2014-06-241-1/+1
* Give absolute priority to mdui:DisplayName for the 'name' field when parsing ...Jaime Perez2014-06-181-1/+10
* Language fixes.Jaime Pérez Crespo2014-01-271-7/+7
* Typo.Jaime Pérez Crespo2013-12-061-1/+1
* SAMLParser: Fix incorrect assertion & documentation in parseElement().Olav Morken2013-03-131-3/+3
* Add support for AuthnRequestsSigned and WantAssertionsSigned when generating ...Jaime Pérez Crespo2012-10-151-0/+19
* Add support for the MDUI extension.Olav Morken2012-05-041-3/+61
* Ignore cacheDuration when evaluating validity of metadata.Olav Morken2012-02-161-17/+5
* Fixing typo that caused warning..Andreas Åkre Solberg2011-03-091-1/+1
* Fix for handling empty set of entityattributes. element without childrenAndreas Åkre Solberg2011-01-211-1/+1
* Fix parsing of entity attributesAndreas Åkre Solberg2011-01-201-1/+3
* SAMLParser will now include entityAttributes in the parsed metadata array. Ne...Andreas Åkre Solberg2011-01-171-3/+49
* SAMLParser must put Shibboleth scopes in 'scope' in metadata for theJacob Christiansen2010-12-011-7/+7
* SAMLParser: HTTP proxy support.Olav Morken2010-11-301-3/+6
* SAMLParser: Extract contact persons.Olav Morken2010-11-121-0/+50
* SAMLParser: Extract all supported public keys.Olav Morken2010-08-101-78/+12
* SAMLParser: Only extract signing certificate.Olav Morken2010-08-041-0/+16
* SAMLParser: Fix parseElement().Olav Morken2010-06-151-1/+1
* SAMLParser: Fix extraction of name and description for discovery service.Olav Morken2010-05-271-0/+4
* SAMLParser: Normalize fingerprint we validate against.Olav Morken2010-05-251-0/+3
* SAMLParser: Reimplement on top of metadata classes.Olav Morken2010-04-211-434/+170
* SAMLParser: Remove unused function getX509Certificates().Olav Morken2010-04-211-23/+0
* SAMLParser: Remove unused function validateCA().Olav Morken2010-04-211-21/+0
* SAMLParser: Extract NameFormat from attributes.Olav Morken2010-02-121-2/+35
* Move all organization info to Organization* metadata options.Olav Morken2010-02-101-4/+3
* SAMLParser: Extract name and description from SP metadata.Olav Morken2010-01-051-0/+16
* SAMLParser: Rework Extensions-parsing to avoid duplicate scopes.Olav Morken2009-11-061-30/+65
* SAMLParser: Change processExtensions to use SimpleSAML_Utilities::getDOMChild...Olav Morken2009-11-061-30/+18
* SAMLParser: Remove unused functions.Olav Morken2009-11-061-60/+0
* SAMLParser: Set entityid on parsed AttributeAuthorityDescriptor elements.Olav Morken2009-11-051-0/+1
* SAMLParser: Add support for extracting AttributeAuthorityDescriptor elements.Olav Morken2009-11-051-0/+53
* SAMLParser: Replace the various endpoint parse functions with a single extrac...Olav Morken2009-11-051-72/+26
* SAMLParser: Seperate out RoleDescriptorType parsing from SSODescriptor parsing.Olav Morken2009-11-051-26/+45
* SAMLParser: Return complete endpoint arrays.Olav Morken2009-11-041-68/+10
* Set metadata-set and entityid in metadata passed to SAMLBuilder.Olav Morken2009-11-041-0/+4
* SAMLParser: Cast "index" to integerOlav Morken2009-11-041-1/+1
* SimpleSAML_Metadata_SAMLParser: Fix bug in signature validation.Olav Morken2009-10-291-0/+8
* Fix two fixes that caused SimpleSAMLphp in some cases to produce schema-inval...Andreas Åkre Solberg2009-10-161-3/+3
* fix typo AssertionConsumerServices to AssertionConsumerServiceAndreas Åkre Solberg2009-10-121-1/+1
* Add support for multiple AssertionConsumerService endpoints.Olav Morken2009-10-051-19/+37
* SimpleSAML_Metadata_SAMLParser: Add the attributes that SAML 1 SPs should rec...Olav Morken2009-09-161-0/+6
* SimpleSAML_Metadata_SAMLParser: Add ArtifactResolutionService endpoint to met...Olav Morken2009-09-101-0/+38
* SimpleSAML_Metadata_SAMLParser: Rename array elements to match metadata names.Olav Morken2009-09-101-35/+35
* Do not supress warning/error when loading XML metadata.Andreas Åkre Solberg2009-08-141-1/+1
* Add support for including organizationURL in aggregated metadataAndreas Åkre Solberg2009-08-111-1/+3
* Support retrieving subset of all metadata + fix typo in configuration file + ...Andreas Åkre Solberg2009-06-161-1/+1
* Fix pass by reference (deprecated in php)Andreas Åkre Solberg2009-05-121-1/+1
* Metadata/SAMLParser: Only issue a warning for unsupported entities.Olav Morken2009-04-211-12/+16
* Make it possible to send logout responses to a different endpoint than logout...Olav Morken2009-04-161-0/+3
* Added parsing of attribute list and name and description in AttributeConsumer...Andreas Åkre Solberg2009-02-201-0/+41
* Add a log warning when signature in document do not have a valid message digestAndreas Åkre Solberg2009-01-301-0/+2
* bugfixing with saml 2.0 metadata parsingAndreas Åkre Solberg2009-01-281-10/+14
* Handling multiple name and description languages in metadataAndreas Åkre Solberg2009-01-271-13/+2
* Scope parsing in metadata for SAML 2.0 IdPsAndreas Åkre Solberg2009-01-271-2/+14
* Added metadata 2.0 parsing of extensions for scopes and tagsAndreas Åkre Solberg2009-01-081-52/+87
* Remove spaces etc from certificate field in metadataAndreas Åkre Solberg2008-12-191-4/+4
* Log an entry with fingerprint when validation failed.Andreas Åkre Solberg2008-12-031-0/+1
* fix bug when comment nodes where inside an entitydescriptor did failAndreas Åkre Solberg2008-11-291-5/+6
* reverted last fix. cert is not required at sp. instead fixed a typo. spd inst...Andreas Åkre Solberg2008-11-291-5/+3
* Throw exception when no public key was found in metadata XML document.Andreas Åkre Solberg2008-11-291-0/+5
* Metadata: Convert between WantAuthnRequestsSigned and redirect.sign metadata ...Olav Morken2008-10-271-0/+11
* SAMLParser: Extract raw certificate data from metadataOlav Morken2008-10-201-10/+44
* Metadata parser - include original EntityDescriptor in metadata.Olav Morken2008-09-151-3/+15
* Metadata parser: Determine when the metadata expires, and add it to the gener...Olav Morken2008-09-081-12/+115
* parseMetadata / SAMLParser: Change to use the new CA validation function of X...Olav Morken2008-07-041-0/+21
* Metadata_SAMLParser: Add support for multiple certificates.Olav Morken2008-06-231-4/+6
* SimpleSAML_Metadata_SAMLParser: Add support for retrieving all X509-certifica...Olav Morken2008-06-201-0/+23
* Removing requirement of X509Certificate in metadata for parsing entities (Shi...Andreas Åkre Solberg2008-06-181-1/+8
* Update everything to use the autoloader.Olav Morken2008-06-061-3/+0
* Metadata/SAMLParser: Add support for extracting 'name' and 'description' from...Olav Morken2008-06-041-0/+120
* Metadata/SAMLParser: fixed wrong function name.Olav Morken2008-06-041-1/+1
* Metadata/SAMLParser: Make the SingleLogoutService endpoint optional for the m...Olav Morken2008-06-041-9/+4