Tag: aspire
Customizing Keycloak with Aspire - Part 3
This is the last article in a trio of articles about incorporating Keycloak into .NET Aspire applications. Thus far, I've covered the basics and some common customizations. This…
Customizing Keycloak with Aspire - Part 2
In my last article, I introduced the Keycloak identity service and showed how the development version can be easily integrated into a project. Development services get you started…
Integrating Keycloak with Aspire - Part 1
In my series on ASP.NET Identity, I mentioned (several times) that you should be using [Keycloak], [Auth0], [Corbado], or another identity service instead of rolling your own.…
.NET Aspire configuration patterns
If you recall my last article, I transitioned my working application to .NET Aspire. This opinionated pattern allows me to run a complete microservice application within Docker…
Local development for the cloud: Transitioning to .NET Aspire
I've been working on a new project recently. It requires that I work with microservices and containers as it will eventually be runnable on either Kubernetes or (more likely)…