UCWA grant_Type密码返回400 Bad Request

时间:2017-10-04 13:05:29

标签: c# ucwa

我有一个使用grant_type = password作为oauth方法的应用程序。

请求如下:

请求

POST https://myLync.mydomain.com/WebTicket/oauthtoken HTTP/1.1
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Content-Length: 61

grant_type=password&username=usr@domain.invalid&password=pass

这将导致400 Bad Request响应,身体告诉我:

响应

HTTP/1.1 400 Bad Request
Cache-Control: no-store
Pragma: no-cache
Content-Type: application/json
X-Ms-diagnostics: 28020;source="sfb-fe.mydomain.com";reason="No valid security token."
X-MS-Server-Fqdn: sfb-fe.mydomain.com
X-MS-Correlation-Id: 2147484275
client-request-id: f623a18b-c1d1-476f-9e58-f9745322b3e5
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options: nosniff
Content-Length: 25
Connection: close

{"error":"invalid_grant"}

我现在已经搜索了几个小时,但我找不到任何能给我一个解决方案提示的东西。

任何人都遇到了同样的问题,也许有解决方案吗? "没有有效的安全令牌"不幸的是,我没有告诉我。

1 个答案:

答案 0 :(得分:0)

我有同样的问题。问题出在用户名上,当我更改域名时就可以使用