Error In Calling Buying APIs Using Access Token Received Inside Create Individual Response Headers
(Doc ID 2851274.1)
Last updated on MARCH 14, 2022
Applies to:
Oracle Digital Experience for Communications - Buying Experience - Version 11.13.21.07.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.13.21.07.0 version, REST API
When attempting to call Buying-related services using access token returned from create individual
the following error occurs.
ERROR
-----------------------
1- Post Calls:
{
"code": "fabric-100",
"reason": "Server encountered an internal error",
"message": "Error processing request content",
"status": "",
"referenceError": ""
}
2- Get Calls:
{
"code": "fabric-400",
"reason": "Bad Request",
"message": "HTTP error: Error getting OIDC access token - Invalid request",
"status": "",
"referenceError": ""
}
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Create new individual using /api/party/v4/individual and specify the username
2. Use the returned access_token from response header and call the following service
GET: /api/productCatalogManagement/v4/productOffering?name={{name}}
3. Getting above error
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |