Service: orchestrator not found in Organization: camunda_poc Tenant: defaulttenet
Can anyone tell what is problem here. I also tried to do same using postman but there I got a web page in response. I think that might be login redirect page
I am using orchestrator cloud on trial.
this is my postman configuration. for getting token i am using auth2.0 because i have client id and secrect which i got from my machine.
You said that " i have client id and secret which i got from my machine."
Did you create External Application on Admin page to get the Application ID and Secret ID value?
Hi @kmisko11
My usecase is to add items to queue from Camunda8.
Using the client ID and user key found in preferences,I am able to get access token and then use that token to add item to queue using postman. I am able to do that successfully.
But in camunda I get option use client id and secret. I am not sure which client id and secret i have to use. One is presen in preferences->Security and one client/machineId and secret is found where all machines are lsited.
Can you help me with this. You also mentioned to create an external app first to get client id and access token.
I created but not sure which scope to add. And if i add scope then it asks to add redurect url. What should be redirect url? and what should be value of client id bacause secret is given in application but no client id
You should use the Client Id and secret from created External Application from UiPath.
Client Id is the App ID visible on your screen. You should use exactly the same values as in Postman I believe.
Could you show me by screenshot which Client ID and user key do you use in postman?
Also as i try to create external application it is asking for redirect url. I have added this scope OR.Queues.Write since it is required to add item to queue. What shou;d be my redirect url?
Please try to add Application Scope and not User Scope. Then Redirect URL is not needed as Application scope doesn’t require user interaction
Creating External Application is newer and recommended way to connect to Automation Cloud/ Orchestrator.
If you need organization ID, it is visible in the URL of your Tenant: (…)orchestrator_/?tid=13572&fid=786506
Please also remember to use Value of the Secret ID and not Secret ID itself.
Is there some place in UiPath from where we need to enable or give permission for orchestrator so that it can be accessed by external applications? Maybe I am not sure. Working in postman still asking bacause postman is not affected by CORS or anything else, Similar way there might be anything else we may need to enable.