Hi everyone,
I'm in intership on a French factory and i need to deploy the CAS
authentication for all the used applications.
I'm facing a big problem :
The /status/config page is displays no matter what.
I have the base configuration on spring-configuration/securityContext.xml :
<sec:authentication-manager />
> <sec:http pattern="/status/**" entry-point-ref="notAuthorizedEntryPoint"
> use-expressions="true" auto-config="true">
> <sec:intercept-url pattern="/status/**"
> access="${cas.securityContext.status.access}" />
> </sec:http>
> <sec:http pattern="/statistics/**"
> entry-point-ref="notAuthorizedEntryPoint" use-expressions="true"
> auto-config="true">
> <sec:intercept-url pattern="/statistics/**"
> access="${cas.securityContext.statistics.access}" />
> </sec:http>
> <bean id="notAuthorizedEntryPoint"
> class="org.springframework.security.web.authentication.Http403ForbiddenEntryPoint"
>
> />
It works fine for the /status service ( Forbiden )
but not for the /status/config.
Have you any idea ?
thx
Quentin
--
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/606a4d88-1474-4485-a2ad-b8634a85b894%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.