Ensure ArcGIS is commented out in demo...

This commit is contained in:
Jerrie Pelser
2014-09-25 21:27:30 +07:00
parent 014422dafe
commit 35e31b1731

View File

@@ -124,9 +124,9 @@ namespace OwinOAuthProvidersDemo
//};
//app.UseSalesforceAuthentication(salesforceOptions);
app.UseArcGISOnlineAuthentication(
clientId: "",
clientSecret: "");
//app.UseArcGISOnlineAuthentication(
// clientId: "",
// clientSecret: "");
}
}
}