> When I was using IIS/NT for my authentication users could 
> login into the
> server using a link that looked something like this
> http://username:[EMAIL PROTECTED]/sdfsdf/
> <http://username:[EMAIL PROTECTED]/sdfsdf/> 
>  
> Is there anyway to do this in tomcat.  Really what I am trying to
> accomplish, is move a user from one of my company's web site 
> to another site
> ( they are on two different systems) without having to have a 
> double login.
> I searched through the archives but wasn't able to find 
> anything on this
> topic.  Any suggestions are appreciated?

NTLM Auth is one way to do this(without passing the auth credentials
in the plain text url).  I've been working on writing up a NTLMRealm
for a while but am having a rough time with getting the MFC stuff
to cooperate.  If anyone's had better luck with this let me know.


---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com

Reply via email to