From d4779360d8a72ac0705e40bb16dafbbdbe27a4c0 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 18 May 2022 12:27:05 +0100 Subject: [PATCH] use default profile email as scope (#7639) --- demo-shell/src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 1ea970f269..68821d4684 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -18,7 +18,7 @@ "oauth2": { "host": "{protocol}//{hostname}{:port}/auth/realms/alfresco", "clientId": "alfresco", - "scope": "openid", + "scope": "openid profile email", "secret": "", "implicitFlow": true, "silentLogin": true,