Page 1 of 1
Overriding globally registered AuthenticationManager
Posted: Fri Jul 04, 2014 12:21 pm
by gowthamgutha
I am getting the following warning while I am starting the site module. What does this warning mean and how do I eliminate it?
[ WARN] 21:11:15 FailFastProblemReporter - Configuration problem: Overriding globally registered AuthenticationManager
Thanks in advance. Hope you will reply as soon as possible.
Re: Overriding globally registered AuthenticationManager
Posted: Tue Jul 08, 2014 2:39 am
by phillipuniverse
I think that you mentioned in earlier posts that you had 2 different authentication schemes for your application. I think Spring Security is complaining about something that you have misconfigured, that is where I would direct your search.
Re: Overriding globally registered AuthenticationManager
Posted: Tue Jul 08, 2014 12:37 pm
by gowthamgutha
Yes, I am having two authentication managers. A new one which I created beside what is provided by default with the broadleaf.
Could you tell me what does this warning mean and how to eliminate it?
Thanks in advance. Hope you will reply as soon as possible.
Re: Overriding globally registered AuthenticationManager
Posted: Tue Jul 08, 2014 1:00 pm
by phillipuniverse
You will need to research how/why Spring security is telling you this. I am not sure myself.