No AuthenticationProvider found error.

Scott Battaglia scott.battaglia at gmail.com
Thu Jun 12 09:59:53 EDT 2008


My guess would be you haven't configured a Provider that supports
UsernamePasswordAuthenticationTokens (a Spring Security construct).  This
isn't an issue with CAS.  Its either an issue with your specific
configuration or the handler that you wrote.

-Scott

-Scott Battaglia
PGP Public Key Id: 0x383733AA
LinkedIn: http://www.linkedin.com/in/scottbattaglia

On Thu, Jun 12, 2008 at 9:53 AM, Mert Çalışkan <mcaliskan at gmail.com> wrote:

> Hi,
>
> I configured the latest cas to work with acegi for a web-app.I have a
> custom AuthenticationHandler
> extends from AbstractUsernamePasswordAuthenticationHandler and injected a
> providerManager. And that
> providerManager has a providers list and
> org.acegisecurity.providers.cas.CasAuthenticationProvider
> is in that list.
>
> I'm getting the error below while executing the
> authenticateUsernamePasswordInternal in my custom AuthenticationHandler
>
> org.acegisecurity.providers.ProviderNotFoundException: No
> AuthenticationProvider found for
> org.acegisecurity.providers.UsernamePasswordAuthenticationToken
>
> any ideas on that?
>
> Mert
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080612/4f61c804/attachment.html 


More information about the cas mailing list