mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
17 lines
585 B
JSON
17 lines
585 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles confirm requests",
|
|
"@id": "urn:solid-server:auth:password:SessionInteractionHandler",
|
|
"@type": "RouterHandler",
|
|
"allowedMethods": [ "POST" ],
|
|
"allowedPathNames": [ "^/idp/interaction/[-_A-Za-z0-9]+/confirm/?$" ],
|
|
"handler": {
|
|
"@type": "SessionHttpHandler",
|
|
"interactionCompleter": { "@id": "urn:solid-server:auth:password:InteractionCompleter" }
|
|
}
|
|
}
|
|
]
|
|
}
|