Continuous integration google开发者控制台中重定向URI的设置模板

Continuous integration google开发者控制台中重定向URI的设置模板,continuous-integration,google-oauth,developer-console,Continuous Integration,Google Oauth,Developer Console,我尝试为某个项目进行自动部署,当有人推到git时,为branch和jenkins安装项目进行部署,并在服务器上进行部署。例如: |Branch |URL (will be created) | |--------|---------------------------------------| |master |http://master.my-project.example.com/ | |some |http://some.my-pr

我尝试为某个项目进行自动部署,当有人推到git时,为branch和jenkins安装项目进行部署,并在服务器上进行部署。例如:

|Branch  |URL (will be created)                  |  
|--------|---------------------------------------|  
|master  |http://master.my-project.example.com/  |  
|some    |http://some.my-project.example.com/    |  
|dev-2e  |http://dev-2e.my-project.example.com/  |
一切都很好,但项目需要使用GoogleOAuth2,并且有一个密钥、客户机id和客户机机密

因此,我需要设置的不仅仅是谷歌授权的一个或五个重定向URI,我还需要模板:
http://*****.my project.example.com/oauth2redirect
当我尝试这样做时,我没有任何理由或解释就出现了错误。当我省略所有URI时,没有一个URI是有效的,但我甚至同意关闭此限制


有能力做到这一点吗?还是添加新URI的编程API?

我没有找到任何标准方法来解决这个问题

说:我需要创建自己的代理服务器,这将是做重定向。并且在谷歌控制台中拥有唯一允许的重定向URI