Files
CommunitySolidServer/config/identity/access/public.json
Joachim Van Herwegen 13c49045d4 feat: Support acl authorization for IDP components
Configuration has been updated so the IDP requests
also pass through an Authorization component.
A new config option was added to choose
which authorization scheme to use for the IDP.
2021-10-07 15:51:11 +02:00

14 lines
415 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Allow everyone to register new pods.",
"@id": "urn:solid-server:default:IdentityProviderAuthorizingHandler",
"AuthorizingHttpHandler:_args_permissionReader": {
"@type": "AllStaticReader",
"allow": true
}
}
]
}