Hello,
I want to allow any authenticated user to see /status and /statistics. I know this is not a good idea, but it is very straightforward in a non-PROD environment.
but it doesnot work for me. Am I missing anything?
this works: cas.securityContext.status.access=hasIpAddress('127.0.0.1')
but this does not work: cas.securityContext.status.access=isAuthenticated()
Thanks,
Yan