serhii-londar/LinkedInSignIn

Authorize Login token not shows

arishanapalli opened this issue · 0 comments

Its loaded the LInkedIn page and continues shows Loading ...!

After Configuration I have set the login
http://localhost:3000/auth/linkedin/callback

let linkedinCredentilas = [
"linkedInKey": "81g0jkvkqmoyas",
"linkedInSecret": "securityKeyValue",
"redirectURL": "http://localhost:3000/auth/linkedin/callback"
]

https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=81g0jkvkqmoyas&redirect_uri=http://localhost:3000/auth/linkedin/callback&state=linkedin1587169042&scope=r_basicprofile

Please let me know if I missed anything to make it work for SignIn via LInkedIn.

IMG_6031