Skip to content

Commit b7a1736

Browse files
authored
Merge pull request #53 from DuendeSoftware/mb/bump
Bump Duende.IdentityModel to 8.0.1 and Duende.AspNetCore.Authentication.JwtBearer to 1.0.1
2 parents 29a4be5 + 27e1c3a commit b7a1736

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/Duende.IdentityServer.Demo.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11+
<PackageReference Include="Duende.IdentityModel" Version="8.0.1" />
1112
<PackageReference Include="Duende.IdentityServer" Version="8.0.0-alpha.1" />
1213
<PackageReference Include="Duende.IdentityServer.ConformanceReport" Version="0.1.0-alpha.0.3488" />
13-
<PackageReference Include="Duende.AspNetCore.Authentication.JwtBearer" Version="0.3.0" />
14+
<PackageReference Include="Duende.AspNetCore.Authentication.JwtBearer" Version="1.0.1" />
1415
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
1516
</ItemGroup>
1617

src/HostingExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static WebApplication ConfigureServices(this WebApplicationBuilder builde
8989
options.Scope.Add("email");
9090
});
9191

92-
builder.Services.ConfigureDPoPTokensForScheme("dpop", options => { options.TokenMode = DPoPMode.DPoPOnly; });
92+
builder.Services.ConfigureDPoPTokensForScheme("dpop");
9393

9494
// add CORS policy for non-IdentityServer endpoints
9595
builder.Services.AddCors(options =>

0 commit comments

Comments
 (0)