Hi Dmitriy, If I understand you properly, /cas is the root context of your CAS server and /shiro the root context of your shiro webapp. So if you define /shiro for casFilter, in fact, the CAS service should be : http://dima767.example.org:9080/shiro/shiro (root context + filter url). In this case, I recommend that you choose a better url for the CAS filter to avoid confusion.
Nonetheless, it's not the problem as the CAS filter is used when you come back to your application. Calling a /account/** url should redirect you to your CAS server. You said : "no CAS redirection happens", but what happens ? Can you access the /account/** url ? If so, it looks like the security is not enabled in your web application. Can you turn on DEBUG logs on org.apache.shiro package and post your logs ? Thanks. Best regards, Jérôme -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-with-CAS-tp7566193p7566662.html Sent from the Shiro User mailing list archive at Nabble.com.
