https://github.com/solid/solid-oidc
The repository for the Solid OIDC authentication specification.
https://github.com/solid/solid-oidc
authentication oidc solid specification
Last synced: about 2 months ago
JSON representation
The repository for the Solid OIDC authentication specification.
- Host: GitHub
- URL: https://github.com/solid/solid-oidc
- Owner: solid
- License: mit
- Created: 2021-06-28T23:40:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T19:07:15.000Z (10 months ago)
- Last Synced: 2025-01-12T05:13:01.706Z (3 months ago)
- Topics: authentication, oidc, solid, specification
- Language: Bikeshed
- Homepage: https://solid.github.io/solid-oidc/
- Size: 435 KB
- Stars: 20
- Watchers: 10
- Forks: 13
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solid-OIDC Specification
[](https://gitter.im/solid/authentication-panel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This repository hosts the Editor's draft of the Solid-OIDC specification.
This specification has been incubated by the
[Solid Authentication Panel](https://github.com/solid/authentication-panel) for inclusion in the
[Solid Technical Reports](https://solidproject.org/TR/).Anyone is welcome to join the Solid CG weekly or special topic meetings to discuss Solid OIDC. See [W3C calendar](https://www.w3.org/groups/cg/solid/calendar).
Chat in [Matrix](https://matrix.to/#/#solid_specification:gitter.im).
to participate. It is expected that everyone will abide by the
[Solid Code of Conduct](https://github.com/solid/process/blob/main/code-of-conduct.md)
in all of these interactions.## Editor's Drafts
* [Specification](https://solid.github.io/solid-oidc/)
* [Primer](https://solid.github.io/solid-oidc/primer/)## Releasing a new Solid-OIDC Draft Report
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-04Now 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.## Releasing a new Solid-OIDC Final Report
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-02The same process applies to adding this to the `solid/specification` repository.