Google OAuth 2 authorization - Error: redirect_uri_mismatch

前端 未结 30 2355
遥遥无期
遥遥无期 2020-11-22 02:58

On the website https://code.google.com/apis/console I have registered my application, set up generated Client ID: and Client Secret to my a

30条回答
  •  天涯浪人
    2020-11-22 03:24

    None of the above solutions worked for me. below did

    change authorised Redirect urls to - https://localhost:44377/signin-google

    Hope this helps someone.

提交回复
热议问题