Hi Oswald,

It would be helpful if you passed along the url that you are seeing.
More helpful would be to turn on the browser's network monitor and and
pass long the various page loads and redirected urls.

Without more information, I'm just making a guess at what might be the
issue. Does your <authentication> element in the web.config look like
this example (particularly the loginUrl)?

|<||authentication| |mode||=||"Forms"||>|
|    ||<||forms|
|      ||loginUrl||=||"https://server.example.com/cas/login";
<https://server.example.com/cas/login>|
|      ||timeout||=||"30"|
|      ||defaultUrl||=||"~/Default.aspx"|
|      ||cookieless||=||"UseCookies"|
|      ||slidingExpiration||=||"true"|
|      ||path||=||"/ApplicationName/"| |/>|
|  ||</||authentication||>|

John

---
*John Gasper*
IAM Consultant
Unicon, Inc.
PGP/GPG Key: 0xbafee3ef

On 9/15/14 7:23 PM, Oswald Lu wrote:
> Hi,
>
> Thank Carl for the information.
> I use a sample .NET client to test. I change the
> ticketValidatorName="Cas20" to ticketValidatorName="Saml11"
> in <casClientConfig> of <configuration> of web.config.
> The unauthenticated application redirected me to the login page with url
> with the "TARGET=" querystring parameter.
> After login, the page shows login successful with no error, but it does
> not redirect me to the application, just exactly like what Dheeraj
> mentioned.
> Anyone have idea about how to solve this issue?  Thanks.
>
> Oswald
>      
> -- 
> 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


-- 
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