Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
*.mmd.svg
publish
node_modules
!solospec/index.html
solospec/.spec-issues-cache.json
solospec/dist
159 changes: 159 additions & 0 deletions solospec/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
{
"bikeshed": {
"modified": "[DATE]",
"title": "Solid-OIDC",
"boilerplate": "issues-index no",
"shortname": "solid-oidc",
"level": "1",
"status": "CG-DRAFT",
"group": "solidcg",
"ed": "https://solid.github.io/solid-oidc/",
"tr": "https://solidproject.org/TR/oidc",
"created": "July 16, 2021",
"repository": "https://github.com/solid/solid-oidc",
"inlinegithubissues": "title",
"markupshorthands": "markdown yes",
"maxtocdepth": "2",
"editor": [
{
"name": "Aaron Coburn",
"url": "https://people.apache.org/~acoburn/#i",
"company": "Inrupt",
"companyUrl": "https://inrupt.com"
},
{
"name": "elf Pavlik",
"url": "https://elf-pavlik.hackers4peace.net"
},
{
"name": "Christoph Braun (Forschungszentrum Informatik (FZI))"
}
],
"testsuite": "https://solid-contrib.github.io/solid-oidc-tests/",
"metadataorder": "This version, Latest published version, Test Suite, Created, Modified, *, !*",
"biblio": {
"DPOP": {
"title": "OAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer (DPoP)",
"url": "https://tools.ietf.org/html/draft-ietf-oauth-dpop",
"authors": [
"D. Fett",
"B. Campbell",
"J. Bradley",
"T. Lodderstedt",
"M. Jones",
"D. Waite"
],
"publisher": "IETF"
},
"OIDC-CORE": {
"title": "OpenID Connect Core 1.0",
"url": "https://openid.net/specs/openid-connect-core-1_0.html",
"authors": [
"N. Sakimura",
"J. Bradley",
"M. Jones",
"B. de Medeiros",
"C. Mortimore"
],
"publisher": "The OpenID Foundation"
},
"OIDC-DISCOVERY": {
"title": "OpenID Connect Discovery 1.0",
"url": "https://openid.net/specs/openid-connect-discovery-1_0.html",
"authors": [
"N. Sakimura",
"J. Bradley",
"M. Jones",
"E. Jay"
],
"publisher": "The OpenID Foundation"
},
"OIDC-DYNAMIC-CLIENT-REGISTRATION": {
"title": "OpenID Connect Dynamic Client Registration 1.0",
"url": "https://openid.net/specs/openid-connect-registration-1_0.html",
"authors": [
"N. Sakimura",
"J. Bradley",
"M.B. Jones"
],
"publisher": "The OpenID Foundation"
},
"SOLID-PROTOCOL": {
"title": "Solid Protocol",
"url": "https://solidproject.org/TR/protocol",
"authors": [
"Sarven Capadisli",
"Tim Berners-Lee",
"Ruben Verborgh",
"Kjetil Kjernsmo",
"Justin Bingham",
"Dmitri Zagidulin"
],
"publisher": "W3C Solid Community Group"
},
"SOLID-OIDC-PRIMER": {
"title": "Solid-OIDC Primer",
"url": "https://solid.github.io/solid-oidc/primer/",
"authors": [
"Jackson Morgan",
"Aaron Coburn",
"Matthieu Bosquet"
],
"publisher": "W3C Solid Community Group"
},
"WEBID": {
"title": "WebID 1.0",
"url": "https://www.w3.org/2005/Incubator/webid/spec/identity/",
"authors": [
"Andrei Sambra",
"Henry Story",
"Tim Berners-Lee"
],
"publisher": "WebID Incubator Group"
},
"UMA": {
"title": "User-Managed Access (UMA) 2.0 Grant for OAuth 2.0 Authorization",
"url": "https://docs.kantarainitiative.org/uma/wg/rec-oauth-uma-grant-2.0.html",
"authors": [
"Eve Maler",
"Maciej Machulak",
"Justin Richer"
],
"publisher": "Kantara Initiative, Inc"
},
"BCP195": {
"title": "Best Current Practice 195",
"url": "https://www.rfc-editor.org/info/bcp195",
"publisher": "IETF"
}
}
},
"custom": {
"formereditor": [
{
"name": "Dmitri Zagidulin",
"url": "http://computingjoy.com/"
},
{
"name": "Adam Migus",
"url": "https://migusgroup.com/about/",
"company": "The Migus Group",
"companyUrl": "https://migusgroup.com/"
},
{
"name": "Ricky White",
"url": "https://rickywhite.net",
"company": "The Migus Group",
"companyUrl": "https://migusgroup.com/"
}
],
"copyright": "Copyright © [YEAR] the Contributors to the [TITLE],\npublished by the <a href=\"https://www.w3.org/community/solid/\">Solid Community Group</a>\nunder the <a href=\"https://www.w3.org/community/about/agreements/cla/\">W3C Community Contributor License Agreement (CLA)</a>.\nA human-readable <a href=\"http://www.w3.org/community/about/agreements/cla-deed/\">summary</a> is available.",
"logo": {
"href": "https://www.w3.org/",
"src": "https://www.w3.org/StyleSheets/TR/2021/logos/W3C",
"alt": "W3C",
"height": "48",
"width": "72"
}
}
}
Loading