Validating a JWT token from Auth0 in Azure APIM
Because I really like the documentation of Auth0 I wanted to set up a PoC to validate a JWT token from them in Azure APIM. I didn’t see any specific articles...
Because I really like the documentation of Auth0 I wanted to set up a PoC to validate a JWT token from them in Azure APIM. I didn’t see any specific articles...
Styra has a very interesting aritcle on how to set up authorization rules in APIM policies using Open Policy Agent.
TL;DR Stateless Logic Apps (Standard) are just as fast as Azure Functions. Stateful Logic Apps (Standard) and Logic apps (Consumptions) add a significant del...
Today I migrated our project from .NET 5 to .NET 6.
Today I was trying to investigate an issue in a Docker image running on Azure Kubernetes Serice (AKS). Because it was working on my machine, as usual, I had ...