diff --git a/lib/cli/scripts/kubectl-clean-app.ts b/lib/cli/scripts/kubectl-clean-app.ts index e15fed012d..5148afa072 100644 --- a/lib/cli/scripts/kubectl-clean-app.ts +++ b/lib/cli/scripts/kubectl-clean-app.ts @@ -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: '',