added Asana. Using /signin-asana for path of redirect_uri

This commit is contained in:
Anthony Ruffino
2015-02-04 16:42:13 -05:00
parent b15a5fe0d0
commit b3bd46cde5
13 changed files with 708 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ using Microsoft.AspNet.Identity;
using Microsoft.Owin;
using Microsoft.Owin.Security.Cookies;
using Owin;
using Owin.Security.Providers.Asana;
using Owin.Security.Providers.ArcGISOnline;
using Owin.Security.Providers.BattleNet;
using Owin.Security.Providers.Buffer;
@@ -195,6 +196,8 @@ namespace OwinOAuthProvidersDemo
//app.UseBattleNetAuthentication(
// clientId: "",
// clientSecret: "");
//app.UseAsanaAuthentication("", "");
}
}
}