Please tell us about your experience. This is uncharted territory for me to :)

However what i meant to say was that currently swarm keeps its own
copy of the user in the wicket session so you either need to
synchronize them or change swarm to look in some other place. Given
the frequent checks you are likely to make in your app i would not
dismiss the local copy so easily.

Maurice

On Nov 28, 2007 11:06 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> Thanks for your answer, diging into CAS I saw that they too uses ACEGI
> as I can see...
>
> I might not have described what I wanted todo good enough.. The idea
> with single signon are that you have a central server which keeps track
> of which users are signed on so every user needs to authenticate inorder
> to get passed onto whatever application you want to goto. So I guess
> that either wicket should intercept the requests and authenticate or
> that some other thing perhaps CAS should intercept requests pass them
> onto wicket if not authenticated etc...
>
> I'll give some feedback of what I find out..
>
> regards Nino
>
>
> Maurice Marrink wrote:
> > Not sure if you will be able to use acegi with .net and php. But if
> > that works i see no reason why you could not use it as single sign on.
> > As for cas i have no experience with that.
> > Main thing you need to take care of is that whatever framework you use
> > for single sign on. You have to take into account that wicket might
> > not be the one doing the actual signing in. So when you have detected
> > that your wicket app does not have a user logged in you need to check
> > the framework and copy that info to something your wicket security
> > understands. before showing the wicket login page.
> >
> > Maurice
> >
> > On Nov 28, 2007 10:21 AM, Nino Saturnino Martinez Vazquez Wael
> > <[EMAIL PROTECTED]> wrote:
> >
> >> Hi
> >>
> >> It seems our next project will be about single sign on. So as always I
> >> want to use wicket for this:) Someone mentioned CAS
> >> http://www.ja-sig.org/products/cas/ . Can you use this in conjuction
> >> with wicket (or is it something completely different)?  We need to be
> >> able to singlesignon to .net php and Java web applications.  So is this
> >> possible, are that what spring acegi are for
> >> (http://wicketstuff.org/confluence/display/STUFFWIKI/Swarm+and+Acegi+HowTo)
> >> ?
> >>
> >>
> >> Regards Nino
> >>
> >> --
> >> Nino Martinez Wael
> >> Java Specialist @ Jayway DK
> >> http://www.jayway.dk
> >> +45 2936 7684
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to