IDCS token with Oracle CX WS
Summary:
We want to enable Oauth2.0 for our fusion FA webservices, using IDCS.
As part of this,
I have created an app using steps given on https://www.ateam-oracle.com/post/identity-cloud-services-oauth-20-and-rest-api. I got Client ID and Client Secret.
I am testing this using POSTMAN.
I have set scope to urn:opc:idm:__myscopes__ as given on https://docs.oracle.com/en/cloud/paas/identity-cloud/rest-api/Scopes.html. I am able to get the token from IDCS and use this to get data from IDCS webservices
eg. <idcs host name>/admin/v1/Users works fine with this token.
But I get 401 Unauthorized error while accessing Orale CX APIs. eg.
0