mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "An adapter is responsible for storing all interaction metadata.",
|
|
"@id": "urn:solid-server:default:IdpAdapterFactory",
|
|
"@type": "ClientCredentialsAdapterFactory",
|
|
"webIdStore": { "@id": "urn:solid-server:default:WebIdStore" },
|
|
"clientCredentialsStore": { "@id": "urn:solid-server:default:ClientCredentialsStore" },
|
|
"source": {
|
|
"@type": "ClientIdAdapterFactory",
|
|
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
|
|
"source": {
|
|
"@type": "ExpiringAdapterFactory",
|
|
"storage": {
|
|
"@type": "WrappedExpiringStorage",
|
|
"source": {
|
|
"@type": "ContainerPathStorage",
|
|
"relativePath": "/idp/adapter/",
|
|
"source": {
|
|
"@id": "urn:solid-server:default:KeyValueStorage"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|