Hi, Not exactly. If you use CAS SSO, the idea is to have the CAS server checking credentials and retrieving user profile from database. The CAS support / realm is built that way : it gives roles and permissions by default but above all depending on user profile attributes given by the CAS server. But you could just do authentication using the CAS server and get user profile and compute roles / permissions from database inside the Shiro application : it requires to override the CAS realm by a custom access to database and a specific authorizations computation. Best regards, Jérôme
-- View this message in context: http://shiro-user.582556.n2.nabble.com/use-CAS-for-SSO-authentication-and-JdbcRealm-for-authentication-tp7577762p7577774.html Sent from the Shiro User mailing list archive at Nabble.com.
