mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
use default profile email as scope (#7639)
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"oauth2": {
|
"oauth2": {
|
||||||
"host": "{protocol}//{hostname}{:port}/auth/realms/alfresco",
|
"host": "{protocol}//{hostname}{:port}/auth/realms/alfresco",
|
||||||
"clientId": "alfresco",
|
"clientId": "alfresco",
|
||||||
"scope": "openid",
|
"scope": "openid profile email",
|
||||||
"secret": "",
|
"secret": "",
|
||||||
"implicitFlow": true,
|
"implicitFlow": true,
|
||||||
"silentLogin": true,
|
"silentLogin": true,
|
||||||
|
Reference in New Issue
Block a user