Results 1 to 3 of 3

Thread: extending UsernamePasswordAuthenticationFilter

  1. #1

    Default extending UsernamePasswordAuthenticationFilter

    I am not sure if i am on the right path here ...

    I am trying to authenticate a user not only with the password and username but a triplet of information , like username , password and country , so there would be three fields on the login page like j_username j_password j_country ...

    Would extending the "UsernamePasswordAuthenticationFilter" be the right way ?


    I already wrote a Custom AuthenticationProvider which will be able to authenticate those users, but on the frontend side i am a bit confused ...


  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    There is some information on this in the FAQ.
    Spring - by Pivotal
    twitter @tekul

  3. #3

    Default

    thanks ... didn't suspect it there

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •