Files
mealplanner/backend/Program.cs
Claude 2004883e02 fix: disable JWT inbound claim mapping for Zitadel sub claim
.NET remaps "sub" to a long URI claim type by default, causing
User.FindFirst("sub") to return null. MapInboundClaims=false
preserves the original claim names.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 07:13:17 +00:00

2.3 KiB