Skip to content

Commit c745c5f

Browse files
committed
Add DpOp JWT Bearer extensions mention
1 parent 52eb8e2 commit c745c5f

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)