Hi.
I think that you should be a bit more specific about the exact scheme below.
Can you describe exactly, step by step, what happens just before and "After successfully
logging into the partner app, I will be redirected
and only provided a username to log into my tomcat Form Authentication
" ?
Sent: Thursday, January 27, 2011 12:41 PM
To: Tomcat Users List
Subject: Re: Tomcat Form Authentication that requires no password for
third party SSO
You could implement your own authenticator,
extending the class org.apache.catalina.authenticator.AuthenticatorBase
https://svn.apache.org/viewvc/tomcat/tc
t: Re: Tomcat Form Authentication that requires no password for
third party SSO
You could implement your own authenticator,
extending the class org.apache.catalina.authenticator.AuthenticatorBase
https://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catal
ina/authenti
You could implement your own authenticator,
extending the class org.apache.catalina.authenticator.AuthenticatorBase
https://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java?view=markup
protected abstract boolean authenticate(Request request,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Beau,
On 1/26/2011 1:10 PM, beau.hutche...@thomsonreuters.com wrote:
> I am trying to integrate my application with an SSO partner application.
What Tomcat version? I ask because Tomcat 7 includes the Servlet 3.0
programmatic login API.
> After succ