Auth2 problem

1

I am configuring the login through Google in my application made in laravel and for this I saw several documentation about it, and all were more or less similar.

I tried 3 settings and at 3 it was the same error. The page is tundrainventarios.cl which is a free app that I want to launch to the market and I would like people to register with google too. Has this error appeared to you?

My application is in Laravel 5.6, php 7.2, ubuntu 16, google cloud computing. In Authorized Sources of JavaScript: link , the same for authorized redirection URIs

  

Error: redirect_uri_mismatch

     

The redirect URI in the request, link , does not   match the ones authorized for the OAuth client. To update the   authorized redirect URIs, visit:    link

     

Learn more

     

Request Details   client_id = 1018359107925-kft140f29kvhpvffptkfe198qdttmkj0.apps.googleusercontent.com   redirect_uri = link scope = openid profile email   response_type = code state = jSAyDaE5FExuJBp8pijXZnC7fjIQrDBh0oeK38mg   That's all we know.

    
asked by Mauro Alejandro Perez Araya 05.12.2018 в 01:20
source

1 answer

0

The error means that you have not authorized your Google credentials to accept authentication requests from the url link . In this case, what you have to do is enter your project in the developers console by going to the link link and assuring you that you are in the right project. Then you have to go to the credentials section and update the values of the clientId that you are using. Take the following image as an example:

    
answered by 07.12.2018 / 03:58
source