Skip to content

Commit

Permalink
Merge pull request #219 from DuendeSoftware/dpop-lib
Browse files Browse the repository at this point in the history
Use Duende.AspNetCore.Authentication.JwtBearer in DPoP sample
  • Loading branch information
josephdecock authored Oct 25, 2024
2 parents 960fb64 + f80b6f5 commit f5e86b3
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 1,000 deletions.
2 changes: 1 addition & 1 deletion IdentityServer/v7/DPoP/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="IdentityModel" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
<PackageReference Include="Duende.AspNetCore.Authentication.JwtBearer" Version="0.1.3" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
</ItemGroup>

Expand Down
34 changes: 0 additions & 34 deletions IdentityServer/v7/DPoP/Api/DPoP/ConfigureJwtBearerOptions.cs

This file was deleted.

66 changes: 0 additions & 66 deletions IdentityServer/v7/DPoP/Api/DPoP/DPoPExtensions.cs

This file was deleted.

155 changes: 0 additions & 155 deletions IdentityServer/v7/DPoP/Api/DPoP/DPoPJwtBearerEvents.cs

This file was deleted.

13 changes: 0 additions & 13 deletions IdentityServer/v7/DPoP/Api/DPoP/DPoPMode.cs

This file was deleted.

13 changes: 0 additions & 13 deletions IdentityServer/v7/DPoP/Api/DPoP/DPoPOptions.cs

This file was deleted.

37 changes: 0 additions & 37 deletions IdentityServer/v7/DPoP/Api/DPoP/DPoPProofValidatonContext.cs

This file was deleted.

66 changes: 0 additions & 66 deletions IdentityServer/v7/DPoP/Api/DPoP/DPoPProofValidatonResult.cs

This file was deleted.

Loading

0 comments on commit f5e86b3

Please sign in to comment.