MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.3k stars 21.48k forks source link

Support for PATCH requests #59214

Closed wolfganggallo closed 4 years ago

wolfganggallo commented 4 years ago

The page contains two pieces of information that seem to contradict each other:

  1. Within the SCIM 2.0 protocol specification, your application must meet these requirements:

    • Supports modifying users or groups with PATCH requests, as per section 3.5.2 of the SCIM protocol.
  2. Follow these general guidelines when implementing a SCIM endpoint to ensure compatibility with Azure AD:

    • Groups are optional, but only supported if the SCIM implementation supports PATCH requests.

Now, is the support for PATCH requests a requirement or not?

What should we return in the ServiceProviderConfig according to https://tools.ietf.org/html/rfc7643#section-5 and https://tools.ietf.org/html/rfc7644#section-4.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

vipulsparsh commented 4 years ago

@wolfganggallo Thanks for reaching out. We will investigate and update the thread accordingly.

HarshitaSingh-MSFT commented 4 years ago

<<Edited as per PG's response>> CC @ArvindHarinder1

Hello @wolfganggallo,

Hope you are doing great!

HarshitaSingh-MSFT commented 4 years ago

Hello @wolfganggallo!

Just checking to see if you have had a chance to see the previous response. Kindly let us know if it answers your question and if you need further assistance on this issue.

HarshitaSingh-MSFT commented 4 years ago

We will now proceed to close this thread.

If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

ArvindHarinder1 commented 4 years ago

PATCH is required to integrate with our service using a non-gallery app.