Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing solid:oidcRegistration property #43

Closed
matthieubosquet opened this issue Dec 17, 2020 · 2 comments
Closed

Missing solid:oidcRegistration property #43

matthieubosquet opened this issue Dec 17, 2020 · 2 comments

Comments

@matthieubosquet
Copy link
Member

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
Copy link
Member Author

matthieubosquet commented Dec 17, 2020

Potential fix to be merged here: #44

@elf-pavlik
Copy link
Member

It appears that we can close it since we will not use oidcRegistration solid/authentication-panel#109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants