Added MyHeritage provider (#164)
* Added MyHeritage Provider Initial commit for a MyHeritage provider * Fixed signin case * retarget 4.5 * Add MyHeritage to readme * removed test references from Demo project * fixed MyHeritage id token name
This commit is contained in:
committed by
Tommy Parnell
parent
4f5625c185
commit
45c98eb1f3
@@ -278,8 +278,9 @@ namespace OwinOAuthProvidersDemo
|
||||
//app.("", "");
|
||||
//app.UseOrcidAuthentication("","");
|
||||
|
||||
//app.UseDiscordAuthentication("", "");
|
||||
//app.UseDiscordAuthentication("", "");
|
||||
//app.UseGeniAuthentication("", "");
|
||||
//app.UseMyHeritageAuthentication("", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -245,12 +245,6 @@
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\src\Owin.Security.Providers.Discord\Owin.Security.Providers.Discord.csproj">
|
||||
<Project>{4be728eb-778a-41af-8dea-0c7159711d44}</Project>
|
||||
<Name>Owin.Security.Providers.Discord</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="packages.config" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user