Hi Scott,

You are right, everything is working like a charm now.

Thank you all for your quick and useful answers.

Regards, Cyril.

----- "Scott Battaglia" <[email protected]> a écrit :

> My guess would be that allowedAttributes must also be configured as:
> <property name="allowedAttributes">
> <list>
> <value>attr1</value>
> <value>attr2</value>
> </list>
> </property>
> unless something is smart enough to recognize comma as a separator
> (maybe there is? I usually just list them explicitly).
> On Thu, Mar 17, 2011 at 1:32 PM, Marvin Addison <
> [email protected] > wrote:
> I believe the problem is here:
>                   <bean
> class="org.jasig.cas.services.RegisteredServiceImpl">
>                       <property name="id" value="0" />
>                       <property name="name" value="HTTP" />
>                       <property name="description" value="Only Allows
> HTTP Urls" />
>                       <property name="serviceId" value="http://**"; />
>                       <property name="allowedAttributes"
> value="uid,cn,isMemberOf" />
>                   </bean>
> You need to either remove allowedAttributes attribute, or list all
> attributes by the name you've given them in the principal,
> "username,Name,isMemberOf".  All RegisteredServiceImpl entries should
> be configured similarly.
> M
> On Thu, Mar 17, 2011 at 1:26 PM, Cyril GUILLERMINET
> < [email protected] > wrote:

-- 
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