mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
16 lines
565 B
JSON
16 lines
565 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/identity/registration/route/registration.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Enable registration by adding a registration handler to the list of interaction routes.",
|
|
"@id": "urn:solid-server:default:IdentityProviderHttpHandler",
|
|
"IdentityProviderHttpHandler:_args_interactionRoutes": [
|
|
{ "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
]
|
|
}
|
|
]
|
|
}
|