> http://img34.imageshack.us/img34/7166/samlb.jpg > > basically the TARGET parameter equals the password.
The TARGET should be equal to the service, and it is. Two things jump out in the second screenshot: 1. ticket="sdfsdfds", which is not a valid ticket. 2. service="sdfsdfds", which is not a valid https URL. The latest CAS server restricts services to https (and maybe also http) by default. If you have used the WebAuthenticationFilter properly, it will inject the ticket and service into the module correctly. The fact that the ticket is equal to the service suggests you're using another method. Please confirm you're using WebAuthenticationFilter; if you are, please cite the relevant sections of your web.xml inline. Pastebin is fine for screenshots, but configuration and log excerpts are best placed inline in your posts. Also, you haven't provided any logs. Those are very helpful in determining problems, and it would be helpful to include them in subsequent posts. Thanks, 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
