Hi,

With the current implementation if there is AuthConfigProvider we will
initialize it once and then we will use it. However if such
AuthConfigProvider is not available, on every request we will spend time in
redundant search operation to find AuthConfigProvider that is not available.

What do you think about moving AuthConfigProvider initialization while
constructing the authenticator?

Thanks,
Violeta

Reply via email to