From 606c386bf02e64f27df71a13eef31da47e38b34d Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 4 May 2016 18:48:50 -0400 Subject: [PATCH] try to get the orcid pr to show as merged --- OwinOAuthProviders.sln | 2 -- .../App_Start/Startup.Auth.cs | 4 +-- .../Owin.Security.Providers.Orcid.csproj | 1 - .../Owin.Security.Providers.Orcid.nuspec | 29 ------------------- 4 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec diff --git a/OwinOAuthProviders.sln b/OwinOAuthProviders.sln index 1f7a1581..6141d543 100644 --- a/OwinOAuthProviders.sln +++ b/OwinOAuthProviders.sln @@ -94,8 +94,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Owin.Security.Providers.Orc EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OwinOAuthProvidersDemo", "OwinOAuthProvidersDemo\OwinOAuthProvidersDemo.csproj", "{5A438007-0C90-4DAC-BAA1-54A32164067F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Owin.Security.Providers.Orcid", "src\Owin.Security.Providers.Orcid\Owin.Security.Providers.Orcid.csproj", "{89CB4342-E23D-4E7C-89E5-C369599A5860}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs index f1af661b..4608e33e 100755 --- a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs +++ b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs @@ -275,7 +275,7 @@ public void ConfigureAuth(IAppBuilder app) //app.UseDoYouBuzzAuthentication("", ""); //app.("", ""); - //app.UseOrcidAuthentication("APP-QQ4XO1AYU3WR696B", "6bb22d2e-71b3-4d5d-b1af-f5d3a8cd4270"); + //app.UseOrcidAuthentication("",""); } } -} +} \ No newline at end of file diff --git a/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj b/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj index fac17cc7..bfcc773c 100644 --- a/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj +++ b/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj @@ -73,7 +73,6 @@ - diff --git a/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec b/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec deleted file mode 100644 index e9d9eb54..00000000 --- a/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec +++ /dev/null @@ -1,29 +0,0 @@ - - - - Owin.Security.Providers.Orcid - 1.0.0 - Rick Zakharov - RickZee - http://opensource.org/licenses/MIT - https://github.com/RickZee/OwinOAuthProviders - false - - Adds ORCID OAuth provider for OWIN to use with ASP.NET - - - Providers have now been split into their own packages from Owin.Security.Providers - - - - Copyright 2016 - owin katana oauth LinkedIn - - - - - - - - -