We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e769dd7 commit a5dbe02Copy full SHA for a5dbe02
1 file changed
packages/css/config/ldp/authorization/uma.json
@@ -8,14 +8,9 @@
8
],
9
"@graph": [
10
{
11
- "comment": "In case of WebACL authorization the ACL resources determine authorization.",
+ "comment": "There are no auth-specific resources, but this ID still has to exist.",
12
"@id": "urn:solid-server:default:AuthResourceHttpHandler",
13
- "@type": "RouterHandler",
14
- "args_baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
15
- "args_targetExtractor": { "@id": "urn:solid-server:default:TargetExtractor" },
16
- "args_allowedMethods": [ "*" ],
17
- "args_allowedPathNames": [ "^/.*\\.acl$" ],
18
- "args_handler": { "@id": "urn:solid-server:default:LdpHandler" }
+ "@type": "UnsupportedAsyncHandler"
19
}
20
]
21
- }
+ }
0 commit comments