Share via

Social massages maida patfrom

Thawatchai Wattanachok 0 Reputation points
2026-03-04T23:23:51.66+00:00

Request Id: cacf60b6-1069-4b6d-a644-78ac8e683400

Correlation Id: 663ffcee-ec34-435c-b0a1-780d637dab18

Timestamp: 2026-03-04T23:19:37Z

Message: AADSTS900561: The endpoint only accepts POST requests. Received a GET request.

MSN Partner Hub | Accounts, profiles, and login
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-03-04T23:23:58.93+00:00

    The error means an HTTP GET request is being sent to a Microsoft Entra endpoint that is configured to accept only HTTP POST requests.

    To resolve this, adjust the client or application so that it sends a POST instead of a GET to that endpoint:

    1. Check the sign-in or token request code
      • If using a browser redirect or link, ensure the form uses method="post" and not get.
      • If using an HTTP client or SDK, change the call from a GET to a POST for that URL.
    2. Verify protocol and binding
      • For SAML or similar flows, make sure the binding type and request method match what the application and Microsoft Entra ID expect (for example, HTTP-POST binding must send the SAML message in the POST body, not as query parameters).
    3. Retest the flow
      • After changing to POST, repeat the sign-in or API call and confirm the error no longer appears.

    If the request is being generated by a third-party app or partner integration, the app owner or vendor must update their integration to use POST for that endpoint.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.