I have code to login to my website using LinkedIn Oauth 2.
I'm using RESTFUL API.
Referred this: https://developer.linkedin.com/docs/oauth2
I followed the instruction and got access token from LinkedIn, I can use token to retrieve data.
Back to LinkedIn.com, I was asked to input credentials to login. I assume that after authenticating using OAuth2, I can use my account in LinkedIn.com without additional authentication steps.
I tried to sign in using Javascript SDK. It works fine, I can authenticate from my site, and also on Linkedin site, as my expectation. (and looks like this method uses OAuth1)
Am I doing smthing wrong with OAuth2?