mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
25 lines
1.0 KiB
JSON
25 lines
1.0 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/identity/access/initializers/idp.json",
|
|
"css: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",
|
|
"@type": "AuthorizingHttpHandler",
|
|
"args_permissionReader": { "@id": "urn:solid-server:default:PermissionReader" }
|
|
},
|
|
{
|
|
"comment": "IDP-related containers require initialized resources to support authorization.",
|
|
"@id": "urn:solid-server:default:PrimaryParallelInitializer",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:IdpContainerInitializer" },
|
|
{ "@id": "urn:solid-server:default:WellKnownContainerInitializer" }
|
|
]
|
|
}
|
|
]
|
|
}
|