We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
小白按照教程一步步来,但是密码模式post请求总是返回401,这是为什么呀,头秃。
The text was updated successfully, but these errors were encountered:
@OverRide public void configure(AuthorizationServerSecurityConfigurer oauthServer) throws Exception { oauthServer.checkTokenAccess("isAuthenticated()"); } 把这个删了就行了。。。
Sorry, something went wrong.
不用删,你用postman请求的时候,没配置客户端基础认证吧
要带上客户端认证的哈。
后面,我把模拟请求改成 IDEA Rest Client 插件,方便大家理解~
要带上客户端认证的哈。 访问ExampleController 带上客户端认证,在resource,Authorization就带不了Bearer ,被覆盖了,报错401,去掉客户端认证,后台直接报错,
同样的问题
No branches or pull requests
小白按照教程一步步来,但是密码模式post请求总是返回401,这是为什么呀,头秃。
The text was updated successfully, but these errors were encountered: