← Back
Milan Jovanovic November 12, 2024 17m

Multiple JWTs in .NET: How to Implement Multi-Token Authentication

Summary

This tech transcript explains how to authenticate multiple JSON Web Tokens (JWTs) from different issuers within a single ASP.NET Core application. It highlights use cases such as integrating various client applications with distinct authentication providers or using different token types for varying access levels. The practical takeaway is that ASP.NET Core can be configured to support authentication for JWTs originating from multiple sources, like Keycloak and Superbase.

View original episode ↗