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 トークンを含む Authorization エントリが含まれている場合、smallrye はそれを検証し、トークンの期限切れによる例外情報を表示します。
リソースである@PermitAllため、リクエストを呼び出すためにjwtを考慮する必要はありません。
@PermitAll
を構成しquarkus.http.auth.proactive=falseても効果がありません。フィルターを使用せずにこの検証を無効にする方法はありますか?
quarkus.http.auth.proactive=false