Skip to content
Snippets Groups Projects
Commit e052dcc6 authored by Olav Morken's avatar Olav Morken
Browse files

SAML2_Const: Add SOAP binding.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1749 44740490-163a-0410-bde0-09ae8108e29a
parent d0476b7a
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,11 @@ class SAML2_Const { ...@@ -29,6 +29,11 @@ class SAML2_Const {
*/ */
const BINDING_HTTP_REDIRECT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect'; 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. * Bearer subject confirmation method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment