SCIM Connector - Pass API Key as Header for Authentication

Hey Guys,

In SCIM connector, we have below authentications

→ Basic
→ API Token
→ OAuth 2.0
→ Custom Authentication

I got a different requirement, I need to pass API key as a header to authenticate. Is there a way to pass. Please don’t point me to SCIM connector documentation, I did read that.

Thanks
Krish

I have a Web Services connection that requires an API key. I used the Custom Authentication and put the key in the API Token field. Then, in the operation headers I used the header name under Key, and the Value set to Bearer $application.accesstoken$

When I look at SCIM connector, I don’t see Custom Authentication, just basic, OAuth 2, and API Token. In this case, you might try No Authentication, and create a new attribute on the connector (make sure it’s encrypted), and use it as I used the application.accesstoken above.

Hope that helps.