summaryrefslogtreecommitdiffstats
path: root/lib/SAML2/XML/md
Commit message (Collapse)AuthorAgeFilesLines
* Start using SAML2 library from GitHub.Olav Morken2013-11-1520-2436/+0
| | | | | | | | | This patch also starts using Composer for other dependencies (i.e. php-openid and xmlseclibs). Thanks to Boy Baukema for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3290 44740490-163a-0410-bde0-09ae8108e29a
* Bugfix. Thanks to Boy Baukema for reporting issue #579.Jaime Pérez Crespo2013-10-291-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3287 44740490-163a-0410-bde0-09ae8108e29a
* Bugfix. Thanks to Boy Baukema for reporting issue #581.Jaime Pérez Crespo2013-10-291-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3286 44740490-163a-0410-bde0-09ae8108e29a
* Bugfix. Thanks to Boy Baukema for reporting issue #580.Jaime Pérez Crespo2013-10-291-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3285 44740490-163a-0410-bde0-09ae8108e29a
* md:EntitiesDescriptor: Add sanitycheck for Name-attribute.Olav Morken2012-10-301-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3199 44740490-163a-0410-bde0-09ae8108e29a
* md:EntityDescriptor: Add Name-attribute to output.Olav Morken2012-10-301-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3198 44740490-163a-0410-bde0-09ae8108e29a
* Added support for RegistrationInfo element in SAML 2.0 metadata.Jaime Pérez Crespo2012-10-051-0/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3185 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: IDPSSODescriptor: Fix AssertionIDRequestService parsing.Olav Morken2012-05-301-1/+1
| | | | | | Thanks to Marco Ferrante for reporting this bug! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3107 44740490-163a-0410-bde0-09ae8108e29a
* Add support for the MDUI extension.Olav Morken2012-05-041-0/+4
| | | | | | | | | | | | This patch adds support parsing and generating metadata with the mdui:UIInfo and mdui:DiscoHints elements. Support for generating metadata with the extensions is added to the SAML 2.0 IdP. It should also work through the metadata aggregator. Thanks to Timothy Ace at Synacor, Inc. for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3088 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_XML_md_EndpointType: Add support for arbitrary namespace-prefixed ↵Olav Morken2012-03-231-0/+100
| | | | | | attributes. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3058 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_Utils: Change extractLocalizedStrings to take the namespaceURI and ↵Olav Morken2011-11-032-5/+5
| | | | | | localname instead of an XPath query. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2972 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_Utils: Change extractStrings to take the namespaceURI and localname ↵Olav Morken2011-11-036-7/+7
| | | | | | instead of an XPath query. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2971 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_XML_md_Extensions: Fix namespaceURL => namespaceURI.Olav Morken2011-10-281-1/+1
| | | | | | Thanks to Georg Gollmann for reporting this bug. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2963 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Add mdrpi:PublicationInfo extension.Olav Morken2011-10-181-0/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2946 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Properly initialize DOM elements.Olav Morken2011-07-052-0/+2
| | | | | | | Failure to add the elements to the DOMDocument will result in canonicalization silently failing. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2865 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Metadata XML classes.Olav Morken2010-04-2120-0/+2321
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2261 44740490-163a-0410-bde0-09ae8108e29a