We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a DPoP access token is provided, the token_type should be DPoP, but it is actually Bearer
token_type
DPoP
Bearer
https://github.com/solid/oidc-op/blob/b90ae175d6ed53e5f4f83d46fa4235e4d7b5c807/src/DpopAccessToken.js#L132
The text was updated successfully, but these errors were encountered:
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 ?
Sorry, something went wrong.
Good point, let's see if the issue disappears as soon as node-solid-server actually switches to interop-alliance/oidc-op
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: