Jump over login screen

Scott Battaglia scott.battaglia at gmail.com
Mon Nov 6 07:59:23 EST 2006


Did you configure in the "trusted" support in front of the login form?

-Scott

On 11/6/06, Jan Dajč <jan.dajc.fei at vsb.cz> wrote:
>
>  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:* cas-bounces at tp.its.yale.edu [mailto:cas-bounces at tp.its.yale.edu] *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č* <jan.dajc.fei at vsb.cz> 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 loginFormAction
>
>  wasn 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:* cas-bounces at tp.its.yale.edu [mailto: cas-bounces at tp.its.yale.edu]
> *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.
>
> -Scott
>
> On 11/3/06, *Jan Dajč* <jan.dajc.fei at vsb.cz > 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
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
>
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20061106/35a83dae/attachment.html


More information about the cas mailing list