问题描述
参考的官方 Demo: GitHub - Authing/oidc-demo: Authing OIDC 后端处理方式,基本示例
反复检查参数,请求方式,请求头,确保无误了。
可以成功请求到服务器,但是一直响应如下错误:
401 Unauthorized: "{"error":"invalid_client","error_description":"client authentication failed"}"
重现步骤
- 免费版-控制台-我的用户-应用,创建了一个自测应用并设置成功回调地址为自己的回调接口,登录用户后可以正常响应回调,获取 code。
- 将code,应用的 AppId,App Secret 等内容作为参数,仿照 Demo 请求 Token 端点。
grant_type=authorization_code&code=%s&client_id=%s&client_secret=%s&redirect_uri=%s
- 一直响应 401,请问是还需要什么额外配置么,官方 Demo 的 issue 也有对应反馈暂无回答。
附加信息
-
Version: 免费版
-
Platform: Windows