diff --git a/src/Infrastructure/PortaleFatture.BE.Infrastructure/Gateway/SelfCareTokenService.cs b/src/Infrastructure/PortaleFatture.BE.Infrastructure/Gateway/SelfCareTokenService.cs index d0233a4..531def5 100644 --- a/src/Infrastructure/PortaleFatture.BE.Infrastructure/Gateway/SelfCareTokenService.cs +++ b/src/Infrastructure/PortaleFatture.BE.Infrastructure/Gateway/SelfCareTokenService.cs @@ -84,7 +84,7 @@ private string ReadJwt(string selfcareToken) if (claim.Type == CustomClaim.Organization) { dynamic? jsonObject = JsonConvert.DeserializeObject(claim.Value!); - data += $" idEnte: {jsonObject!.id}" + $" Ente: {jsonObject!.name} "; + data += $" idEnte: {jsonObject!.id}" + $" ente: {jsonObject!.name} "; } }