Authenticate to the Cloud Orchestrator APIs

I followed to this video to Authenticate to the Cloud Orchestrator APIs, but it wasn’t work.

Do you know why this error occurs?

@Robot_HBLAB
It is a good idea to not expose your client_id and client_secret :slight_smile:

1 Like

don’t worry, it’s just the app to testing

What is the error which you are getting?

@Robot_HBLAB

looks like you have selected everythign possible in the scope that might be the issue

try to select few of it or one and check that should resolve

generally OR.Admin is mix of OR.Read and write as well so not both are needed

cheers

Hi @Robot_HBLAB

Your scope is incorrect.

Either you should have

  1. or.administration.read and or.administration.write

OR

  1. Or.administration

Please edit the scope for all entries in there per suggested approach 1) or 2), it will work.

PS: error in your screenshot is not visible. If you still face error after modifying the scope as suggested, kindly share error screenshot.

Regards
Sonali