Secure .Net Core applications from the Open Redirect attacks: .Net Core...
You can find my all .Net core posts here. In these series of posts, we will see how to secure your .Net Core applications. In this post, we will see how to secure your .Net Core application from the...
View ArticleIdentityServer4 in simple words: IdentityServer4 with .Net Core Part I
You can find all .Net core posts here. Once I explored and wrote about Authentication in .Net Core using Identity here, many people have asked me to explore and write on IdentityServer4. So I am...
View ArticleStep by step setup for the Auth server and the client: IdentityServer4 with...
Note – You can find the source code of my sample application here. (Note that the code may contain extra code, concentrate on Auth Server and client for now) You can find all .Net core posts here. In...
View ArticleWeb API Security with IdentityServer4: IdentityServer4 with .Net Core Part III
Note – You can find the source code of my sample application here. You can find all .Net core posts here. In my previous post on IdentityServer4, I explained how to set up an Auth server and also...
View ArticleAzure Vault key security pattern: Cloud design patterns part I
You can find my all .Net core posts here. By this post, I am starting the series of post on Cloud design patterns. These patterns are mostly generic and can be used with any cloud provider but in this...
View ArticleTwitter Login setup in .Net Core(2.1) : Step by step guide
You can find my .Net core posts here. Note – You can find the source code of my sample application here. Now a days, adding Username and Password is not enough for the authentication, we need some more...
View ArticleGlobal Authorization Filter in .Net Core: .Net Core Security Part – V
You can find all of my .Net core posts here. In these series of posts, we will see how to secure your .Net Core applications. In this post, we will see how to add the Authorize globally in your .Net...
View ArticleCORS in .Net Core: .Net Core Security Part VI
You can find all .Net core posts here. In these series of posts, we will see how to secure your .Net Core applications. In this post, we will see what is CORS and how to enable CORS in your .Net Core...
View ArticleGDPR in .Net Core: .Net Core Security Part VII
We know that GDPR is officially part of a law in Europe from 25th May 2018. There are some awesome enhancements shipped with .Net Core 2.1, one of them is support for GDPR. Let us see what are the...
View ArticleDisabling parts of ASP.NET Core Identity
Re-blogged from Damien’s site. Software Engineering This article shows how to disable parts of ASP.NET Core Identity in a Web Application. In the ASP.NET Core Identity, the Identiy UI is deployed as...
View Article