← Back
Milan Jovanovic December 12, 2024 53s

The Surprising Way Auth Works in Keycloak and .NET Aspire

Summary

The transcript explains how to easily configure authentication with Keycloak in .NET Aspire by calling the `AddAuthentication` and `AddKeycloakJwtBearer` extension methods. This setup leverages an HTTP client for back-channel authentication to Keycloak's discovery endpoint to retrieve public keys for validating access token signatures. The practical takeaway is that .NET Aspire simplifies Keycloak integration, and further details can be found in the referenced video.

View original episode ↗