SCIM Connector fails to send customHeaders to target with errror "Required header HEADER_NAME2 not specified"
(Doc ID 2509824.1)
Last updated on JANUARY 07, 2020
Applies to:
Identity Manager Connector - Version 11.1.1.5.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.1.1.5.0 version, Generic Connectors
Not able to send the Custom Headers to Target
Using GenericSCIM-11.1.1.5.0 Connector to integrate SCIM application which requires few custom headers in every transaction.
As per the oracle connector documentation:
customHeaders: Enter any custom or additional header values that must be sent to the target system.
Format: HEADER_NAME1=VALUE1, HEADER_NAME2=VALUE2, . . . HEADER_NAMEn=VALUEn
Followed this and provided custom header values in IT Resource "customHeaders" field.
customHeaders: HEADER_NAME1=VALUE1, HEADER_NAME2=VALUE2, . . . HEADER_NAMEn=VALUEn
After this, getting below error from target related to custom headers:
ERROR
-----------------------
Error:
{
"transactionNotification": {
"remark": [
{
"messageCode": "UAP-APP-400",
"messageText": "Required header HEADER_NAME2 not specified"
}
],
"transactionCode": "E",
"transactionStatus": "Error"
}
}
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 |
Cause |
Solution |
References |