views:

20

answers:

0

Hi all,

I'm using Spring Security + CAS in my website and there are some pages present different information in different login status.

For example, link: foo.com/index
anonymous user - common page layout + login elements
authenticated user - customized layout + logout elements

Since Spring Security does not support CAS gateway feature at this moment, is there any workaround to resolve this problem?

Thanks, Wilson