本人在本地开发,在localhost通过sdk与authing交互
跳转登陆以及登录用户都没有问题,但每次跳转回自己的页面请求https://ofpeobgoaglnemchdemo.authing.cn/oidc/token时都会404
并返回
{
"error": "invalid_client",
"error_description": "client secret 不正确"
}
到目前我都没有拿到用户的userinfo和loginstate
我参考的是
https://docs.authing.cn/v2/quickstarts/spa/react.html
authing的react教程
有劳authing同学答疑