auth0 / passport-linkedin-oauth2

Passport Strategy for LinkedIn OAuth 2.0
MIT License
119 stars 106 forks source link

ERR_CONTENT_DECODING_FAILED on user authentication #34

Open edionmelarosa opened 9 years ago

edionmelarosa commented 9 years ago

Im getting ERR_CONTENT_DECODING_FAILED when I request to authenticate user. im using oauth2. Im sure I follow this instruction(https://developer.linkedin.com/docs/oauth2). I have read other issue same as this(https://github.com/auth0/passport-linkedin-oauth2/issues/14) and it solved since its just an error of setting of instead "apikey/clientid" it uses "clientsecret". But im sure I have this settings correctly.

ERR_CONTENT_DECODING_FAILED.

Details: https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=MYCLIENTID&redirect_uri=CBURL&state=STATE&scope=SCOPESET

siacomuzzi commented 9 years ago

Hi,

Is it happening with all users or with a specific one?