Open angelo-v opened 4 years ago
I ran into this bug as well. However, given that this repo has been archived, I guess the issue should be opened against https://github.com/interop-alliance/oidc-op ?
Good point, let's see if the issue disappears as soon as node-solid-server actually switches to interop-alliance/oidc-op
When a DPoP access token is provided, the
token_type
should beDPoP
, but it is actuallyBearer
https://github.com/solid/oidc-op/blob/b90ae175d6ed53e5f4f83d46fa4235e4d7b5c807/src/DpopAccessToken.js#L132