Support for DPoP (Demonstration of Proof of Possession) based authentication
We are dealing with Healthcare data and API authentication requries a DPoP token which is a signed JWT in a slight different format such as typ set to 'dpop+jwt' and the jwk included in the header. This is not supported by Pega and though I think we can achieve this programatically but its not without hassel. OAuth 2.0 DPoP - Demonstrating Proof of Possession - RFC9449
Has anybody else implemented this and if yes, what challenges have you faced? Also do we know if Pega plans to have this in upcoming releases? We are also planning to request for a hot fix to support this (will see how that goes).