From f3dc9dba14cf0d9756c57604f6eaa804ccd98935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0koruba?= Date: Mon, 7 Oct 2024 13:04:42 +0200 Subject: [PATCH] Update template --- .../SkorubaDuende.IdentityServerAdmin.Admin.Api.csproj | 2 +- ....IdentityServerAdmin.Admin.EntityFramework.Shared.csproj | 2 +- .../SkorubaDuende.IdentityServerAdmin.Admin.csproj | 6 +++--- .../src/SkorubaDuende.IdentityServerAdmin.Admin/Startup.cs | 2 +- .../SkorubaDuende.IdentityServerAdmin.STS.Identity.csproj | 4 ++-- .../SkorubaDuende.IdentityServerAdmin.Shared.csproj | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.Api/SkorubaDuende.IdentityServerAdmin.Admin.Api.csproj b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.Api/SkorubaDuende.IdentityServerAdmin.Admin.Api.csproj index 5e17cd99..a1870eba 100644 --- a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.Api/SkorubaDuende.IdentityServerAdmin.Admin.Api.csproj +++ b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.Api/SkorubaDuende.IdentityServerAdmin.Admin.Api.csproj @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared.csproj b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared.csproj index edf7259c..f82a63a0 100644 --- a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared.csproj +++ b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared/SkorubaDuende.IdentityServerAdmin.Admin.EntityFramework.Shared.csproj @@ -8,7 +8,7 @@ - + diff --git a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/SkorubaDuende.IdentityServerAdmin.Admin.csproj b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/SkorubaDuende.IdentityServerAdmin.Admin.csproj index 52fef3a5..ba6a2560 100644 --- a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/SkorubaDuende.IdentityServerAdmin.Admin.csproj +++ b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/SkorubaDuende.IdentityServerAdmin.Admin.csproj @@ -34,9 +34,9 @@ - - - + + + diff --git a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/Startup.cs b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/Startup.cs index 970853aa..d9d359cc 100644 --- a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/Startup.cs +++ b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Admin/Startup.cs @@ -26,7 +26,7 @@ public class Startup { public Startup(IWebHostEnvironment env, IConfiguration configuration) { - JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); + JwtSecurityTokenHandler.DefaultMapInboundClaims = false; HostingEnvironment = env; Configuration = configuration; } diff --git a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.STS.Identity/SkorubaDuende.IdentityServerAdmin.STS.Identity.csproj b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.STS.Identity/SkorubaDuende.IdentityServerAdmin.STS.Identity.csproj index 6a7abcd2..76119410 100644 --- a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.STS.Identity/SkorubaDuende.IdentityServerAdmin.STS.Identity.csproj +++ b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.STS.Identity/SkorubaDuende.IdentityServerAdmin.STS.Identity.csproj @@ -43,8 +43,8 @@ - - + + diff --git a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Shared/SkorubaDuende.IdentityServerAdmin.Shared.csproj b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Shared/SkorubaDuende.IdentityServerAdmin.Shared.csproj index 33667359..500104f8 100644 --- a/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Shared/SkorubaDuende.IdentityServerAdmin.Shared.csproj +++ b/templates/template-publish/content/src/SkorubaDuende.IdentityServerAdmin.Shared/SkorubaDuende.IdentityServerAdmin.Shared.csproj @@ -13,7 +13,7 @@ - +