Calling Orchestrator API using external Apps - On Prim Orchestrator

Need your support as I want to call Orchestrator API using external APP i followed doc till creation of External APP as below

then try to call Token API with this Link (https://{Orchestrator URL}/identity/connect/token) with below Request:

did i missing some thing not handled or should be handled before this request noting that i am working on postman.
Thanks in Advance :slight_smile:

The configuration of the external application is not correct based on your called method in Postman.

Perform these steps:

  • Go to https://your_orchestrator_hostname/identity/management/externalApps

  • Delete the External App

  • Add Application → Confidential application → Add Scopes: Orchestrator API Access → Application Scope(s): OR.Queues

Your external app should look in the end like below

Let us know if now works.

1 Like

@marian.platonov Thanks a lot for your support and fast reply working fine now :slight_smile :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.