Hi,
I am using Spring Security based authentication for our application. Once the user logs in, the authorization checks work flawlessly, but there is an option to switch between the themes, some...
Type: Posts; User: yuva670; Keyword(s):
Hi,
I am using Spring Security based authentication for our application. Once the user logs in, the authorization checks work flawlessly, but there is an option to switch between the themes, some...
Thanks for the reply.
The user manager is just a service used for retrieve info used to decide the authorities. My question is, the method loadByUserName is supposed to be called by the underlying...
HI,
I am using Spring Security 3.0.0 with custom implementations. The authenticationProvider authenticates the user but the userDetailsService is not being called in to grant authorities.
My...