nodeSolidServer / oidc-op

OpenID Connect Provider for Node.js
MIT License
5 stars 7 forks source link

token_type Bearer is returned, even if DPoP is used #26

Open angelo-v opened 4 years ago

angelo-v commented 4 years ago

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

NSeydoux commented 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 ?

angelo-v commented 4 years ago

Good point, let's see if the issue disappears as soon as node-solid-server actually switches to interop-alliance/oidc-op