用户微服务授权认证,使用postman发送请求给微服务,报以下错误:
{
"error": "unauthorized",
"error_description": "Full authentication is required to access this resource"
}
检查了配置文件,代码,accessToken的格式都没有什么问题,最后好久发现参数提交方式不对,accessToken应当写入Body而不是Param(蠢哭了!)
用户微服务授权认证,使用postman发送请求给微服务,报以下错误:
{
"error": "unauthorized",
"error_description": "Full authentication is required to access this resource"
}
检查了配置文件,代码,accessToken的格式都没有什么问题,最后好久发现参数提交方式不对,accessToken应当写入Body而不是Param(蠢哭了!)