对于OAuth 2.0实施,我们需要在Google Developer Console中创建一个项目 想要了解提供Redirect Uri的意义。
答案 0 :(得分:1)
来自文档Google Oauth2
确定响应的发送位置。此参数的值 必须与凭证中显示的值之一完全匹配 Google Developers Console中的页面(包括http或https scheme,case和trailing slash)。你可以选择 urn:ietf:wg:oauth:2.0:oob,urn:ietf:wg:oauth:2.0:oob:auto,或者an http:// localhost端口。有关更多详细信息,请参阅选择重定向URI。
基本上,当您对Web应用程序进行身份验证时,Google需要知道将响应发送回的位置。通常,这是能够处理该响应的文件的名称。 http // yoursite.com / oauth2.php对于本机应用程序,如Windows程序,您可以使用localhost进行调试。