Re: Trying to implement two-phase authentication with flow

2005-12-19 Thread Antonio Fiol Bonnín
2005/12/15, Stan Dyck <[EMAIL PROTECTED]>: > > On Wed, 2005-12-14 at 15:52 +0100, Antonio Fiol Bonnín wrote: > > 2005/12/13, Stan Dyck <[EMAIL PROTECTED]>: > > > The question is how to do a lookup for the content of the second page > > > after the sendPageAndWait call in my flowscript. My script ca

Re: Trying to implement two-phase authentication with flow

2005-12-15 Thread Stan Dyck
On Wed, 2005-12-14 at 15:52 +0100, Antonio Fiol Bonnín wrote: > 2005/12/13, Stan Dyck <[EMAIL PROTECTED]>: > > The question is how to do a lookup for the content of the second page > > after the sendPageAndWait call in my flowscript. My script calls the > > login method on an AuthenticationManager

Re: Trying to implement two-phase authentication with flow

2005-12-14 Thread Antonio Fiol Bonnín
2005/12/13, Stan Dyck <[EMAIL PROTECTED]>: > The question is how to do a lookup for the content of the second page > after the sendPageAndWait call in my flowscript. My script calls the > login method on an AuthenticationManager to verify authentication. I use > this as my check for passing onto th

Trying to implement two-phase authentication with flow

2005-12-12 Thread Stan Dyck
I'd appreciate it if someone more knowledgeable in flow and the authentication-fw could help me validate my approach on something. I'm trying to implement a two-phase authentication scheme for a web site. I'm using a flowscript to serve up the first phase page of the authentication with a contin