Auth0 + xamarin authentification问题:兑换代码时出错:未通过/无描述

时间:2018-04-28 11:38:19

标签: c# xamarin xamarin.android authorization auth0

我想通过auth0登录我的xamarin.android应用程序。 我发现this教程描述它非常好。

但我在获取有效loginResult时遇到问题。

我仔细检查了文章中描述的所有步骤,但有下一个错误:

enter image description here enter image description here

  • 我的应用程序的代码与教程中的代码相同,所以我没有看到嵌入它的重点。
  • 我使用了JsonWebToken签名算法RS256(正如所指出的那样) 教程)。
  • 我打开OIDC Conformant(如教程所指)。

感谢您提前提供任何帮助。

1 个答案:

答案 0 :(得分:0)

将auth0应用程序的类型更改为SPA(单页面应用程序)解决了我的问题。 有关详细信息,请查看此帖:auth0 issue on github

此外,我在应用Refresh token

中取消选择advanced settings -> grand types