小编man*_*uel的帖子

Azure AD 令牌端点不返回 access_token(只是一个 id_token 和一个 refresh_token)

我正在使用 Xamarin.Auth 在基于 Xamarin Forms 的移动应用程序中针对 Google 和 Azure AD 对用户进行身份验证。虽然 Google 一切正常,但我无法使用 Azure AD 获取 access_token:

  • 授权按预期工作,提供代码和状态
  • 令牌返回一个 id_token 和一个 refresh_token,但没有 access_token。

我可以在 Postman 中重播这个场景,所以这似乎不是由 Xamarin.Auth 引起的,更有可能归咎于我无法正确解释 Microsoft 的文档......

您的帮助将不胜感激!

在此处输入图片说明

oauth-2.0 xamarin xamarin.auth azure-active-directory

4
推荐指数
1
解决办法
1605
查看次数