Open johakoch opened 1 year ago
@malud https://codeclimate.com/github/coupergateway/couper/pull/763
codeclimate again :-(
The DPoP proof JWT claims contain at least 4 claims that must be validated (1 error return
each) (+ the regular return
). That makes more than the allowed 4.
Do I have to group them by 2, just to please codeclimate?
I successfully checked the validation of a DPoP token obtained by okta-auth-js (which in version 7.7.0 supports DPoP) from an okta org authorization server and passed to a resource server protected by couper with this branch.
Implement resource server part of OAuth2 DPoP
Reviewer checklist