https://issues.shibboleth.net/jira/browse/SSPCPP-445
[shibboleth/sp.git] / adfs / adfs.cpp
index 9f52cad..f1191be 100644 (file)
@@ -154,6 +154,12 @@ namespace {
             return m_binding.get();
         }
 
+#ifndef SHIBSP_LITE
+        void generateMetadata(saml2md::SPSSODescriptor& role, const char* handlerURL) const {
+            doGenerateMetadata(role, handlerURL);
+        }
+#endif
+
     private:
         pair<bool,long> doRequest(
             const Application& application,