From ee456a5c110bf480ddd18351e57067c67c161d7f Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Thu, 1 Jul 2021 10:32:07 +0200 Subject: [PATCH] fix: Use #me for WebID generation --- config/identity/handler/interaction/handlers/registration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/identity/handler/interaction/handlers/registration.json b/config/identity/handler/interaction/handlers/registration.json index ae7164056..8edf6108e 100644 --- a/config/identity/handler/interaction/handlers/registration.json +++ b/config/identity/handler/interaction/handlers/registration.json @@ -9,7 +9,7 @@ "postHandler": { "@type": "RegistrationHandler", "args_baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }, - "args_webIdSuffix": "/profile/card", + "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" },