User assigned managed identity with Azure key vault
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 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 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.…
In last article, we have seen how to setup the federation between Google and Azure AD B2B. In this article, let's have a look at how to setup federation with…
Azure AD B2B is used as identity and access management service which is meant for enterprise application. The enterprise applications are generally targeted to users in an organization. All these…
Many organizations are now moving to Microservices and APIs calling other APIs is very common in Microservices architecture. In this article, let's see how a secured API can call another…
I have created few demo applications by following Microsoft Documentation and published blog articles as well. While working on those demo applications, I faced some difficulties. Many of the issues…
Azure App Service provides very convenient way to publish your web application on internet. You can directly publish the web application from Visual Studio publish. Azure App Services also provide…
Azure AD B2C can support variety of identity providers, which can authenticate users. Suppose you have Angular application which calls the Web APIs and both are protected using Azure AD…
Azure AD B2C can be used for authenticating the user identity. Azure AD B2C has concept of identity providers. The identity providers are used for validating the user identities. Azure…
I am trying to go through the features available in Azure AD B2C. In this article, let's try to see how multi factor authentication can be enabled. Prerequisites For following…
Recently, I was trying to publish a Single Page Application to Azure App Service and I encountered an error. So, let's have a look at what that error was and…