From 02b60c2bd38045f77e9221513280ccdbe7f1b30d Mon Sep 17 00:00:00 2001
From: Nico Athanassiadis <nico@dsv.su.se>
Date: Tue, 11 Feb 2025 14:34:47 +0100
Subject: [PATCH] Make reviewer pages testable on test servers.

Added scopes and "correct" client redirect uri.
---
 compose-branch-deploy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose-branch-deploy.yaml b/compose-branch-deploy.yaml
index 21c2d09c33..05ba4bd181 100644
--- a/compose-branch-deploy.yaml
+++ b/compose-branch-deploy.yaml
@@ -77,7 +77,7 @@ services:
         - CLIENT_REDIRECT_URI=https://${VHOST}/oauth/callback
         - RESOURCE_SERVER_ID=scipro_api_client
         - RESOURCE_SERVER_SECRET=scipro_api_secret
-        - CLIENT_SCOPES="grade:read grade:write"
+        - CLIENT_SCOPES=grade:read grade:write
       networks:
         - traefik
       labels: