> Please ensure that the service has authorization to receive the attributes > you wish to release in the service manager console.
We have not been using the services manager console but we have allowed for test purposes all services (*) to retrieve the attributes in our config file : <bean class="org.jasig.cas.services.RegisteredServiceImpl"> <property name="id" value="0" /> <property name="name" value="all" /> <property name="description" value="Allows All" /> <property name="serviceId" value="*://**" /> <property name="allowedToProxy" value="true" /> <property name="ssoEnabled" value="true" /> <property name="allowedAttributes" value="sn,givenName,uid,navisionErpId,mail" /> </bean> Antoine Coetsier -----Message d'origine----- De : Marvin Addison [mailto:[email protected]] Envoyé : jeudi 17 mars 2011 15:42 À : [email protected] Objet : Re: [cas-user] Attribute Mapping fails > We have applied the patched version to our test server and it seems the > attributes are mapped correctly. I believe that rules out attributeRepository configuration issues. > What are doing wrong so that the attributes are not passed on the Principal > when querying with clients : phpcas or java client using mywebapp from CAS > wiki ? Please ensure that the service has authorization to receive the attributes you wish to release in the service manager console. We added a note to the top of https://wiki.jasig.org/display/CASUM/Attributes to attempt to clarify that you must select attributes in the select box. Let me know if that solves your problem. 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 -- 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
