Search code examples
javascriptangulargoogle-oauthangular5google-signin

Angular 5 social login idpiframe_initialization_failed AWS Cloud 9


I am using npm angular5-social-login to login with Google. Error I am receiving is idpiframe_initialization_failed Not a valid origin for the client: http://18.219.144.71:8080 has not been whitelisted for client ID my_client_id.apps.googleusercontent.com

I have, however, added this URI to the whitelist as seen below: enter image description here

The URI is coming from AWS Cloud9 instance.


Solution

  • Appears that you cannot use public IP addresses as the whitelisted domain. Still currently looking for a solution.