solid / vocab

Solid Vocabularies
https://solid.github.io/vocab/
42 stars 14 forks source link

Missing solid:oidcRegistration property #43

Closed matthieubosquet closed 3 years ago

matthieubosquet commented 3 years ago

As per the Solid authentication panel's current proposal, a client's WebID MUST include a single solid:oidcRegistration property.

See: https://solid.github.io/authentication-panel/solid-oidc/#clientids-webid

We possibly could describe it as follow:

solid:oidcRegistration
    a rdf:Property ;
    rdfs:comment "A JSON serialization of an OIDC client registration, per the definition of client registration metadata from [RFC7591] section 2."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/solid/terms> ;
    rdfs:label "oidc registration"@en .

@acoburn @csarven does this addition and the proposed comment make sense?

matthieubosquet commented 3 years ago

Potential fix to be merged here: https://github.com/solid/vocab/pull/44

elf-pavlik commented 3 years ago

It appears that we can close it since we will not use oidcRegistration https://github.com/solid/authentication-panel/issues/109