sundeepkamath.inAzure Active Directory: Securing an ASP.Net Core Website using Implicit Grant flowIn the earlier post, we went through an overview of how a new Azure Active Directory instance/tenant can be created and how users can be created/added to this tenant. With this background, we'll look at how a website developed using Asp.Net Core can ...Feb 16, 2021·5 min read
sundeepkamath.inAzure Active Directory: Creation of new tenant and userIn this post, I'll talk about how we can create a new Azure Active Directory instance/tenant and how a new custom user can be created within the new tenant. Creating a new Azure Active Directory tenant In your Azure portal, click on the hamburger men...Feb 13, 2021·3 min read
sundeepkamath.inAzure Active Directory: A brief introductionIn this post, I'll talk about what Azure Active Directory is and the critical role it plays w.r.t identity and access management in the Azure space. What is Azure Active Directory? Azure Active Directory (AAD) is Microsoft’s enterprise cloud-based i...Feb 10, 2021·3 min read
sundeepkamath.inCreating self-signed certificates using OpenSSLIn an earlier post, I discussed how the makecert.exe tool in Windows OS can be used to create self-signed certificates. We'll now check how the popular OpenSSL tool can be used to create these self-signed certificates. One major advantage of this too...Dec 23, 2019·5 min read
sundeepkamath.inSetting up the new Windows Terminal (Preview)I've been using the all-new Windows Terminal (Preview) for a few weeks now, and I find it promising. In case you've not already used it you can download it from Microsoft Store or also from GitHub. There were however a couple of things I found not av...Dec 1, 2019·3 min read