Consider merging AuthenticationManager
and AuthenticationProvider
#13270
Labels
theme: partner-use-cases
Use cases we identified with a partner (an established contributor)
type: enhancement
A general enhancement
We should consider merging
AuthenticationManager
andAuthenticationProvider
into a single interface, since both APIs are almost identical.We should also consider introducing a more generalized API, for example,
Authenticator
, and discontinue usage ofAuthenticationManager
andAuthenticationProvider
.Related gh-13266, gh-11428
The text was updated successfully, but these errors were encountered: