我正在尝试使用curl命令来运行我的简单OAuth流程,为了进行授权,我正在尝试以下curl,最终达到400,而谐振在下面。 试试这个: curl -X POST -H“内容类型:application / x-www-form-urlencoded” -d“ response_type = code&client_id = TestClient&redirect_uri = https://example.test.com/test” https://openam.example.com/auth/oauth2/authorize
结果: “ FAILED”,“ 400”,“ {”“原因”“:”“由于语法格式错误,服务器无法理解该请求”“}”,“ 2”,“ MILLISECONDS”,“ OAuth”,“ / “
感谢您的帮助。
谢谢