mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
12 lines
449 B
JSON
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\""
|
|
}
|
|
]
|
|
}
|