Skip to content

Commit e93cac6

Browse files
committed
remove client_secret
1 parent e6906c6 commit e93cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solid/lib/Controller/ServerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ public function register() {
385385
// ($request->getRawPathInfo() !== '/apps/oauth2/api/v1/token') &&
386386
// ($request->getRawPathInfo() !== '/apps/solid/token')
387387
*/
388-
'client_secret' => $clientData['client_secret'], // FIXME: Returning this means we need to patch Nextcloud to accept tokens on calls to
388+
// 'client_secret' => $clientData['client_secret'], // FIXME: Returning this means we need to patch Nextcloud to accept tokens on calls to
389389

390390
'registration_client_uri' => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.server.registeredClient", array("clientId" => $clientData['client_id']))),
391391
'client_id_issued_at' => $clientData['client_id_issued_at'],

0 commit comments

Comments
 (0)