mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
25 lines
903 B
JSON
25 lines
903 B
JSON
{
|
|
"@context": [
|
|
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
|
|
],
|
|
"import": [
|
|
"css:config/identity/handler/base/adapter-factory.json",
|
|
"css:config/identity/handler/base/jwks.json",
|
|
"css:config/identity/handler/base/provider-factory.json",
|
|
"css:config/identity/handler/storage/default.json",
|
|
|
|
"css:config/identity/handler/routing/default.json",
|
|
"css:config/identity/handler/storage/password.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Disabled the account component.",
|
|
"@id": "urn:solid-server:default:IdentityProviderHandler",
|
|
"@type": "StaticThrowHandler",
|
|
"onlyHandle": false,
|
|
"factory": { "@id": "urn:solid-server:default:UnsupportedErrorFactory" }
|
|
}
|
|
]
|
|
}
|