Add PAOS binding.
[shibboleth/sp.git] / shibsp / lite / SAMLConstants.h
index b66de75..74e0004 100644 (file)
@@ -135,6 +135,9 @@ namespace samlconstants {
     /** SAML 2.0 SOAP binding ("urn:oasis:names:tc:SAML:2.0:bindings:SOAP") */
     extern SHIBSP_API const char SAML20_BINDING_SOAP[];
 
+    /** SAML 2.0 SOAP binding ("urn:oasis:names:tc:SAML:2.0:bindings:PAOS") */
+    extern SHIBSP_API const char SAML20_BINDING_PAOS[];
+
     /** SAML 2.0 URI binding ("urn:oasis:names:tc:SAML:2.0:bindings:URI") */
     extern SHIBSP_API const char SAML20_BINDING_URI[];