SCIM Connector: API Key and Proxy

Hello everyone, 

I want to create SCIM connector to Ariba SCIM API for User and Group Master Data. 

Authorization works good but connection to API server finished with error "No API key found in request". 

This API key should be in request header like this: "apikKey" = "jasDFcbfhFGFGHKjhkMhgjh" but there is no such field in connector wizard.

How is it possible to specify API Key and address of Proxy for the connection? 


Thank you.

Parents Reply
  • The authentication type has nothing to do with the customer defined headers. If your system do not need any further authentication data (would be surprising) just try bearer token authentication and fill in a space as token value. It depends on your ARIBA system what kind of header information it is resolving or skipping.

Children