Hi Until now we are using Cas within a basic security framework which we would like to migrate to Spring Security.
For evaluation purposes we migrated one application and found 2 issues: First issue should probably be addressed to spring's list and is related to performing ticket validation. I didnt see configurations to do this under spring. Maybe someone here has an answer. Second issue is that a Cas 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 has two drawbacks: 1. users DataSource under application control 2. developement effort Is there other way round for passing these attributes within Spring security or do you recommend using Shiro as it integrates better with Cas. 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/.
