mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
23 lines
1018 B
JSON
23 lines
1018 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/identity/access/initializers/idp.json",
|
|
"files-scs:config/identity/access/initializers/well-known.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Use the same authorization for IDP components as is used for LDP, such that for instance registration can be restricted to certain agents.",
|
|
"@id": "urn:solid-server:default:IdentityProviderAuthorizingHandler",
|
|
"AuthorizingHttpHandler:_args_permissionReader": { "@id": "urn:solid-server:default:PermissionReader" }
|
|
},
|
|
{
|
|
"comment": "IDP-related containers require initialized resources to support authorization.",
|
|
"@id": "urn:solid-server:default:ParallelInitializer",
|
|
"ParallelHandler:_handlers": [
|
|
{ "@id": "urn:solid-server:default:IdpContainerInitializer" },
|
|
{ "@id": "urn:solid-server:default:WellKnownContainerInitializer" }
|
|
]
|
|
}
|
|
]
|
|
}
|