All,
We are using the .NET CAS client with CAS to allow our users to authenticate
with their LinkedIn credentials. If they opt to do so, we will capture
various parts of their profile (with their permission).
The LinkedIn app has been set up to request that user's full profile.
And in deployerConfigContext.xml we have (we believe) set the relevant
settings for the relevant bean.
<bean class="org.jasig.cas.services.RegexRegisteredService">
<property name="id" value="0" />
<property name="name" value="HTTP and HTTPS" />
<property name="description" value="Allows HTTP(S) protocols from
anywhere" />
<property name="serviceId" value="^(https?|http?)://.*" />
<property name="evaluationOrder" value="10000001" />
<property name="allowedAttributes">
<list>
<!-- linkedIn -->
<value>id</value>
<value>first-name</value>
<value>last-name</value>
<value>maiden-name</value>
<value>formatted-name</value>
<value>location</value>
<value>email-address</value>
<value>headline</value>
<value>industry</value>
<value>num-connections</value>
<value>picture-url</value>
<value>publications</value>
<value>languages</value>
<value>skills</value>
<value>educations</value>
<value>num-recommenders</value>
<value>recommendations-received</value>
<value>following</value>
<value>mfeed-rss-url</value>
<value>job-bookmarks</value>
<value>suggestions</value>
<value>date-of-birth</value>
<value>member-url-resources</value>
<value>related-profile-views</value>
<value>phone-numbers</value>
<value>bound-account-types</value>
<value>im-accounts</value>
<value>main-address</value>
<value>twitter-accounts</value>
<value>connections</value>
</list>
</property>
</bean>
However, we are only getting a small set of attributes (headline, summary,
site-standard-profile-request, public-profile-url, location, positions,
formatted-name, first-name, num-connections, last-name, industry,
picture-url, access_token) passed to us.
What additional configuration do we need to put in place in order to get all
of the attributes we are trying to get?
Kind regards,
RIchard
--
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<<image001.png>>
