From e9d40cc896f735965a0ad9cf06272e89e4f1d1f6 Mon Sep 17 00:00:00 2001 From: Auke van Slooten Date: Thu, 29 Sep 2022 10:25:41 +0200 Subject: [PATCH] added oidcIssuer to webid profile --- solid/lib/Controller/ProfileController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solid/lib/Controller/ProfileController.php b/solid/lib/Controller/ProfileController.php index 7d64f6f9..5177deda 100644 --- a/solid/lib/Controller/ProfileController.php +++ b/solid/lib/Controller/ProfileController.php @@ -277,7 +277,8 @@ private function getUserProfile($userId) { 'preferences' => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.storage.handleGet", array("userId" => $userId, "path" => "/settings/preferences.ttl"))), 'privateTypeIndex' => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.storage.handleGet", array("userId" => $userId, "path" => "/settings/privateTypeIndex.ttl"))), 'publicTypeIndex' => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.storage.handleGet", array("userId" => $userId, "path" => "/settings/publicTypeIndex.ttl"))), - 'storage' => $this->getStorageUrl($userId) + 'storage' => $this->getStorageUrl($userId), + 'issuer' => $this->urlGenerator->getBaseURL() ); return $profile; } @@ -312,6 +313,7 @@ private function generateTurtleProfile($userId) { solid:account ser:; solid:privateTypeIndex <>; solid:publicTypeIndex <>; + solid:oidcIssuer <>; $friend) { ?>