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? Screenshot 2023-08-14 at 22 44 19

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (10 by maintainers)

Commits related to this issue

Most upvoted comments

@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)