How do I add “authorized redirect URIs” to Google OAuth2 using an API?

↘锁芯ラ 提交于 2019-12-03 12:36:17

You can't, unfortunately.

You might be able to bounce them off a Redirect Proxy (I made that name up) to achieve what you want. It would look something like:-

  1. Declare a redirect URL of http://myredirectproxy.example.com
  2. At http://myredirectproxy.example.com you have a simple http server which responds with an http 301 to https://my-app-pr-124.herokuapp.com
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!