spring-auth-example
spring-auth-example copied to clipboard
Loading client details from datastore
@gdong42
Thanks for the sample code to implement multiple AuthorizationProviders.
I have gone through your code, in your HybridUserDetailsService#loadUserByUsername you are using Hardcoded client. If I need to get them from some database, how can I achieve that?
Thanks in advance