https://issues.shibboleth.net/jira/browse/SSPCPP-193
[shibboleth/cpp-sp.git] / shibsp / ServiceProvider.cpp
index e723808..69afa28 100644 (file)
@@ -245,6 +245,8 @@ pair<bool,long> ServiceProvider::doAuthentication(SPRequest& request, bool handl
             return initiator->run(request,false);
         }
 
+        request.setAuthType("shibboleth");
+
         // We're done.  Everything is okay.  Nothing to report.  Nothing to do..
         // Let the caller decide how to proceed.
         log.debug("doAuthentication succeeded");