I am trying to add Prisma Orchestrator (api.sase.paloaltonetworks.com) to SolarWinds but unable to login to the prisma orchestartor from the solarwinds web console. Has anyone else run into this?
I used this same credentials on this cURL command and was able to get an access token so not sure if that means the account is good or if there are other things to check on the Clougenix portal that I need to enable for this to work
curl -d "grant_type=client_credentials&scope=tsg_id:<id>" \
-u <service_account>:<password> \
-H "Content-Type: application/x-www-form-urlencoded" \
-X POST auth.apps.paloaltonetworks.com/.../access_token