From 34327cd32188fd77818f23a426503894d1e2071e Mon Sep 17 00:00:00 2001 From: Slawomir Wieczorek Date: Wed, 22 Jan 2025 14:56:18 +0100 Subject: [PATCH] HELLODATA-1881 - fix dc --- .../hello-data-dc-portal/src/main/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/hello-data-deployment/hello-data-dc-portal/src/main/docker/Dockerfile b/hello-data-deployment/hello-data-dc-portal/src/main/docker/Dockerfile index 78060eaf..c3b38eb8 100644 --- a/hello-data-deployment/hello-data-dc-portal/src/main/docker/Dockerfile +++ b/hello-data-deployment/hello-data-dc-portal/src/main/docker/Dockerfile @@ -44,6 +44,7 @@ RUN echo "window.environment = { \ redirectUrl: 'http://localhost:8080/app/', \ postLogoutRedirectUri: 'http://localhost:8080/app/', \ clientId: 'frontend-client' \ + scope: 'openid profile email' \ }, \ domainNamespace: 'hellodata', \ baseDomain: 'localhost', \