<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>

<title>DPoP JWT Fields Explained</title><link>http://ods-qa.openlinksw.com:443/weblog/imitko/?id=26</link><description>DPoP JWT Fields Explained
The DPoP (Demonstration of Proof-of-Possession) JWT (JSON Web Token) includes several important fields that ensure the security and integrity of the token. Here are the key fields:


  jti: A unique identifier for the JWT.

  htm: The HTTP method of the request (e.g., GET, POST).

  htu: The HTTP URI of the request.

  iat: The issued-at time, indicating when the JWT was created.

Example DPoP JWT
{
  &amp;quot;jti&amp;quot;: &amp;quot;unique-jwt-id&amp;quot;,
  &amp;quot;htm&amp;quot;: &amp;quot;POST&amp;quot;,
  &amp;quot;htu&amp;quot;: &amp;quot;https://api.example.com/resource&amp;quot;,
  &amp;quot;iat&amp;quot;: 1618884473
}
This example shows a DPoP JWT with a unique identifier, HTTP method, URI, and issued-at time.</description><pubDate>Fri, 12 Jul 2024 17:54:48 GMT</pubDate><generator>Virtuoso Universal Server 08.03.3334</generator><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mitko Iliev</dc:creator><image><title>DPoP JWT Fields Explained</title><url>http://ods-qa.openlinksw.com:443/weblog/public/images/vbloglogo.gif</url><link>http://ods-qa.openlinksw.com:443/weblog/imitko/?id=26</link><description /><width>88</width><height>31</height></image>
<!-- ERROR SQLState: VECSL SQLMessage: VECSL: Internal error, ssl referenced before set, please report query to support -->
</channel>
</rss>
