react-oauth-flow +微软授权错误

时间:2019-01-10 13:23:30

标签: javascript reactjs oauth-2.0

我正在使用react-oauth-flow进行Microsoft身份验证。但是它显示错误“ AADSTS900144:请求正文必须包含以下参数:'scope'。”我正在传递范围参数。有谁知道可能是什么问题?

<OauthSender
        authorizeUrl="https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize?"
        clientId="********************"
        scopes={["user.read"]}

        redirectUri="http://localhost:8080/add-sources"
        state={{ from: "/settings" }}
        render={({ url }) => (
          <a href={url} className="btn buttons-add-sources__auth-link">
            Connect
          </a>
        )}
      />

0 个答案:

没有答案