【发布时间】:2016-05-20 05:36:01
【问题描述】:
假设我的应用的主域是https://www.example.com
应用程序将有很多实例,即
https://www.example.com/client1
https://www.example.com/client2
https://www.example.com/client3
<..>
为了对我的应用进行 OAuth2 身份验证,我目前有如下重定向 URI:
https://www.example.com/client1/SignInGoogle
https://www.example.com/client2/SignInGoogle
有没有办法为所有这些客户端添加一个授权重定向 URI?即
或
https://www.example/com/*/SignInGoogle
或者这个 URI 必须是 exact 匹配?
【问题讨论】:
标签: redirect google-plus google-oauth