Quantcast

container authentication and spring

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

container authentication and spring

Charles Scott
Hi,

We have a grails application using the spring-security-core plugin.  We are trying to delegate authentication to the hosting container, specifically a Tomcat Realm (such as  the UserDatabase Realm).  


 We haven't found any examples and curious if anyone has done this before.     Is there a direct way to make use of a container's Realm with a spring security plugin or other approach?  


Thanks,


Chuck Scott


---------------------------------------------------------------------
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: container authentication and spring

ramzi.maalej
Hi,

You can provide an implementation of UserDetailsService that uses's the container's realm.

Ramzi

On 2012-08-06, at 8:12 PM, Charles Scott wrote:

> Hi,
>
> We have a grails application using the spring-security-core plugin.  We are trying to delegate authentication to the hosting container, specifically a Tomcat Realm (such as  the UserDatabase Realm).  
>
>
> We haven't found any examples and curious if anyone has done this before.     Is there a direct way to make use of a container's Realm with a spring security plugin or other approach?  
>
>
> Thanks,
>
>
> Chuck Scott
>
>
> ---------------------------------------------------------------------
> 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


Loading...