> I think that the Realm has a problem to get the roles but I don't know 
> why...and what is wrong...

That's almost certainly the problem.

> I used this configuration
<Realm    className="org.jasig.cas.client.tomcat.v6.AssertionCasRealm"
   roleAttributeName="memberOf"    />

This pulls roll data from the CAS assertion, which is part of the
SAML-based attribute release mechanism of CAS,
https://wiki.jasig.org/display/CASUM/SAML+1.1.  It's doubtful you want
that.  You should be using your JDBC realm here if you want to get
role data from a database.  You can mix and match CAS authentications
with realms to get the combination you need.

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

Reply via email to