summaryrefslogtreecommitdiffstats
path: root/lib/SAML2
Commit message (Collapse)AuthorAgeFilesLines
...
* SAML2_Utils: add decryptElement function.Olav Morken2009-10-011-0/+83
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1806 44740490-163a-0410-bde0-09ae8108e29a
* Added rudimentary suppport for the Scoping element i saml2.Mads Freek Petersen2009-09-221-0/+53
| | | | | | | | | Scoping allows a sp to give a proxy/bridge idp a list of (backend)idps. The list can be given as parameters to InitSSO or/and in metadata for the sp-hosted or/and the sp-remote. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1772 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_EncryptedAssertion: Add support for RSA_OAEP_MGF1P encryption.Olav Morken2009-09-161-8/+23
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1757 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_Const: Add SOAP binding.Olav Morken2009-09-101-0/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1749 44740490-163a-0410-bde0-09ae8108e29a
* SAML: Work around namespace prefix limitation/bug in DOMXPath.Olav Morken2009-09-078-28/+28
| | | | | | | | | | | | If a message contains a namespace prefix on the root node that conflicts with the prefix used by simpleSAMLphp, XPath will use the original prefix. This can be a problem if we receive a message with a namespace prefix of 'saml' instead of 'samlp'. See: http://bugs.php.net/bug.php?id=49490 git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1747 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Allow either <saml:AuthnContextClassRef> or ↵Olav Morken2009-08-201-4/+9
| | | | | | <saml:AuthnContextDeclRef> in <saml:AuthnContext>. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1702 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Trim text nodes which are parsed.Olav Morken2009-08-136-10/+10
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1662 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_Utils: Handle NULL values in NameID.Olav Morken2009-08-121-3/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1650 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_Message: Add forgotten AttributeQuery message type.Olav Morken2009-08-111-0/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1647 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_Binding: Check for request parameters when detecting the binding.Olav Morken2009-08-111-4/+11
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1646 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Remove NotBefore from <SubjectConfirmationData>Olav Morken2009-08-071-3/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1637 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Fix declaration of 'xs' namespace.Olav Morken2009-08-063-9/+19
| | | | | | | | $document->importNode(...) "helpfully" optimizes away the namespace declaration for the 'xs' namespace. Fix this by avoiding to use that function. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1636 44740490-163a-0410-bde0-09ae8108e29a
* saml2_Message: Fix signing of assertion and response when redirect.sign === ↵Olav Morken2009-08-041-0/+27
| | | | | | FALSE. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1628 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Support XML attribute values.Olav Morken2009-08-041-1/+9
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1625 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Ignore signature validation exceptions.Olav Morken2009-08-041-7/+13
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1624 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Add AttributeQuery message.Olav Morken2009-08-042-0/+294
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1622 44740490-163a-0410-bde0-09ae8108e29a
* Add library for dealing with SAML 2 messages.Olav Morken2009-08-0315-0/+3138
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1605 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Add more constants.Olav Morken2009-08-031-0/+65
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1603 44740490-163a-0410-bde0-09ae8108e29a
* SAML2: Move constants from sspmod_saml2_Const to SAML2_Const.Olav Morken2009-08-031-0/+39
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1597 44740490-163a-0410-bde0-09ae8108e29a