I agree with Marvin. Your serverName should be the externally reachable, fully qualified domain name that your web app is running on (generally not the same as the CAS server). Also, even though the documentation says that the protocol is optional, I think it is a documentation issue. Try adding the protocol.
You currently have: serverName="cas.ucdavis.edu" It should look like this: serverName="https://www.ucdavis.edu" ...or wherever you are hosting the web application. -ScottH -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: Sunday, June 26, 2011 8:06 AM To: [email protected] Subject: Re: [cas-user] .NET 1.0 client with MVC 2 > My web.config is here: > https://github.com/cthielen/Portal/blob/master/Portal/Web.config . I suspect the serverName attribute is wrong. That should be the name of the client application's host. In any case it looks like a URL building problem. M > -- 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
