nodeSolidServer/oidc-op

token_type Bearer is returned, even if DPoP is used

angelo-v opened this issue · 2 comments

When a DPoP access token is provided, the token_type should be DPoP, but it is actually Bearer

https://github.com/solid/oidc-op/blob/b90ae175d6ed53e5f4f83d46fa4235e4d7b5c807/src/DpopAccessToken.js#L132

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