Orchestrator Authentication

How many ways are there to get the bearer token,
i followed one method,
by using client id and user key getting access token, here i have one doubt on orchestrator user key will change after 24 hours, if change how can i access that through API without interacting orchestrator.

is there any API to get bearer token with credentials.

Thanks in advance!!

@yedukondaluaregala

Ideally client id or secret would not change…are you creating an extenrla application? If so the values remain same…

So bearer token is the one that might expire but not client id and secret

Cheers

Thanks for reply @Anil_G ,

Can you suggest me how to get the bearer token by creating an external application step by step.
i followed many of YouTube videos and documentations but not getting proper solution.

Thanks

@yedukondaluaregala

  1. Admin-> External application-> Create application-> Select confidential → Select application scopes as you need…and create
  2. for getting token

Hope this helps

cheers

Use same pattern but getting un authorized issue

here i am the administrator and having administrator level access

Thanks @Anil_G its working now

1 Like

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