You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by jleleu <le...@gmail.com> on 2012/09/01 10:35:15 UTC

Re: use CAS for SSO authentication and JdbcRealm for authentication

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.