Hi,
For our needs, we have 3 fields required to authenticate a user:
- account number
- username
- password
This allow accounts to create usernames that potentially might be the same in another account. However, this is not a problem as they are unique by account:username and working great in Grails.
The challenge is with the Spring-Core-Security plugin that only authenticates with username and password. I have done a lot of reading and tried to make it work. Here are some of the things I tried:
- SpringSecurityUtils.clientRegisterFilter
- AuthenticationProvider
What is the right way to accomplish this?
Thanks in advance,
Frik
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email