fix parameter oauth cli

This commit is contained in:
Eugenio Romano
2020-06-11 23:56:35 +01:00
parent d56bca3765
commit 6e732ee9a4

View File

@@ -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: '',