How to authorize an internal server (no public URL) OAuth 2.0 origin for a Google API? -


when creating oauth 2.0 client id use google api, 1 must add authorized origin providing server's url (at google developer console -> api & auths -> credentials tab).

however, server not have public url. this page mentions , suggests using localhost, tried , did not work. ideas?


Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -