Hi,

I am trying to include the username and password in the url which I want to 
send to another server from cas. Succeded in passing passing the username and 
password but because of the changes which i hav done not able to login to the 
second application means not able to get the single sign on.

modified login-webflow.xml redirect action to below
<action-state id="redirect">
    <evaluate 
expression="flowScope.service.getResponse(requestScope.serviceTicketId, 
requestScope.credentials.getUserName(), 
requestScope.credentials.getPassword())" 
result-type="org.jasig.cas.authentication.principal.Response" 
result="requestScope.response" />
    <transition on="requestScope.response" to="postView" />
    <transition to="redirectView" />
  </action-state>

even included credentials in request scope but not working as expected.
please help me in this.

Thanks,
-Subba Rao.
-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to