Springboot WebFlux将401投掷401
如何从弹簧安全过滤器中排除jwttimestampvalidator
。 JWTTIMESTAMPVALIDATOR
将JWT令牌传递给开放或不受限制的端点时将执行。
http.authorizeExchange()
.pathMatchers("/open/**").permitAll()
.anyExchange().authenticated()
.and().oauth2ResourceServer().jwt();
How to exclude JwtTimestampValidator
from the spring security filter.JwtTimestampValidator
is getting executed when we pass a JWT token to an open or unrestricted endpoint.
http.authorizeExchange()
.pathMatchers("/open/**").permitAll()
.anyExchange().authenticated()
.and().oauth2ResourceServer().jwt();
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论