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}`,
|
hostBpm: `${args.host}`,
|
||||||
authType: 'OAUTH',
|
authType: 'OAUTH',
|
||||||
oauth2: {
|
oauth2: {
|
||||||
host: `${args.oauth}`,
|
host: `${args.oauth}/auth/realms/alfresco`,
|
||||||
clientId: `${args.clientId}`,
|
clientId: `${args.clientId}`,
|
||||||
scope: 'openid',
|
scope: 'openid',
|
||||||
secret: '',
|
secret: '',
|
||||||
|
Reference in New Issue
Block a user