Skip to content

Commit 57fe2b9

Browse files
Merge pull request #5352 from adibmbrk/dpop-docs
Add dpop docs only for next version.
2 parents df79b12 + 031e9d0 commit 57fe2b9

File tree

1 file changed

+1
-1
lines changed
  • en/includes/references/token-binding

1 file changed

+1
-1
lines changed

en/includes/references/token-binding/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Device flow token binding method binds the token to the `device_code` sent in th
3232

3333
[Client-request token binding method]({{base_path}}/references/token-binding/client-request) is introduced by {{product_name}} for back-channel grant types such as **token exchange** and **password**. It binds the token to the `tokenBindingId` sent in the authentication request.
3434

35-
{% if (product_name == "WSO2 Identity Server" and is_version >= "7.1.0") %}
35+
{% if (product_name == "WSO2 Identity Server" and is_version > "7.1.0") %}
3636
## DPoP
3737

3838
DPoP (Demonstrating Proof-of-Possession) token binding method binds the access token to the client's private key. For each request, the client includes a DPoP proof generated using its private key, in the DPoP header. This proof demonstrates that the client possesses the corresponding private key, ensuring that only that specific client can use the access token. This method supports all grant types.

0 commit comments

Comments
 (0)