Understanding basics of Azure Encryption at Rest
In this article, let's have look at what is the meaning of Azure's encryption at rest and basic concepts around this term. Scenario Imagine that you own very big software…
In this article, let's have look at what is the meaning of Azure's encryption at rest and basic concepts around this term. Scenario Imagine that you own very big software…
If you have ever tried to go to Access Control (IAM) panel for any Azure resource, then you might have seen a lot of different tabs and roles and role…
In past few articles, I have tried to explain how key vaults can be created and can be accessed from .NET core web application. In the posts, where I have…
In last article, we have seen how to access the Azure key vault using service principal. Before we begin You may want to go through some of the previous articles in this series.…
In last article, we have seen how to access the Azure key vault using service principal. Before we begin You may want to go through some of the previous articles…
In one of the previous article, we have created a .NET Core web application and accessed the secrets stored in Azure key vault. We have seen how how to allow Visual studio to access the key…
In this article, let's have a look at some basic terms related to Azure Key Vault and then we will see how to create the Azure key vault instance. What…
We know that Azure Active Directory is Azure's identity and access management service. In past few articles, we have seen how to register the applications in Azure Active Directory and…
I already have covered how to authenticate users in WPF application, using Azure AD B2C and MSAL. The most annoying part to me in that implementation was - the sign…
In this article, let's have look at how a .NET Core WPF application can be protected using Azure AD B2C and how can it call the APIs which are also…
In this article, let's have a look at how to enable authentication in .NET Core WPF application. Prerequisites For following all steps in this article, we will need Azure Subscription.…
Let's consider a scenario where a public client application needs to call a web API. Both of the applications are owned by you. And suppose, we want both of them…