Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当标头数据包含带有过期 jwt 令牌的授权条目时,smallrye 会验证它,因为令牌过期而显示异常信息。
作为一种@PermitAll资源,它不应该考虑让请求被调用的 jwt。
@PermitAll
配置quarkus.http.auth.proactive=false没有效果,是否有在不使用过滤器的情况下禁用此验证?
quarkus.http.auth.proactive=false