Re: [cas-user] how to get user profile information on client site using CAS oauth

2013-07-02 Thread Jérôme LELEU
Hi, All the attributes are defined in this class : https://github.com/leleuj/pac4j/blob/1.3.x/src/main/java/org/scribe/up/profile/facebook/FacebookAttributesDefinition.java . These are the possible attributes names you can specified in the *allowedAttributes *: in your case, it must be *picture

RE: [cas-user] how to get user profile information on client site using CAS oauth

2013-07-03 Thread Rohit Kotecha
: Tuesday, July 02, 2013 9:39 PM To: jasig-cas-u...@googlegroups.com Cc: cas-user@lists.jasig.org; cas-user@lists.jasig.org; Rohit Kotecha Subject: Re: [cas-user] how to get user profile information on client site using CAS oauth Hi, All the attributes are defined in this class : https

Re: [cas-user] how to get user profile information on client site using CAS oauth

2013-07-04 Thread Jérôme LELEU
Hi, The implementation : *LinkedInProvider *(in scribe-up) is based on the OAuth 1.0 LinkedIn API and I think there is no email returned. Though, you can enable DEBUG logs on org.scribe.up to see the response returned by LinkedIn. CAS 3.5.2 is based on scribe-up 1.2.0 (which can be replaced by s