Wouter Termont

Results 35 issues of Wouter Termont

In the current specification, the [section on `Link` headers](https://solid.github.io/solid-oidc/#oidc-issuer-discovery-link-headers) says that "a client MUST treat the RDF in the body of the WebID Profile as canonical." Is there a specific...

While tryint to combine Solid-OIDC config with SAI app identity statements in the [JSON-LD Playground](https://json-ld.org/playground), I stumbled upon the following practical annoyance, which I could only circumvent by diverting from...

While experimenting in the [JSON-LD Playground](https://json-ld.org/playground), I stumbled upon the following issue, which I could only solve by diverting from the [mandated JSON-LD context](https://www.w3.org/ns/solid/oidc-context.jsonld). Starting from the [example Client ID...

Neither OAuth2.0, nor OpenID Connect (nor, currently, Solid-OIDC), specifies how to let a user/subject add or change claims — and, by extension, their identifying information (e.g. `sub` and `webid` claims)....

[Section 6.2 of the Solid-OIDC spec](https://solid.github.io/solid-oidc/#tokens-id) reads: > The user’s [singular] WebID MUST be present in the ID Token as the `webid` claim. While this sentence implies that the token...