雅虎为什么拒绝Firebase的OAuth回调域(重定向端点)?

时间:2019-06-18 19:02:14

标签: firebase firebase-authentication yahoo-api

我正在为Google,Facebook,Twitter,GitHub和Microsoft使用Firebase Auth。雅虎不起作用,它拒绝回调域。 Firebase提供了回调域languagetwo-cd94d.firebaseapp.com

enter image description here

错误消息是“回调Uri必须是有效的URL。”

enter image description here

我添加了https://,它被接受了。

enter image description here

但是当我尝试登录时,收到错误消息Developers: Please check the redirect URI in your request and submit again.

enter image description here

我联系了雅虎服务台,他们说:“很遗憾,我们无法协助解决与OAuth2有关的问题。”知道为什么Yahoo不能与Firebase回调域一起使用吗?

1 个答案:

答案 0 :(得分:1)

不确定是否已解决此问题,但我遇到了与您相同的问题,我想我通过在Firebase控制台中查看Facebook的重定向URI来解决此问题。我比较了两者,并尝试在重定向URI的末尾添加/ __ auth / handler,并且可以正常工作。在这种情况下,您的URI为:

https://languagetwo-cd94d.firebaseapp.com/__/auth/handler

希望这会有所帮助。