Repeat after me...providerId, not provider_id
authorScott Cantor <cantor.2@osu.edu>
Thu, 15 Apr 2004 20:22:54 +0000 (20:22 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 15 Apr 2004 20:22:54 +0000 (20:22 +0000)
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();