> If I'm understanding correctly, I believe you are saying that I must > configure services via CAS service management and define attribute release > here...however, I was sort of under the impression that once a service is > defined, all services must exist in the manger to continue working. Is that > correct?
You define an attribute source in the Spring XML. You define what services can access those attributes via the services management console. > Do you happen to have a link for the spring security stuff? I _thought_ there was an implementation of the Spring UserDetailService backed by the CAS assertion. I had to grab the Spring Security CAS integration source jar, but I found it, GrantedAuthorityFromAssertionAttributesUserDetailsService. Javadocs at http://static.springsource.org/spring-security/site/docs/3.0.x/apidocs/org/springframework/security/cas/userdetails/GrantedAuthorityFromAssertionAttributesUserDetailsService.html. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
