Hi. I just saw the blog post regarding Spring Python 1.2 RC1 and thought I would take a look at one of the sample applications. Admittedly I don't have any Python background at all, just wanted to...
Type: Posts; User: havenn; Keyword(s):
Hi. I just saw the blog post regarding Spring Python 1.2 RC1 and thought I would take a look at one of the sample applications. Admittedly I don't have any Python background at all, just wanted to...
Overriding/Customising the DefaultLdapAuthoritiesPopulator and BindAuthenticator worked for me. Those classes encapsulate the ldapTemplate. Because I am using Spring LDAP 1.3.0 I set it to ignore the...
Just a quick update for those who are interested: Spring Security provides a way to integrate two-factor authentication.
InsufficientAuthenticationException is thrown (modify your Voters or...
I will try out a few of your ideas. Thanks tannoy
I also have been looking at grid card integration within Spring Security. There is a post at http://forum.springframework.org/showpost.php?p=165721 which might give you a few ideas.
This sounds like a good approach. I'm just trying to figure out how the process would fit together. What would go in the new filter? Would the filter replace my GridChallengeController (which just...
Thanks for the reply - I will have a look at the source for CaptchEntryPoint. But I don't think a 'captcha' challenge would be appropriate for my situation as I am not looking for a way to determine...
Currently many of our webapps use Spring Security (Acegi Security 1.0.3) with username and password authentication. I have recently been given the task of plugging in two factor authentication (grid...