gpt4 book ai didi

java - Spring Oauth2.0 缺少授权类型

转载 作者:IT老高 更新时间:2023-10-28 13:48:05 27 4
gpt4 key购买 nike

我正在使用 Spring Oauth 2.O。

当我将请求作为表单数据传递时,它工作正常,但是当我尝试以 application/json 格式传递数据时,它给我错误缺少授权类型。

请求

http://localhost:8080/oauth/token

{"username":"parths","password":"123456","grant_type":"password"}

我遇到了错误。

{
"status": "0",
"message": "Missing grant type"
}

请指导。

最佳答案

OAuth2在访问 token 请求中不支持JSON。您可以查看here for description ..它需要 application/x-www-form-urlencoded

关于java - Spring Oauth2.0 缺少授权类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39366281/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com