当我将this sample(AuthorizationServer)部署到Azure网站并尝试通过HTTPS访问OAuth控制器时,我得到400 invalid_request。当它在localhost上运行时,一切似乎都没问题。 (也是https)
Azure SSL配置没问题。 (它也是一样的 https:// xxx.azurewebsites.net/OAuth/Authorize?.. 要么 https:// my.domain.com/OAuth/Authorize?..)
AuthorizeEndpointPath = new PathString("/OAuth/Authorize");
VS AuthorizationServer Properties - i.stack.imgur.com/JpR9H.png
答案 0 :(得分:0)
这似乎是由重定向中传递localhost地址引起的。我正在使用localhost客户端进行测试。现在它按预期工作了。