Skip to content

Commit

Permalink
fix(DPoP): mark defaulted dpop_jkt parameter as trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 17, 2024
1 parent da3198b commit ee633f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/actions/authorization/process_request_object.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export default async function processRequestObject(PARAM_LIST, rejectDupesMiddle

if (pushedRequestObject && ctx.oidc.entities.PushedAuthorizationRequest.dpopJkt) {
params.dpop_jkt = ctx.oidc.entities.PushedAuthorizationRequest.dpopJkt;
ctx.oidc.trusted?.push('dpop_jkt');
}

return next();
Expand Down

0 comments on commit ee633f3

Please sign in to comment.