I have a problem to config bean to use my own WebAuthenticationDetails.
Can somebody post the application config?
Thank you
Type: Posts; User: cgnneto; Keyword(s):
I have a problem to config bean to use my own WebAuthenticationDetails.
Can somebody post the application config?
Thank you
Hi,
I created my own implementation of UserDetails and UserDetailsService. But I don't know how this will work.
I want to store with username and credentials additional data like email and...
Thank you.
What I need is create a custon WebAuthenticationDetails and AuthenticationProvider.
Regards
Hi,
I am using Spring Security in my application and I need to authenticate two types of user, that are stored in differents tables in my database.
In AuthenticationManager, I will "choose" the...