Support multiple JWT Authorities in a .NET Core application

This post describes how you can support multiple JWT Authorities in your (ASP).NET Core application and how you can select the correct authority for each request. This post doesn’t cover the integration with an OIDC service or proxy. It assumes there is a jwt-token on the request and your application uses this token to performContinue reading “Support multiple JWT Authorities in a .NET Core application”

Integrating Blazor WebAssembly with Stripe

All the code is available here: https://github.com/albertromkes/StripeIntegration For a personal project, build with Blazor WebAssembly I needed an integration with a payment provider. Since stripe seems to be a perfect choice and integrates with everything, I decided to give it a go. I never actually build an integration with such a service, but I wasContinue reading “Integrating Blazor WebAssembly with Stripe”