Added format URI
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 6 Mar 2003 05:12:55 +0000 (05:12 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 6 Mar 2003 05:12:55 +0000 (05:12 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@334 cb58f699-b61c-0410-a6fe-9272a202ed29

shib/ShibPOSTProfile.cpp

index d4ec7b0..65a233a 100644 (file)
@@ -169,7 +169,7 @@ SAMLResponse* ShibPOSTProfile::prepare(const XMLCh* recipient,
     XMLDateTime authDateTime(timeptr.get());
 
     SAMLResponse* r = SAMLPOSTProfile::prepare(recipient,m_issuer,Iterator<const XMLCh*>(m_policies),name,
-                                               nameQualifier,NULL,subjectIP,authMethod,authDateTime,bindings);
+                                               nameQualifier,Constants::SHIB_NAMEID_FORMAT_URI,subjectIP,authMethod,authDateTime,bindings);
     if (assertionKey)
     {
         const X509Certificate* acerts[]={ assertionCert };