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 continuation. Assuming the first phase passes, I load the second phase page. The content of the second page is dependent on the user-supplied parameters from the first page. 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 the second phase, so I figured that I'd have an authentication context that I could pull data from. But I can't figure out how to access this context (or any other, for that matter) from within a flowscript. Alternatively, I could write a lookup class in Java and invoke it from my flowscript, but I'd prefer not to have to do this if there is a non-coding way to do it. Let me know if something about this doesn't make sense or if there is an obviously better approach that I'm too dense to see. Thanks, Stan Dyck --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
