Repeat after me...providerId, not provider_id
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 15 Apr 2004 20:22:54 +0000 (20:22 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 15 Apr 2004 20:22:54 +0000 (20:22 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1007 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-target/shib-shire.cpp

index 74b4ebc..0e13512 100644 (file)
@@ -315,7 +315,7 @@ const char* SHIRE::getAuthnRequest(const char* resource)
                 "&target=" + url_encode(resource) + "&time=" + timebuf;
             wayf=m_app->getString("providerId");
             if (wayf.first)
-                m_authnRequest=m_authnRequest + "&provider_id=" + wayf.second;
+                m_authnRequest=m_authnRequest + "&providerId=" + wayf.second;
         }
     }
     return m_authnRequest.c_str();