Files
CommunitySolidServer/config/presets/ldp/credentials-extractor.json
2021-04-27 14:39:17 +02:00

24 lines
568 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
"@graph": [
{
"@id": "urn:solid-server:default:CredentialsExtractor",
"@type": "WaterfallHandler",
"handlers": [
{
"@type": "DPoPWebIdExtractor",
"originalUrlExtractor": {
"@type": "OriginalUrlExtractor"
}
},
{
"@type": "BearerWebIdExtractor"
},
{
"@type": "EmptyCredentialsExtractor"
}
]
}
]
}