例如,Google社交登录在localhost上工作,
localhost:8888/portal
,则,
仍在主机所在的生产系统上
domain.com/portal
,则,
这个
redirect\u url为
不准确的
domain:8888/portal
,则,
不
领域com/门户
生产应用程序位于docker中的nginx proxy后面:
location /portal {
proxy_pass http://domain:8888;
}
不正确的重新请求
https://accounts.google.com/o/oauth2/auth?clie...
client_id=...
response_type=code
_csrf=
redirect_uri=http://domain:8888/portal/signin/google
scope=...
state=