advisorconnect / advisorconnect-roadmap

Roadmap and feature request repository for AdvisorConnect application stack
1 stars 0 forks source link

Better handle linkedin user resolution #15

Closed byndcivilization closed 7 years ago

byndcivilization commented 7 years ago

Detailed Description

the current process solely happens at login. if a user is authed in through linkedin we get their linkedin ids and resolve them. if the email they use is returned by full contact with a linked in id we can resolve them. the old app had an authorize linkedin call that hit the profile app and returned and id to resolve the user.

Context

We need _summary data from a user in our database to display commonalities. the best way to do this is to match an existing linked in profile.

Possible Implementation