Re: Autologin & auth-fw

2005-02-17 Thread Aurélien DEHAY
Christoph Hermann wrote: Aurélien DEHAY schrieb: [snip] Your authentication ressource checks the login. If cookie is set log the user in. Then you can easily access protected documents. In your case use your redirect-to to redirect him to a auth-by-cookie pipeline, authenticate the user there an

Re: Autologin & auth-fw

2005-02-17 Thread Christoph Hermann
Aurélien DEHAY schrieb: Hello, > > In your authentication handler add a check for the Cookie and > > return a specific userid. > > How do I do that? When a resource is protected and the user is not > authenticated, I redirect him to a "login" page (with the redirect-to > element in the handler el

Re: Autologin & auth-fw

2005-02-17 Thread Aurélien DEHAY
Christoph Hermann wrote: Aurélien DEHAY schrieb: Hello, I'm using auth-fw for user authentication. I'd like to autologin user who comming with a specific cookie. I supposed it is possible, but I don't how to do it, as I can't create authentication context from, for example, the session context tra

Re: Autologin & auth-fw

2005-02-17 Thread Christoph Hermann
Aurélien DEHAY schrieb: Hello, > I'm using auth-fw for user authentication. I'd like to autologin user > who comming with a specific cookie. I supposed it is possible, but I > don't how to do it, as I can't create authentication context from, > for example, the session context transformer. > > I

Autologin & auth-fw

2005-02-17 Thread Aurélien DEHAY
Hello. I'm using auth-fw for user authentication. I'd like to autologin user who comming with a specific cookie. I supposed it is possible, but I don't how to do it, as I can't create authentication context from, for example, the session context transformer. I can store user/cookie pair in my S