mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles picking a WebID during an OIDC interaction.",
|
|
"@id": "urn:solid-server:default:OidcPickWebIdRouter",
|
|
"@type": "InteractionRouteHandler",
|
|
"route": {
|
|
"@id": "urn:solid-server:default:OidcPickWebIdRoute",
|
|
"@type": "RelativePathInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:default:OidcRoute" },
|
|
"relativePath": "pick-webid/"
|
|
},
|
|
"source": {
|
|
"@type": "ViewInteractionHandler",
|
|
"source": {
|
|
"@type": "PickWebIdHandler",
|
|
"@id": "urn:solid-server:default:PickWebIdHandler",
|
|
"webIdStore": { "@id": "urn:solid-server:default:WebIdStore" },
|
|
"providerFactory": { "@id": "urn:solid-server:default:IdentityProviderFactory" }
|
|
}
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:default:InteractionRouteHandler",
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:OidcPickWebIdRouter" }
|
|
]
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:default:OidcControlHandler",
|
|
"@type": "OidcControlHandler",
|
|
"controls": [
|
|
{
|
|
"OidcControlHandler:_controls_key": "webId",
|
|
"OidcControlHandler:_controls_value": { "@id": "urn:solid-server:default:OidcPickWebIdRoute" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|