我正在尝试实现Google OpenID并使用以https://
开头的网址来获取领域和返回网址。当我通过时:
openid.realm=http://mysite.com
openid.return_to=http://mysite.com/CompleteLogin
它工作得很好,但是当我通过时
openid.realm=https://mysite.com
openid.return_to=https://mysite.com/CompleteLogin
导航到生成的网址,并使用以下文字重定向到https://accounts.google.com/o/openid2/auth?lotsOfParamsHere
:
Error: invalid_request
Error in parsing the OpenID auth request.
我仔细查看了文档 - 所有示例都使用以http://
开头的网址。
是否正在使用https://
甚至支持领域并返回URL?我该如何使用它们?