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,