1

I'm trying to use SCIM for user account provisioning in Azure. It looks like when a resource needs to be updated, PATCH is being used, but the SCIM endpoint doesn't support PATCH, only PUT requests. Is there a way to configure Azure to use PUT instead of PATCH?

ebeyrent
  • 413
  • 5
  • 7

1 Answers1

0

There is not. Only PATCH is supported for updating resources via SCIM.

Zollnerd
  • 725
  • 4
  • 5