cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call IAS SCIM API in BTP Workflow Management

NoLimits
Explorer
0 Kudos
857

Hello all,

Hope someone out there can help me on the following scenario:

In BTP Workflow Management, I'm trying to send e-mail notifications to users of a certain User Group setup in IAS. To do so, I first need to get which users are assigned to a specific User Group. To acomplish this I create a Service Task that calls Identity Directory Service API (IdDS_SCIM) to return that information.

I initially tested the call from SAP's API Hub Try out section with success, but when tryed to implement it through Workflow, a HTTP 406 Error is delivered:

Destination configuration with IAS tennant URL:

Service task:

Header in service call as the pair Content-type - application/scim+json as per KBA 2942542 - SCIM REST API request fails with Status code 415 Unsupported Media Type

Already taken steps:

  • User in connection is setup up as administrator as per documentation
  • I have checked the request URL and compared it with the one generated by API Hub and they are identical

Have I missed any step? Can anybody help?


Thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

NoLimits
Explorer

For those who might face the same issue, I was able to solve it by adding some more headers to the service call:

NizareDamoumat
Participant
0 Kudos
Thanks!

Answers (0)