solid-contrib / conformance-test-harness

Harness used to run Solid conformance tests and generate reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix use of DPoP when testing CSS

edwardsph opened this issue · comments

Using an inrupt broker as the IdP and Bearer tokens, the tests work with CSS.
However, when the access token is DPoP bound we get a 400 response from CSS with the following error:
`Error verifying WebID via DPoP-bound access token...

Is this a problem with the way the token is being bound?

What's the detail of the error? @matthieubosquet would probably like to know as well.
The detailed error message is coming from https://github.com/solid/identity-token-verifier

@acoburn and @matthieubosquet helped track it down and Matthieu can fill you in.