Request Id: <PII-removed> Correlation Id: <PII-removed> Timestamp: 2026-01-23T09:05:49Z Message: AADSTS900561: The endpoint only accepts POST requests. Received a GET request.

Gábor Dobos 0 Reputation points
2026-01-23T09:12:50.2466667+00:00

Request Id: <PII-removed>

Correlation Id: <PII-removed>

Timestamp: 2026-01-23T09:05:49Z

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

Microsoft 365 and Office | Development | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Steven-N 18,815 Reputation points Microsoft External Staff Moderator
    2026-01-23T12:08:54.09+00:00

    Hi Gábor Dobos

    Thank you for reaching out To Microsoft Q&A forum

    Based on your description, I understand that you’re encountering the error code AADSTS900561: The endpoint only accepts POST requests. Received a GET request. 

    Please try reviewing the guidance provided by Q&A Assist and check whether it helps resolve the problem on your side. 

    Moreover, another scenario that could cause this problem is when you sign in to Azure/Entra Portal using your personal account which is not added as an external/guest user to an Azure AD tenant. So, you can read the information in these relevant threads for more insight: https://learn.microsoft.com/en-us/answers/questions/1377925/issue-while-logging-in-to-azure-entra-portal-aadst

    Hope my answer will help you, if the problem still persists, kindly let me know in the comments for further support.

    Best regards


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Q&A Assist
    2026-01-23T09:12:57.47+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error message you are encountering, AADSTS900561: The endpoint only accepts POST requests. Received a GET request, indicates that the request being made to the endpoint is using the GET method instead of the required POST method. This typically occurs when the client application is incorrectly configured to send the request type.

    To resolve this issue, ensure that the request to the endpoint is correctly set up to use the POST method. This may involve checking the code where the request is being made and confirming that the HTTP method is specified as POST.

    If you need further assistance, please provide more details about the context in which this error is occurring.

    0 comments No comments

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.