How to fix "There was an issue looking up your account. Tap Next to try again." while trying to login using the https://login.micosoftonline.com/common/oauth2/v2.0/authorize API Endpoint?

Yannick Fenz'l 0 Reputation points
2023-01-30T09:54:21.35+00:00

I'm sending a GET request to the API Endpoint using curl in PHP. While accessing my program at my localhost I get the Sign-in-GUI.
When I try to log in with an microsoft account I get the message "There was an issue looking up your account. Tap Next to try again." after entering my mail address, which is definitely valid.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,460 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,642 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 29,756 Reputation points Microsoft Employee
    2023-02-09T10:55:10.0266667+00:00

    Hi @Yannick Fenz'l ,

    Thanks for reaching out and apologies for delay in response.

    The endpoint https://login.micosoftonline.com/common/oauth2/v2.0/authorize you are using is missing "r" in microsoftonline.com .

    Could you please verify once again and confirm.

    Thanks,

    Shweta

    0 comments No comments