Skip to content

Commit de6d5f4

Browse files
Merge pull request #680 from DuendeSoftware/fix-badge-pop
Update DPoP version badge formatting for tokens documentation
2 parents 77125e5 + c468519 commit de6d5f4

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/identityserver/tokens

1 file changed

+1
-1
lines changed

src/content/docs/identityserver/tokens/pop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var idsvrBuilder = builder.Services.AddIdentityServer(options =>
144144

145145
## Demonstrating Proof-of-Possession at the Application Layer (DPoP)
146146

147-
**Version: :badge[>=6.3]**
147+
**Version:** <span data-shb-badge data-shb-badge-variant="default">&gt;=6.3</span>
148148

149149
[DPoP](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop) is a security measure that addresses token replay
150150
attacks by making it difficult for attackers to use stolen tokens. Support for DPoP is included

0 commit comments

Comments
 (0)