We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77125e5 + c468519 commit de6d5f4Copy full SHA for de6d5f4
src/content/docs/identityserver/tokens/pop.md
@@ -144,7 +144,7 @@ var idsvrBuilder = builder.Services.AddIdentityServer(options =>
144
145
## Demonstrating Proof-of-Possession at the Application Layer (DPoP)
146
147
-**Version: :badge[>=6.3]**
+**Version:** <span data-shb-badge data-shb-badge-variant="default">>=6.3</span>
148
149
[DPoP](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop) is a security measure that addresses token replay
150
attacks by making it difficult for attackers to use stolen tokens. Support for DPoP is included
0 commit comments