Skip to content

Commit

Permalink
try to get the orcid pr to show as merged
Browse files Browse the repository at this point in the history
  • Loading branch information
TerribleDev committed May 4, 2016
1 parent 02bb482 commit 606c386
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
2 changes: 0 additions & 2 deletions OwinOAuthProviders.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public void ConfigureAuth(IAppBuilder app)

//app.UseDoYouBuzzAuthentication("", "");
//app.("", "");
//app.UseOrcidAuthentication("APP-QQ4XO1AYU3WR696B", "6bb22d2e-71b3-4d5d-b1af-f5d3a8cd4270");
//app.UseOrcidAuthentication("","");
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<Compile Include="Provider\OrcidReturnEndpointContext.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Owin.Security.Providers.Orcid.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

This file was deleted.

0 comments on commit 606c386

Please sign in to comment.