Skip to content

Commit

Permalink
use default profile email as scope (#7639)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale committed May 18, 2022
1 parent 226a654 commit d477936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-shell/src/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d477936

Please sign in to comment.