Refactor: remove specific AuthenticationRequestFilter in APIs #4753
Labels
breaking-change
Will require manual intervention for version update
refactoring
Cleaning up code and dependencies
Feature Request
Currently for each API that needs auth we register in the web context a
AuthenticationRequestFilter
with a specific target (e.g. management-api). After this clean up #4726 we removed the hardcoded way of configuring authentication in favor of theauth-configuration
extension. We don't need that customAuthenticationRequestFilter
registration for each API context, since the API configuration already provide that in a more consistent way. For examplewith this configuration
The
auth-configuration
extension will associate the token based authentication to themanagement
API context and will also registerthe
AuthenticationRequestFilter
.The text was updated successfully, but these errors were encountered: