cas 4.0.0: how to activate /status and /statistics pages

89 views
Skip to first unread message

u zi

unread,
May 13, 2016, 1:14:08 AM5/13/16
to CAS Community
hi guys,

i tried to activate those pages but the only one working seems to be /status. all the sub-pages (e.g. /status/info) and /statistics simply start the login webflow.

securityContext.xml:
  <sec:http pattern="/status/**" entry-point-ref="notAuthorizedEntryPoint" use-expressions="true" auto-config="true">
   
<sec:intercept-url pattern="/status" access="hasIpAddress('${cas.securityContext.status.allowedSubnet}')" />
 
</sec:http>

 
<sec:http pattern="/statistics/**" entry-point-ref="notAuthorizedEntryPoint" use-expressions="true" auto-config="true">
   
<sec:intercept-url pattern="/statistics" access="hasIpAddress('${cas.securityContext.status.allowedSubnet}')" />
 
</sec:http>

cas.properties:
cas.securityContext.status.allowedSubnet=<my client ip>

how can i access the status and statistics pages?

also: what is the cas-management webapp and how do i install/activate it?

thx
Reply all
Reply to author
Forward
0 new messages