【发布时间】:2021-10-20 14:47:07
【问题描述】:
将该链接粘贴到 Web 浏览器以尝试登录我的 Azure 应用时出现以下错误:
Microsoft
Sign in
Sorry, but we’re having trouble signing you in.
AADSTS900144: The request body must contain the following parameter: 'client_id'.
从下面的 url 可以看出,client_id 存在( 之间的所有内容都是我自己的值..)
https://login.microsoftonline.com/<TENENT>/oauth2/v2.0/authorize?response_type=id_token&state=<SOMESTATE>&client_id=<CLIENTID>&scope=<SCOPE>&redirect_uri=https://login.microsoftonline.com/<TENENT>/oauth2/v2.0/authorize
授权端点接收查询参数,对吗?不知道为什么它提到“请求正文”,因为这是我理解的 POST 请求。
【问题讨论】:
标签: azure azure-active-directory