RE: Can the Tomcat authentication module use an ASP.NET security token?

2005-09-21 Thread Peter Crowther
 From: Tracy Spratt [mailto:[EMAIL PROTECTED] 
 Subject: Can the Tomcat authentication module use an ASP.NET 
 security token?
 
 I have a Tomcat app (MM Flex app) that is called from an asp.net
 application which is secured by forms (cookie-based) authentication.
 (NOT NTLM / Windows Integrated)
 
 I don't want the user to have to log in again.
 
 I have a programmatic solution in mind, but it is going to be
 comparitively ugly.  
 
 Any ideas?

You're going to have to use that programmatic solution.  Forms
authentication (by default) sets a session-id cookie, and the asp.net
worker process maintains state information such as login details
internally.  You can't even get to it via classic ASP on the same IIS.

- Peter

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



Can the Tomcat authentication module use an ASP.NET security token?

2005-09-20 Thread Tracy Spratt
I have a Tomcat app (MM Flex app) that is called from an asp.net
application which is secured by forms (cookie-based) authentication.
(NOT NTLM / Windows Integrated)

I don't want the user to have to log in again.

I have a programmatic solution in mind, but it is going to be
comparitively ugly.  

Any ideas?

Tracy


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