X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Futil%2FSAMLConstants.cpp;h=b43dfd4e4c85ab4e0430c27c3337a3f51dd23747;hp=b39518c6752dad34733d4e97bdc53536e26f34f6;hb=e3c7a6318202544f8a35c17e36788e866020d9f8;hpb=bc1ee5735307057d112c233f1ff3e9314fa633dc diff --git a/saml/util/SAMLConstants.cpp b/saml/util/SAMLConstants.cpp index b39518c..b43dfd4 100644 --- a/saml/util/SAMLConstants.cpp +++ b/saml/util/SAMLConstants.cpp @@ -192,6 +192,8 @@ const char samlconstants::SAML1_PROFILE_BROWSER_POST[] = "urn:oasis:names:tc:SAM const char samlconstants::SAML20_BINDING_SOAP[] = "urn:oasis:names:tc:SAML:2.0:bindings:SOAP"; +const char samlconstants::SAML20_BINDING_PAOS[] = "urn:oasis:names:tc:SAML:2.0:bindings:PAOS"; + const char samlconstants::SAML20_BINDING_URI[] = "urn:oasis:names:tc:SAML:2.0:bindings:URI"; const char samlconstants::SAML20_BINDING_HTTP_ARTIFACT[] = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact";