mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
28 lines
1003 B
JSON
28 lines
1003 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/http/handler/handlers/oidc.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "These are all the handlers a request will go through until it is handled.",
|
|
"@id": "urn:solid-server:default:HttpHandler",
|
|
"@type": "SequenceHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:Middleware" },
|
|
{
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:StaticAssetHandler" },
|
|
{ "@id": "urn:solid-server:default:SetupHandler" },
|
|
{ "@id": "urn:solid-server:default:OidcHandler" },
|
|
{ "@id": "urn:solid-server:default:AuthResourceHttpHandler" },
|
|
{ "@id": "urn:solid-server:default:IdentityProviderHandler" },
|
|
{ "@id": "urn:solid-server:default:LdpHandler" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|