Expand description
OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP) - RFC 9449
This module implements DPoP (Demonstrating Proof-of-Possession), which provides:
- Application-layer proof-of-possession for OAuth 2.0 access tokens
- Protection against token theft and replay attacks
- JWT-based proof tokens bound to HTTP requests
Structsยง
- Dpop
Confirmation - DPoP-bound access token confirmation
- Dpop
KeyBinding - DPoP key binding configuration
- Dpop
Manager - DPoP manager for handling proof-of-possession
- Dpop
Proof Claims - DPoP proof token claims
- Dpop
Validation Result - DPoP validation result