2023-10-19 09:13:48 +02:00

20 lines
635 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"@graph": [
{
"comment": "The JWK that will be used for signing.",
"@id": "urn:solid-server:default:JwkGenerator",
"@type": "CachedJwkGenerator",
"alg": "ES256",
"storageKey": "jwks",
"storage": { "@id": "urn:solid-server:default:KeyStorage" }
},
{
"@id": "urn:solid-server:default:KeyStorage",
"@type": "ContainerPathStorage",
"relativePath": "/idp/keys/",
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
}
]
}