lucia: [Bug]: linkedin scope error "r_liteprofile"
Package
@lucia-auth/oauth
Describe the bug
My Linkedin App don’t have r_liteprofile
permission but in the oauth/linkedin provider append r_liteprofile
to the scope list so I got an error from the callback url like this:
error=unauthorized_scope_error
I don’t know where to request r_liteprofile
permission or it is obsolete?
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (10 by maintainers)
Commits related to this issue
- Update linkedin.ts Fix linkedin api by https://github.com/pilcrowOnPaper/lucia/issues/971 — committed to anhtuank7c/lucia by anhtuank7c a year ago
- Fix linkedin issue #971 (#973) Co-authored-by: pilcrowOnPaper <80624252+pilcrowOnPaper@users.noreply.github.com> Co-authored-by: pilcrowOnPaper <pilcrowonpaper@gmail.com> — committed to lucia-auth/lucia by anhtuank7c 10 months ago
@Biaru Should be fixed in the next release
Yup, just missing the scope. Should be a pretty easy fix
I think just adding
openid
would fix the issue? (don’t think the id token change is necessary)