Open woutslabbinck opened 1 year ago
Can you be more specific in the steps that you take? For example,
What version of CSS is connected to your WebID?
That way we can try to replicate the issue. Thanks!
Step 1: open https://data.knows.idlab.ugent.be/person/office/wiki/html/home. That works Step 2: open new tab with https://data.knows.idlab.ugent.be/person/office/wiki/html/home. I get a not Logged in Error.
CSS: version 5.1.0
@woutslabbinck Could have a try with the branch feature/oidc-login
and use the OIDC option for logging in instead of client credentials? All instructions on how to get this working is in the README.
Logging in with the OIDC option works perfectly on branch feature/oidc-login
!
I've executed the above workflow multiple times and had zero not authorized errors.
I've installed the signed version of the extension, using Mozilla for Ubuntu (version 111.0.1).
Then I've tried to access https://data.knows.idlab.ugent.be/person/office/wiki/html/home , to which I have access with the following webID https://woslabbi.pod.knows.idlab.ugent.be/profile/card#me.
Sometimes it works, with the following HTTP request information:
But other times, it fails:
The reason that it fails is because the authorization header is:
authorization: DPoP undefined
.Is this issue due to the extension and if so, can it be fixed so this never happens on my machine?