mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
23 lines
864 B
JSON
23 lines
864 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/ldp/authorization/authorizers/acl.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Uses Web Access Control for authorization.",
|
|
"@id": "urn:solid-server:default:Authorizer",
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{
|
|
"comment": "This authorizer makes sure that for auxiliary resources, the main authorizer gets called with the associated identifier.",
|
|
"@type": "AuxiliaryAuthorizer",
|
|
"resourceAuthorizer": { "@id": "urn:solid-server:default:WebAclAuthorizer" },
|
|
"auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" }
|
|
},
|
|
{ "@id": "urn:solid-server:default:WebAclAuthorizer" }
|
|
]
|
|
}
|
|
]
|
|
}
|