mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
Configuration has been updated so the IDP requests also pass through an Authorization component. A new config option was added to choose which authorization scheme to use for the IDP.
36 lines
1.6 KiB
JSON
36 lines
1.6 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles all functionality on the register page",
|
|
"@id": "urn:solid-server:auth:password:RegistrationRoute",
|
|
"@type": "BasicInteractionRoute",
|
|
"route": "^/register/$",
|
|
"viewTemplates": {
|
|
"BasicInteractionRoute:_viewTemplates_key": "text/html",
|
|
"BasicInteractionRoute:_viewTemplates_value": "@css:templates/identity/email-password/register.html.ejs"
|
|
},
|
|
"responseTemplates": {
|
|
"BasicInteractionRoute:_responseTemplates_key": "text/html",
|
|
"BasicInteractionRoute:_responseTemplates_value": "@css:templates/identity/email-password/register-response.html.ejs"
|
|
},
|
|
"controls": {
|
|
"BasicInteractionRoute:_controls_key": "register",
|
|
"BasicInteractionRoute:_controls_value": "/register"
|
|
},
|
|
"handler": {
|
|
"@type": "RegistrationHandler",
|
|
"registrationManager": {
|
|
"@type": "RegistrationManager",
|
|
"args_baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
|
"args_webIdSuffix": "/profile/card#me",
|
|
"args_identifierGenerator": { "@id": "urn:solid-server:default:IdentifierGenerator" },
|
|
"args_ownershipValidator": { "@id": "urn:solid-server:auth:password:OwnershipValidator" },
|
|
"args_accountStore": { "@id": "urn:solid-server:auth:password:AccountStore" },
|
|
"args_podManager": { "@id": "urn:solid-server:default:PodManager" }
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|