http 400
Hello,
this my .json, but i get a 400 error on OAuth side.
{"web":{"client_id":"my-ClientID","project_id":"eus-hausnotruf","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"my_secret","redirect_uris":["https://eus-hausnotruf.firebaseapp.com//auth/handler","https://eus-hausnotruf.web.app//auth/handler"],"javascript_origins":["http://localhost","http://localhost:5000","https://eus-hausnotruf.firebaseapp.com","https://eus-hausnotruf.web.app"]}}
This error i got:
Error: redirect_uri_mismatch The redirect URI in the request, http://localhost:50706/authorize/, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/apis/credentials/oauthclient/ …….
What is the issue? "localhost" is allowed
I ran into this issue and worked around it by getting a different JSON from Device Registration.