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" },