Servicestack netcoreidentityauthprovider: System.FormatException when using GUID IDs
Summary The System.FormatException occurs in a .NET 10 project using ServiceStack v10 when using string-based UserAuthIds (GUIDs) and an authenticated user has no roles or permissions assigned. This exception is thrown during the identity resolution phase, specifically when the NetCoreIdentityAuthProvider attempts to parse the UserAuthId as an integer. Root Cause The root cause of this … Read more