@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix atom:	<http://atomowl.org/ontologies/atomrdf#> .
@prefix sioct:	<http://rdfs.org/sioc/types#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
@prefix ns4:	<https://ods-qa.openlinksw.com/dataspace/> .
@prefix ns5:	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/> .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
@prefix as:	<https://www.w3.org/ns/activitystreams#> .
@prefix ns8:	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/25/> .
@prefix ns9:	<https://ods-qa.openlinksw.com/dataspace/imitko/> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns14:	<https://ods-qa.openlinksw.com/dataspace/person/> .

<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/25>
	rdf:type	atom:Entry , sioct:BlogPost ;
	sioc:has_creator	ns4:imitko ;
	sioc:has_container	ns5:MitkoBlog ;
	sioc:id	"9148de5e61652719df4db78eb682748a" ;
	opl:isDescribedUsing	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/25/sioc.rdf> ;
	sioc:link	</weblog/imitko/?id=25> ;
	as:to	as:Public ;
	as:replies	ns8:replies ;
	as:cc	ns9:followers ;
	dc:title	"Understanding the DPoP Protocol" ;
	sioc:content	"<h1>Understanding the DPoP Protocol</h1>\n<p>DPoP (Demonstration of Proof-of-Possession) is a security mechanism used in OAuth 2.0 to bind access tokens to a particular client. This ensures that only the client that requested the token can use it, enhancing security.</p>\n<h2>How DPoP Works</h2>\n<p>DPoP involves the client creating a signed JWT (JSON Web Token) that includes specific claims. This JWT is sent along with the token request. The server verifies the JWT to ensure that the client possesses the private key corresponding to the public key in the JWT.</p>\n<h2>Benefits of DPoP</h2>\n<ul>\n<li>Prevents token misuse by binding tokens to clients.</li>\n<li>Enhances security in OAuth 2.0 implementations.</li>\n</ul>\n<h2>Conclusion</h2>\n<p>DPoP is a valuable addition to OAuth 2.0, providing an extra layer of security by ensuring that only the legitimate client can use the access token.</p>" ;
	dct:created	"2024-07-12T17:51:38.979237"^^xsd:dateTime ;
	dct:modified	"2025-08-19T08:07:11.670890"^^xsd:dateTime ;
	foaf:maker	ns14:imitko ;
	atom:author	ns14:imitko ;
	atom:published	"2024-07-12T17:51:38.979237"^^xsd:dateTime ;
	atom:source	ns5:MitkoBlog ;
	atom:updated	"2025-08-19T08:07:11.670890"^^xsd:dateTime ;
	atom:title	"Understanding the DPoP Protocol" .
ns4:imitko
	sioc:creator_of	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/25> .
ns5:MitkoBlog
	sioc:container_of	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/25> ;
	atom:contains	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/25> ;
	atom:entry	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/25> .
