Search:

Type: Posts; User: kellewic; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    3,407

    Well, if anyone is interested or cares I have a...

    Well, if anyone is interested or cares I have a re-implementation example that accepts username + multiple "passwords" using the following:

    ui.webapp.AuthenticationProcessingFilter...
  2. So if I have my site set up to automatically...

    So if I have my site set up to automatically redirect to the login form (if there's no valid session) and this is placed before the RememberMe services, it will still work?

    This redirection does...
  3. Pretty sure you would have to place...

    Pretty sure you would have to place RememberMeProcessingFilter before your form authentication filter for this to work. I assume this since you say you want the cookie to override any form...
  4. Replies
    10
    Views
    3,407

    Well, what I am looking at is making the current...

    Well, what I am looking at is making the current implementation more generic so it accepts a principal to authenticate along with a list of tokens to use for authentication. A password could be a...
  5. Replies
    10
    Views
    3,407

    OK, then it's basically what I figured then. I...

    OK, then it's basically what I figured then. I just wanted to make sure before I went through all that :)

    I just don't like the idea of concat'ing the password and PIN together. I thought about...
  6. Replies
    10
    Views
    3,407

    Form authenticate with multiple credentials

    Hello,

    I was wondering if anyone has a "good" solution for form authentication using a username, password and PIN?

    I have the form authentication working for accepting just a username and...
Results 1 to 6 of 6