2021-06-29 17:43:44 +01:00

12 lines
449 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Adds the WWW-Authenticate header on 401 responses. The current auth value is required for the legacy solid-auth-client.",
"@id": "urn:solid-server:default:MetadataWriter_WwwAuth",
"@type": "WwwAuthMetadataWriter",
"auth": "Bearer scope=\"openid webid\""
}
]
}