From c145fb00a9416a91f058c22b9162eb2f702ecdfd Mon Sep 17 00:00:00 2001 From: ByteBlast Date: Sat, 14 Mar 2015 18:58:40 +0000 Subject: [PATCH] Added SoundCloud to demo --- OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs index b5045b9..4a82c19 100755 --- a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs +++ b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs @@ -22,6 +22,7 @@ using Owin.Security.Providers.TripIt; using Owin.Security.Providers.Twitch; using Owin.Security.Providers.Yahoo; using Owin.Security.Providers.OpenID; +using Owin.Security.Providers.SoundCloud; using Owin.Security.Providers.Steam; using Owin.Security.Providers.WordPress; @@ -198,6 +199,8 @@ namespace OwinOAuthProvidersDemo // clientSecret: ""); //app.UseAsanaAuthentication("", ""); + + //app.UseSoundCloudAuthentication("", ""); } } } \ No newline at end of file