Hi I am using Cas within a basic security framework.
Looking into spring-security (which claims having cas integration) we found that a cas user configuration with MultiRowJdbcPersonAttributeDao, doesnt get resolved in a simple way (within cas its as simple as (AttributePrincipal ) request.getUserPrincipal(); So one solution would be implementing springs UserDetailsService with a JdbcDaoImpl but this implies having a users DataSource under application control and requerires some effort to get this running. Is there other way round for passing these attributes within spring security or is Shiros solution better in terms of resolving this issue and offering similar security issues. Also: does spring-cas perform any ticket validation? I dindt see configurations to do this. Thank you -- 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/.
