mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix parameter oauth cli
This commit is contained in:
@@ -51,7 +51,7 @@ function getAlfrescoJsApiInstance(args: ConfigArgs) {
|
||||
hostBpm: `${args.host}`,
|
||||
authType: 'OAUTH',
|
||||
oauth2: {
|
||||
host: `${args.oauth}`,
|
||||
host: `${args.oauth}/auth/realms/alfresco`,
|
||||
clientId: `${args.clientId}`,
|
||||
scope: 'openid',
|
||||
secret: '',
|
||||
|
Reference in New Issue
Block a user