> 2011-05-10 09:17:09,454 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] > - Granted service ticket [ST-4-5lOmPekpBT1zQx3sdOCK-cas] for service > [http://cipdev/layouts/CIP%20Base%20Layout.aspx?item=/dashboard&user=extranet%5CAnonymous&site=website] > for user [bwelling] > > 2011-05-10 09:17:10,559 ERROR > [org.jasig.cas.CentralAuthenticationServiceImpl] - ServiceTicket > [ST-4-5lOmPekpBT1zQx3sdOCK-cas] with service > [http://cipdev/layouts/CIP%20Base%20Layout.aspx?item=/dashboard&user=extranet%5CAnonymous&site=website > does not match supplied service > [http://cipdev/layouts/cip%20base%20layout.aspx?item=/dashboard&user=extranet%5CAnonymous&site=website]
I would imagine it's a .NET client problem since it's in control of what the service name is for ticket generation and validation. What's puzzling is that the ExampleWebSite demo app for the .NET client uses mixed-case URLs, and I've never seen this problem in testing. Is there anything special about your setup whereby some component (httpmodule, proxy, security device, etc) in the HTTP request/response chain that could be doing this? It's important to note that CAS _is_ case sensitive with respect to service matching, and that's unlikely to change since the service is effectively a principal name where case sensitivity is warranted. M > > The action on the form tag in cas/login: > action="/cas/login?service=http%3a%2f%2fcipdev%2flayouts%2fcip%2520base%2520layout.aspx%3fitem%3d%2fdashboard%26user%3dextranet%255CAnonymous%26site%3dwebsite" > > I tend to believe if the action would read: > > action="/cas/login?service=http%3a%2f%2fcipdev%2flayouts%2fCIP%2520Base%2520Layout.aspx%3fitem%3d%2fdashboard%26user%3dextranet%255CAnonymous%26site%3dwebsite" > > it should work. > > Does this require a client-side or server-side fix? > > Tnx > > René > -- > 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
