mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/identity/handler/routing/oidc/cancel.json",
|
|
"css:config/identity/handler/routing/oidc/consent.json",
|
|
"css:config/identity/handler/routing/oidc/forget-webid.json",
|
|
"css:config/identity/handler/routing/oidc/prompt.json",
|
|
"css:config/identity/handler/routing/oidc/pick-webid.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Main OIDC route others can extend.",
|
|
"@id": "urn:solid-server:default:OidcRoute",
|
|
"@type": "RelativePathInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:default:IndexRoute" },
|
|
"relativePath": "oidc/"
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:default:ControlHandler",
|
|
"@type": "ControlHandler",
|
|
"controls": [
|
|
{
|
|
"ControlHandler:_controls_key": "oidc",
|
|
"ControlHandler:_controls_value": {
|
|
"comment": "Contains all OIDC controls.",
|
|
"@id": "urn:solid-server:default:OidcControlHandler",
|
|
"@type": "OidcControlHandler",
|
|
"controls": []
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|