eclipse-edc / IdentityHub

IdentityHub
Apache License 2.0
21 stars 25 forks source link

Enable Proof-of-possession check #402

Closed wolf4ood closed 4 months ago

wolf4ood commented 4 months ago

Feature Request

Currently in AccessTokenVerifierImpl we verify that si_token.sub == access_token.sub but we only issue a warning.

We should return a failure if a proof of possession check is failing