需要先前的答案无法解决此问题以解决redirect_uri_mismatch

时间:2018-12-30 10:15:54

标签: google-oauth

错误:redirect_uri_mismatch 请求https://examrunner.com/googlecallback中的重定向URI与为OAuth客户端授权的重定向URI不匹配。要更新授权的重定向URI,请访问:https://console.developers.google.com/apis/credentials/oauthclient/677463899101-20bir5hd06sfoemjibm5qljn6skdr9mm.apps.googleusercontent.com?project=677463899101

    'google' => [
    'client_id'     => '677463899101-20bir5hd06sfoemjibm5qljn6skdr9mm.apps.googleusercontent.com',
    'client_secret' => '***************',//this is correct is just hidden
    'redirect'      => 'https://examrunner.com/googlecallback',
],

1 个答案:

答案 0 :(得分:0)

为您的项目打开Google Cloud API console,然后选择“凭据”。

  • 首先,请确保将域添加到“授权域”。
    请务必点击屏幕底部的“保存”。
    enter image description here

  • 接下来,您可以使用错误消息中的link将URI添加到“授权重定向URI”中: enter image description here