UiPath / orchestrator-nodejs

MIT License
8 stars 7 forks source link

Add support to connect to cloud orchestrator using idp auth token #4

Closed gsRatti1 closed 4 years ago

gsRatti1 commented 4 years ago

Description

This PR :

How to test

To instantiate a new service object using idp auth token, we need to set the 'cloudOrchestratorAuthToken' param along with the hostname (optional) and path.

orchestrator = new Orchestrator( {cloudOrchestratorAuthToken: 'qwertyuiopasdfghjkllzxcvbnmQWERTYUIOPASDFGHJKzJEJNEKOOJFNNDN', hostname (default : 'account.uipath.com’), path: 'myAccountLogicalName/myInstanceLogicalName})

For complete details please refer to the following doc which describes supported methods of creating connection to cloud orchestrator using the client : https://uipath.atlassian.net/wiki/spaces/~313910192/pages/1970344709/Cloud-Orchestrator+Authentication+in+uipath-orchestrator+package