This repository hosts the Editor's draft of the Solid-OIDC specification.
This specification has been incubated by the Solid Authentication Panel for inclusion in the Solid Technical Reports.
Anyone is welcome to join the Solid CG weekly or special topic meetings to discuss Solid OIDC. See W3C calendar.
Chat in Matrix. to participate. It is expected that everyone will abide by the Solid Code of Conduct in all of these interactions.
Creating a new Solid-OIDC draft report for submission to the Solid Specification is simple. One must only create a new tag in the repository:
$ git tag -s solid-oidc-draft-04 -m "Solid-OIDC Community Group Draft Report 04"
$ git push origin solid-oidc-draft-04
Now the GitHub automation will run and produce a formatted version of the Solid-OIDC
specification in the solid-tr-publication
branch. Pull this branch to your local
environment and copy the files present into the solid/specification
repository,
submitting a pull request with these changes.
The process of creating a Community Group final report is exactly the same as with creating a draft report, only the tag is slightly different:
$ git tag -s solid-oidc-final-02 -m "Solid-OIDC Community Group Final Report 02"
$ git push origin solid-oidc-final-02
The same process applies to adding this to the solid/specification
repository.