Skip to content

Commit c468519

Browse files
Update DPoP version badge formatting in tokens documentation
Replaced the plain badge markdown with an HTML span element for consistent styling and badge rendering. Note: We may need to revisit this approach of version labeling.
1 parent aaea788 commit c468519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/identityserver/tokens

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

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

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

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

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

0 commit comments

Comments
 (0)