spring security - How to conditionally use AuthenticationProvider in SpringSecurity -
we using 2 different authenticationprovider in springsecurity authenticate users: 1 custom authenticationprovider, other 1 activedirectoryldapauthenticationprovider. however, configure app based on httpservletrequest, allow/disallow use activedirectoryldapauthenticationprovider. way implement this?
Comments
Post a Comment