Quantcast

Grails Spring-Core-Security: Adding ACCOUNT field for authentication

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Grails Spring-Core-Security: Adding ACCOUNT field for authentication

Frik
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


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails Spring-Core-Security: Adding ACCOUNT field for authentication

burtbeckwith
Please use the User list for usage questions.

Burt

> 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
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails Spring-Core-Security: Adding ACCOUNT field for authentication

Frik
This is a development question and not a user question IMO.  I apologize if I am confused about the use of this list, but I am trying to develop a filter or something else that would pull another field from the http post and use that field in addition to username and password when authenticating a user.

Should this development question be posted to the User group?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails Spring-Core-Security: Adding ACCOUNT field for authentication

burtbeckwith
It's a question about developing an app using Grails, not developing Grails itself.

Burt

>
> This is a development question and not a user question IMO.  I apologize if I
> am confused about the use of this list, but I am trying to develop a filter
> or something else that would pull another field from the http post and use
> that field in addition to username and password when authenticating a user.
>
> Should this development question be posted to the User group?
>

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails Spring-Core-Security: Adding ACCOUNT field for authentication

Frik
Got it. Tx.
Loading...