{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld", "import": [ "files-scs:config/identity/handler/account-store/default.json", "files-scs:config/identity/handler/adapter-factory/webid.json", "files-scs:config/identity/handler/interaction/routes.json", "files-scs:config/identity/handler/key-value/storage.json", "files-scs:config/identity/handler/provider-factory/identity.json" ], "@graph": [ { "comment": "Routes all IDP related requests to the relevant handlers.", "@id": "urn:solid-server:default:IdentityProviderHandler", "@type": "RouterHandler", "allowedMethods": [ "GET", "POST", "PUT", "DELETE", "OPTIONS" ], "allowedPathNames": [ "^/idp/.*", "^/\\.well-known/openid-configuration" ], "handler": { "@id": "urn:solid-server:default:IdentityProviderHttpHandler" } }, { "@id": "urn:solid-server:default:IdentityProviderHttpHandler", "@type": "IdentityProviderHttpHandler", "idpPath": "/idp", "providerFactory": { "@id": "urn:solid-server:default:IdentityProviderFactory" }, "templateHandler": { "@type": "TemplateHandler", "templateEngine": { "comment": "Renders the specific page and embeds it into the main HTML body.", "@type": "ChainedTemplateEngine", "renderedName": "htmlBody", "engines": [ { "comment": "Will be called with specific interaction templates to generate HTML snippets.", "@type": "EjsTemplateEngine" }, { "comment": "Will embed the result of the first engine into the main HTML template.", "@type": "EjsTemplateEngine", "template": "@css:templates/main.html.ejs", } ] } }, "interactionCompleter": { "comment": "Responsible for finishing OIDC interactions.", "@type": "InteractionCompleter", "providerFactory": { "@id": "urn:solid-server:default:IdentityProviderFactory" } }, "errorHandler": { "@id": "urn:solid-server:default:ErrorHandler" }, "responseWriter": { "@id": "urn:solid-server:default:ResponseWriter" } } ] }