Open
Description
Not sure if something's recently changed with LinkedIn's API, but I had a bug in my app that traces back to config.linkedin.user_info_fields = ['first-name', 'last-name']
in the initializer created by sorcery. During authentication, retrieving a uid
fails since LinkedIn's response doesn't automatically include the field unless requested to.
My solution was simply config.linkedin.user_info_fields << "id"
, but I think the generator should at least be updated to reflect working usage. Alternatively, perhaps the LinkedIn adapter should automatically include the id field in it's request, since several internal methods depend on its presence?
Metadata
Metadata
Assignees
Labels
No labels
Activity