Skip to content

crown90/AspNetCoreCertificateAuth

 
 

Repository files navigation

AspNetCoreCertificateAuth

Certificate Authentication in ASP.NET Core 3.1 (Self Signed)

https://damienbod.com/2019/06/13/certificate-authentication-in-asp-net-core-3-0/

Using Chained Certificates for Certificate Authentication in ASP.NET Core 3.1

https://damienbod.com/2019/06/27/using-chained-certificates-for-certificate-authentication-in-asp-net-core-3-0/

Powershell documentation for cmdlets to create certificates

History

2019-01-02 Updated HttpClient certificate handling, improved certificates in demo

2019-12-06 Updated Nuget packages ASP.NET Core 3.1

2019-10-10 Updated Nuget packages ASP.NET Core 3.0

2019-09-06 Updated Nuget packages ASP.NET Core 3.0 preview 9

2019-08-13 Updated Nuget packages ASP.NET Core 3.0 preview 8

2019-07-28 Updated Nuget packages ASP.NET Core 3.0 preview 7

Links

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/certauth?view=aspnetcore-3.0

https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/working-with-certificates

https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-create-temporary-certificates-for-use-during-development

https://blog.davidchristiansen.com/2016/09/howto-create-self-signed-certificates-with-powershell/

https://dotnetcodr.com/2015/06/01/https-and-x509-certificates-in-net-part-2-creating-self-signed-certificates/

https://www.humankode.com/asp-net-core/develop-locally-with-https-self-signed-certificates-and-asp-net-core

https://damienbod.com/2018/09/21/deploying-an-asp-net-core-application-to-windows-iis/

https://docs.microsoft.com/en-us/powershell/module/pkiclient/new-selfsignedcertificate?view=win10-ps

https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate#using-powershell-to-create-the-self-signed-certs

https://dotnetcodr.com/2016/01/25/using-client-certificates-in-net-part-5-working-with-client-certificates-in-a-web-project/

https://stackoverflow.com/questions/42623080/how-to-validate-a-certificate-chain-from-a-specific-root-ca-in-c-sharp

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/certauth?view=aspnetcore-3.0

https://social.msdn.microsoft.com/Forums/SqlServer/en-US/5ed119ef-1704-4be4-8a4f-ef11de7c8f34/a-certificate-chain-processed-but-terminated-in-a-root-certificate-which-is-not-trusted-by-the

https://tools.ietf.org/html/rfc3280.html

https://github.com/aspnet/AspNetCore/tree/master/src/Security/Authentication/Certificate/src

https://tools.ietf.org/html/rfc5246#section-7.4.4

About

ASP.NET Core 3.1 Certificate Authentication Self Signed and Chained

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.1%
  • HTML 17.9%
  • CSS 3.4%
  • JavaScript 0.6%