Dmitriy,

Thanks for the clarification on FWIW, the 
*AnonymousRegisteredServiceUsernameAttributeProvider.*

To achieve that I will have to deploy the unsecured application on a 
separate instance as Chris had suggested.

Or, as you had described, configure Spring Security 
(WEB-INF/spring-configuration/securityContext.xml) not to intercept the 
context root that I am trying to open up to anonymous users.

I am assuming something like this:

...

  <sec:http pattern="/keepalive/**" use-expressions="true" auto-config
="true">

    <sec:intercept-url pattern="/keepalive/**" access="permitAll" />

  </sec:http>
...

Regards.

-- 
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].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.

Reply via email to