Authentication required: sending 401 Authentication challenge response.
时间: 2023-10-24 11:31:47 浏览: 99
根据您提供的引用内容,出现"Authentication required: sending 401 Authentication challenge response"的异常是因为在使用Postman测试OAuth授权码模式时,调用了"/oauth/token"接口,并且没有提供有效的身份验证信息。根据引用中的代码配置,如果请求的URL中包含"client_id"和"client_secret"参数,则会使用"ClientCredentialsTokenEndpointFilter"进行保护。而如果没有支持"allowFormAuthenticationForClients"配置或者URL中没有"client_id"和"client_secret"参数,将会走基本认证进行保护。因此,在使用Postman时,您需要确保在请求中正确提供了相应的身份验证信息,以获得有效的响应。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [解决Spring Security OAuth在访问/oauth/token时候报401 authentication is required](https://blog.csdn.net/xiyang_1990/article/details/102563574)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文