ASP.NET Core Dirty Hack on Making the Required QueryString Params to Work in Azure APIM If you stumble upon this post, chances are, you were also having a hard time trying to figure out how to configure Azure API Management (APIM) to return the correct
ASP.NET Core Fixing Swagger UI "Try it out" Functionality When Deployed in Azure APIM or Behind a Reverse Proxy If you've been working with ASP.NET, chances are, Swashbuckle might be familiar to you. It's basically a package library that generates Swagger definitions/specs which includes a UI for
Azure Obtaining an Access Token from Azure B2C using OAuth2.0 Authorization Code with PKCE in POSTMAN In this post, we will take a look at how we can use Postman to obtain an access token from a user initiated flow that's configured in Azure B2C without having you to create test application for you to login
ASP.NET Core ASP.NET Core and Blazor Code Venture: Configuring Azure AD Authentication Introduction If you stumble upon this article, then I presume you are new to Blazor and would like to get your hands dirty with the practical examples. Just like you, I am also pretty much new to Blazor and that’s why I am