Sign in with Apple /consent return 400



我正在尝试设置" apple "登录";在我的webapp上,我在开发者门户中做了以下操作:

  1. create primary app id
  2. 创建服务id
  3. 创建密钥

一旦我构建到apple授权页面的重定向URL,并使用我的apple帐户登录,/consent端点返回以下HTTP错误:

code: "-310003"
message: "Sign in with Apple isn't allowed for the app."
suppressDismissal: false

我找不到与这个错误代码相关的任何内容。我在AppStore没有发布应用,这可能是我的应用不被允许登录的原因吗?

重现错误的URL: https://appleid.apple.com/auth/authorize?response_type=code&response_mode=form_post&client_id=com.test.sid&redirect_uri=https://google.com/test&state=123&scope=name%20email&use_popup=true

这似乎与我的组织Apple帐户有关。如果我切换到我的个人Apple帐户登录,流程就会工作。

没有找到任何关于组织帐户无法使用"与apple登录"的文档;功能tho。

相关内容

  • 没有找到相关文章

最新更新