Open
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