nodeSolidServer / nodeSolidServer/node-solid-server

"scopes_supported": ["webid"]

Open
#1,639 14 comments 0 reactions 1 assignee View on GitHub

@bourgeoa is already working on this.

Since Dec 2, 2021.

feature help wanted
Dominant language
JavaScript
Stars
1.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

According to https://solid.github.io/solid-oidc/#discovery the JSON on /.well-known/openid-configuration must include at least
"scopes_supported": ["webid"] and if you combine https://solid.github.io/solid-oidc/#tokens-access with https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata you can conclude that
"claims_supported": ["webid"] is also at least recommended.
The new solid-oidc-tests test for this, and so NSS instances will fail both these tests.
See also https://gitter.im/solid/test-suite?at=6193afa5a41fd20699464377

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.