Getting Error in Calling SaaS Service using Cloud Account
Summary
Getting Error in Calling SaaS Service using Cloud AccountContent
Hi,
I am trying to access a SaaS Service (InventoryOnhandBalances) from VBCS using ADF Describe. It is working fine with Basic Authentication Type.
But when I select Authentication Mechanism as Cloud Account it is giving me Error as mentioned below:
{
"type": "HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"status": 400,
"title": "Bad Request",
"detail": "{\"type\":\"abcs://proxy_problem/jwt/scope\",\"title\":\"Invalid service scope\",\"detail\":\"Cannot process service scope \\\"https://HOSTNAME/\\\" in IDCS, for URI \\\"https://HOSTNAME/fscmRestApi/resources/11.13.18.05/inventoryOnhandBalances?q=OrganizationCode='CA113' and ItemNumber='01-01-01-000001'\\\"\",\"status\":400}"
0