我们正在尝试 oauth 隐式流程,用于智能家居与谷歌操作的集成。成功验证用户 ID 和密码后,针对 redirect_uri(下面给出的示例)的重定向失败,并出现以下错误(从 android logcat 中提取)。
“导航被阻止:assistant-handoff://complete/?result_code=FAILURE&result_message=Account+linking+failed”,来源:https ://assistant.google.com/services/auth/handoffs/auth/complete (0)
从服务器端触发的重定向 URL: https ://oauth-redirect.googleusercontent.com/r/connectedghome#access_token=xxyuy12&token_type=bearer&state= ”,来源:https://connected-safehome.in/smarthome/ui-auth/js/main.js?id=2 (109)
请帮助我们或给我们一些有关如何解决此问题的提示。完整的流程适用于 OAuth 游乐场应用程序。这已经成为一个障碍。
谢谢和热烈的问候, Pradeep