Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
Friday, November 29, 2024
Blazor Web App: Adding Custom Claims to Current User
›
I recently had a requirement where I want to add Custom Claims to the current user in a Blazor Web Application. I used IClaimsTransfor...
Tuesday, November 26, 2024
Azure APIM Backends with OpenAPI Specifications: Importance of operationId
›
I recently faced an issue in one of the APIs where as part of importing OpenAPI to Azure APIM, it started throwing an error: " (Va...
Thursday, November 14, 2024
Blazor Web App: Authentication Redirect URI is not HTTPS
›
.NET 9 is finally out and I was playing around with Blazor. I was setting up Authentication in a .NET 9 Blazor Web App. The authentica...
Wednesday, November 6, 2024
Azure APIM: Policy Expression to Read application/x-www-form-urlencoded Request Data
›
Recently I had a requirement where a particular Client sends some request data as application/x-www-form-urlencoded and needed to get...
Wednesday, October 23, 2024
.NET 9.0: Out-of-order Metadata Reading in System.Text.Json
›
Release of .NET 9.0 is like 3 weeks away and in this post, let's have a look at one of the most awaited System.Text.Json fea...
Monday, October 21, 2024
Ingressing Custom Text Log Files from an Azure Virtual Machine into Log Analytics
›
I recently had a requirement where I wanted to see some logs in an Azure Virtual Machine, but didn't want to SSH into the VM to see...
Monday, October 14, 2024
Azure AD B2C: Copy signInNames.emailAddress to email Claim in a Custom Policy
›
I had a requirement where in an Azure AD B2C custom policy, as part of an UserJourney , there was an OrchestrationStep to invoke a RE...
Wednesday, October 2, 2024
DNS Resolution in Internal Container Apps Environments (CAE)
›
In this post, let's see how an App A can communicate with a container app: App B deployed on a Container Apps Environment (CAE...
‹
›
Home
View web version