New to pac4j but must say that it's been great so far! Thank you for having a good Java sample and docs and keeping this maintained and up to date! I'm using it with Play framework 2.3.6 and Java APIs.
Anyway, I'm having a problem getting the email address in the profile from LinkedIn. On developer's side for LinkedIn API I enabled r_basicprofile, r_contactinfo, and r_emailaddress. But when I look at the profile values that come back after login (i.e. CommonProfile profile = getUserProfile()), and inspect profile.getEmail() it comes back as null.
Am I missing something?