From e052dcc6d1945d322d5bb10f05563530f8de4780 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 10 Sep 2009 06:32:04 +0000
Subject: [PATCH] SAML2_Const: Add SOAP binding.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1749 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SAML2/Const.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/SAML2/Const.php b/lib/SAML2/Const.php
index c88d61d8a..6f1494e69 100644
--- a/lib/SAML2/Const.php
+++ b/lib/SAML2/Const.php
@@ -29,6 +29,11 @@ class SAML2_Const {
 	 */
 	const BINDING_HTTP_REDIRECT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect';
 
+	/**
+	 * The URN for the SOAP binding.
+	 */
+	const BINDING_SOAP = 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP';
+
 
 	/**
 	 * Bearer subject confirmation method.
-- 
GitLab