-Scott
I was tryingto use org.jasig.cas.web.flow.AuthenticationViaFormAction. I defined the section in cas-servlet.xml:
< bean
id= "authenticationViaFormAction"
parent= "abstractCasLoginAction"
class= "org.jasig.cas.web.flow.AuthenticationViaFormAction" >
<property
name= "centralAuthenticationService"
ref= "centralAuthenticationService" />
<property
name= "credentialsBinder">
<bean
class= "org.jasig.cas.authentication.principal.UsernameRolesCredentialsBinder"/>
</property >
<property
name= "formObjectClass"
value= "org.jasig.cas.authentication.principal.UsernamePasswordRolesCredentials" />
</ bean>
But when I am authenticated by webSphere and then i go to cas login page, I must click the submit buton. And I don't want that.
Jan
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Scott Battaglia
Sent: Saturday, November 04, 2006 5:22 PM
To: Yale CAS mailing list
Subject: Re: Jump over login screen
You probably want the:
org.jasig.cas.web.flow.AuthenticationViaFormAction
-Scott
On 11/3/06, Jan Dajč <[EMAIL PROTECTED]> wrote:
I have now another problem. When i define loginFormAction section in cas-servlet.xml and then i am starting Tomcat, it says, that class loginFormActionwasn not found. I searched for that class in my cas server sources and i can't find it. Is there another class in cas 3.0.5?
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Scott Battaglia
Sent: Friday, November 03, 2006 1:37 PM
To: Yale CAS mailing list
Subject: Re: Jump over login screen
Yes,
Its possible to jump over the login screen. If the WebSphere secure zone sets the remote user name then you can use that method. However, the code and directions on the web site you mention do not reflect the code base.
The actual login is non-interactive if the remote user is set.
-ScottOn 11/3/06, Jan Dajč <[EMAIL PROTECTED] > wrote:
Hi all,
I want to do this. My CAS is inside secured zone at WebSphere and if I log in, I want CAS only get information from principal, and send it back to the service which wanted cas authentication. So it means, that no login form is shown, because I have already authenticated the user from WebSphere.
I have cas 3.0.5, my own credentials and credentials binder. I found page: http://www.ja-sig.org/wiki/display/CAS/Using+the+REMOTE_USER where something like I want is described, but you must click at submit button, even if no username and password is needed.
So can I jump over the login screen?
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
