Postman, Swagger showing You are not authenticated!

Hey @Razvan_Dumitru can you please help us with a .har/network export in order to better understand what’s happening in your case? - How I can do this?

Did you modified client_id/client_secret?- No I have not did this

Thanks,
Sanjit

Hi @Sanjit_Pal

Step by step would be to:

  1. Be logged in Orchestrator in one tab
  2. Open a new tab
  3. Open the browser console in that new tab (CTRL+SHIFT+I on Chrome) and navigate to the Network tab
  4. Paste the swagger URL in the new tab and let it open
  5. You will now find an arrow icon on the Network console toolbar that will allow you to save the network log.
  6. Please share it with @Razvan_Dumitru via a private message (do not post it in this public thread)

Thank you :slight_smile: :+1:

@Sanjit_Pal Were you able to obtain a token for your Swagger?

You might encounter that error if orchestrator_ path is not specified in your Swagger url.

So, if you’re using:
https://cloud.uipath.com/yourOrganization/yourTenant/swagger/index.html,
can you please try to specify the orchestrator_ path?
https://cloud.uipath.com/yourOrganization/yourTenant/orchestrator_/swagger/index.html

@Razvan_Dumitru Getting the same issue with url.

Have a look on the attached screenshot, the authorize button is still unlocked.
https://cloud.uipath.com/yourOrganization/yourTenant/orchestrator_/swagger/index.html


Thanks,
Sanjit

Hi, I got this issue and it is resolved.

Can you try, In the place of client_secret, Can u provide User key from Orchestrator API Access.(Admin → Tenant → Orchestrator → API Access.

After Providing the Red Highlighted key below, Click on Authorize.

I was having the same problem and this help me out,thanks!