Skip to content

Commit 1e72d53

Browse files
authored
Merge pull request #965 from DuendeSoftware/mb/link
Add DPoP JWT Bearer extensions mention
2 parents cffaf55 + c745c5f commit 1e72d53

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/identityserver/apis/aspnetcore

1 file changed

+4
-0
lines changed

src/content/docs/identityserver/apis/aspnetcore/jwt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ builder.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
7474
options.TokenValidationParameters.ValidTypes = new[] { "at+jwt" };
7575
});
7676
```
77+
78+
:::tip[Dynamic Proof-of-Possession (DPoP) validation]
79+
You can make use of the [JwtBearer Extensions](/identityserver/apis/aspnetcore/confirmation.md#validating-dpop) to validate Dynamic Proof-of-Possession (DPoP) access tokens in ASP.NET Core.
80+
:::

0 commit comments

Comments
 (0)