Added providers for Box and Baidu (#179)

* Added project with provider for Box cloud service
* Added Baidu provider
This commit is contained in:
denis32000
2016-10-06 22:49:04 +03:00
committed by Tommy Parnell
parent 83bad8424c
commit ed5615cd9f
31 changed files with 1936 additions and 4 deletions

View File

@@ -3,9 +3,6 @@ using Microsoft.Owin;
using Microsoft.Owin.Security.Cookies;
using Owin;
//using Owin.Security.Providers.Orcid;
//using Owin.Security.Providers.Discord;
namespace OwinOAuthProvidersDemo
{
public partial class Startup
@@ -168,6 +165,14 @@ namespace OwinOAuthProvidersDemo
// clientId: "",
// clientSecret: "");
//app.UseBoxAuthentication(
// appKey: "",
// appSecret: "");
//app.UseBaiduAuthentication(
// apiKey: "",
// secretKey: "");
//app.UseBattleNetAuthentication(new BattleNetAuthenticationOptions
//{
// ClientId = "",