X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=saml%2FSAMLConfig.cpp;h=1f84e920f46e0603ccc392014ecfa81775391fce;hb=31bc751c4d57cbefbcda84e5a6afc7dffee22dcf;hp=7859e9b1f5fe2187f3722aacbb811b7435a7d5d1;hpb=fe73576ec05a91b1133a2349c8224414a9fc6416;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/SAMLConfig.cpp b/saml/SAMLConfig.cpp index 7859e9b..1f84e92 100644 --- a/saml/SAMLConfig.cpp +++ b/saml/SAMLConfig.cpp @@ -27,6 +27,7 @@ #include "SAMLConfig.h" #include "saml1/core/Assertions.h" #include "saml1/core/Protocols.h" +#include "saml2/core/Protocols.h" #include "saml2/metadata/Metadata.h" #include "util/SAMLConstants.h" @@ -74,6 +75,7 @@ bool SAMLInternalConfig::init() saml1::registerAssertionClasses(); saml1p::registerProtocolClasses(); saml2::registerAssertionClasses(); + saml2p::registerProtocolClasses(); saml2md::registerMetadataClasses(); log.info("library initialization complete");