Tag: Asp.Net Core
-
Lightweight Custom Authentication With ASP.NET Core
ASP.NET Core Identity is a popular choice when web application needs authentication. It supports local accounts with username and password …
-
JSON Web Encryption (JWE) in .NET Core
A signed JSON Web Token (JWT) is one of the most useful and common constructs you’ll see floating around modern security systems. These …
-
How to Add Policy-Based Authorization to an ASP.NET Core App
Authorization in ASP.NET Core got more sophisticated with the recent introduction of policy-based authorization. Authorization in ASP.NET …
-
Preparing for Chrome’s Certificate Transparency Policy: Expect-CT With Reporting in ASP.NET Core
Google’s Certificate Transparency project is an open framework for monitoring and auditing SSL certificates. The goal of the project is the detection of mis-issued/malicious certificates and the identification of rogue Certificate Authorities. Read full news article on Dzone
-
Strict Transport Security in ASP.NET MVC: Implementing RequireHstsAttribute
HTTPS is the core mechanism for accessing web resources in a secure way. One of the limitations of HTTPS is the fact that the user can manually provide a URL which doesn’t contain the proper schema. Read full news article on Dzone
●●●