Hello, In our organization, we've attempted to use CAS modules for drupal 7 with half success. If you think CAS server does not release attributes to drupal, you can drop a phpCAS test script somewhere in drupal directories an try to call it directly (don't forget to use SAML validation in order to retrieve attributes).
Unfortunately, cas modules for drupal 7 is IMHO beta-quality : my colleague has to hack the code to get it working the way we wanted : map values of an attribute to drupal roles (in addition of auto-enrollment of users) Regards. On 17/09/2012 22:37, [email protected] wrote: > Thanks for the response Jonathan! I'm not really sure what you meant > by your question. > > Basically we are using Drupal (via the CAS module) as the client > connecting to CAS. I have been working on configuring/setting up a > CAS server. We have also experimented with using the Drupal CAS > module as a CAS server. The Drupal CAS server releases attributes to > the client but for some reason my CAS server will not release > attributes. In the CAS Services Manager, I see the attributes that > I've defined and they are highlighted but it is not releasing them to > a client. > > Thanks! > _____________ > Nathan Chowning > > > > From: "Liedy, Jonathan" <[email protected]> > To: [email protected], > Date: 09/14/2012 03:39 PM > Subject: RE: [cas-user] JDBC (using mysql) Attribute Release > ------------------------------------------------------------------------ > > > > Just to make sure, you're looking for attribute release in the > SAMLServiceValidate piece, right? > > Jonathan Liedy > Middleware Administrator > The Florida State University > 2035 East Paul Dirac Drive > Sliger, Suite 113 > Tallahassee, FL 32310 > [email protected]_ <mailto:[email protected]> > Voice: (850) 270-7368 > > *From:* [email protected] > [mailto:[email protected]] * > Sent:* Friday, September 14, 2012 3:26 PM* > To:* [email protected]* > Subject:* RE: [cas-user] JDBC (using mysql) Attribute Release > > Thank you for the suggestion Misagh. I've been attempting to build > this support into CAS (I guess I should mention that I'm using CAS > 3.5.0). I'm still running into issues. It is building correctly with > maven, authentication is still working beautifully, but for whatever > reason it is not returning any attributes. Here is a link to our > deployerConfigContext.xml - _http://pastebin.com/rCV702GC_ > > Our user credential table and user attribute table looks like:_ > __http://pastebin.com/raw.php?i=fMBYCBBx_ > > Any ideas why attributes are not getting released? Am I missing > something silly? > > Thanks so much for the help! > _____________ > Nathan Chowning > > > > From: Misagh Moayyed <[email protected]_ <mailto:[email protected]>> > To: [email protected]_ <mailto:[email protected]>, > Date: 09/12/2012 12:50 PM > Subject: RE: [cas-user] JDBC (using mysql) Attribute Release > ------------------------------------------------------------------------ > > > > > The person directory API has support for JDBC attribute release:_ > __https://wiki.jasig.org/display/PDM15/JDBC+Attribute+Source_ > */ > -/*Misagh > > * > From:* [email protected]_ > <mailto:[email protected]>[_mailto:[email protected]_] > > * > Sent:* Wednesday, September 12, 2012 8:43 AM* > To:* [email protected]_ <mailto:[email protected]>* > Subject:* [cas-user] JDBC (using mysql) Attribute Release > > Hello All, > > I have questions/concerns about attribute release with CAS. We are > currently using JDBC to authenticate users against a mysql database. > I've setup our "users" table to have 4 fields/columns (username, > password, email, role). For our usage, we'd like for the email and > role fields to be released as attributes. The CAS wiki page for > attributes - _https://wiki.jasig.org/display/CASUM/Attributes_- mostly > details attribute release from LDAP. Is it possible to release > attributes from mysql? Does anyone have any experience with this? > > Thanks! > _____________ > Nathan Chowning > -- > You are currently subscribed to [email protected]_ > <mailto:[email protected]>as: [email protected]_ > <mailto:[email protected]> > To unsubscribe, change settings or access archives, see > _http://www.ja-sig.org/wiki/display/JSG/cas-user_ > -- > You are currently subscribed to [email protected]_ > <mailto:[email protected]>as: [email protected]_ > <mailto:[email protected]> > To unsubscribe, change settings or access archives, see > _http://www.ja-sig.org/wiki/display/JSG/cas-user_ > -- > You are currently subscribed to [email protected]_ > <mailto:[email protected]>as: [email protected]_ > <mailto:[email protected]> > To unsubscribe, change settings or access archives, see > _http://www.ja-sig.org/wiki/display/JSG/cas-user_ > -- > 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 > -- > 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 -- 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
