Aaron Coburn
Aaron Coburn
The list should include libraries/applications that implement or intend to implement the specifications defined by this panel. At present, that includes [Solid-OIDC](https://solid.github.io/authentication-panel/solid-oidc/).
My take on dynamic client registration is that Solid-OIDC absolutely should not require it. Solid-OIDC should also not forbid it. Between _MAY_ and _SHOULD_, I think _MAY_ is the better...
> Why does it need to be transmitted in a secure manner? Here, security ensures that the data is not tampered with in transit. > What is it hiding? This...
> How do you tamper with the integrity of a HTTP request? Any [MITM attack](https://en.m.wikipedia.org/wiki/Man-in-the-middle_attack) would allow one to tamper with an HTTP exchange. The specific details depend on the...
For those who may not follow the [gitter channel](https://gitter.im/solid/authentication-panel), the Solid Authentication panel plans to hold a [meeting to discuss this issue](https://hackmd.io/jP44qgAFRqi7UsWFi5OhmA) on Monday 7 Nov at 14:00 UTC
There is already a way to extend the fields in a client ID document, and it uses standard JSON-LD mechanisms. For example: ```javascript { "@context": [ "https://www.w3.org/ns/solid/oidc-context.jsonld", "https://www.example.com/my-context.jsonld" ], "client_id":...
> Is there a direct mapping between the terms in [OP metadata spec](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata) and the ones in the [Solid OIDC vocab](http://www.w3.org/ns/solid/oidc#)? Only partially, and there, the purpose was constrained by...
The issuer entity already has a URI. This is encoded as the `iss` claim in an ID Token and as the `issuer` property in the OpenID Metadata resource. From that...
We should take a serious look at whether we could replace the use of Solid-OIDC client identifiers with this definition from the OpenID Federation spec
Expiring DCR clients is an implementation detail. While doing so is likely a very good idea, there already exists a mechanism by which a server can indicate to a client...