Spring starter security-basic auth-vai zuul 服务器
Posted
技术标签:
【中文标题】Spring starter security-basic auth-vai zuul 服务器【英文标题】:Spring starter security-basic auth-vai zuul server 【发布时间】:2020-11-09 14:05:43 【问题描述】:我有 zuul 服务器 vai,我正在调用 OAuth 的服务器来获取令牌 vai 邮递员,如果我通过在正文中发送 cilent 凭据来请求,我会得到令牌,但是当我选择通过在 basic-auth 标头中发送客户端凭据来获取它时,我我正在获得未经授权的 401。
【问题讨论】:
【参考方案1】:添加后解决
@Override
public void configure(WebSecurity webSecurity) throws Exception
webSecurity.ignoring()
.antMatchers("/auth/**");
【讨论】:
以上是关于Spring starter security-basic auth-vai zuul 服务器的主要内容,如果未能解决你的问题,请参考以下文章
为啥 Spring Boot 应用程序 pom 同时需要 spring-boot-starter-parent 和 spring-boot-starter-web?
spring-boot-starter-web 和 spring-boot-starter-webflux 不能一起工作吗?
spring-boot-starter-jta-atomikos 和 spring-boot-starter-batch