« Return to Thread: intercept security check in wicket-auth-roles

Re: intercept security check in wicket-auth-roles

by igor.vaynberg :: Rate this Message:

Reply to Author | View in Thread

wicket auth roles is an example, not a reusable framework. you should
copy and paste the code into your project and customize as needed.

-igor

On Fri, Feb 20, 2009 at 8:30 AM, Brill Pappin<brill@...> wrote:

> I'm trying to integrate wicket-auth-roles with a token based SSO security
> system.
>
> I can't see where I can intercept the authentication sequence and
> "auto-login" the user based on the token.
> Essentially i want to catch the authentication request and authorize the
> user based on a token before they are redirected to the login page.
>
> Does anyone have a clue how I might go about doing that?
>
> Unfortunately most places I've looked to over ride the sequence are marked
> final for some reason, which makes things difficult. I'm actually at the
> point now where I'm thinking of writing a new auth-roles based on the
> current lib, but I thought I'd ask first.
>
> ... and no, I don't want to use the other more complex security lib...
> auth-roles is very nice and simple to use and suitable for most
> applications.
>
> - Brill Pappin
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: intercept security check in wicket-auth-roles