Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linkedin r_fullprofile scope login failed #333

Open
chatzich opened this issue Dec 14, 2020 · 4 comments
Open

Linkedin r_fullprofile scope login failed #333

chatzich opened this issue Dec 14, 2020 · 4 comments

Comments

@chatzich
Copy link

Hello,
I try to create a login process with Linkedin OAuth service.
I have followed the instructions and retrieve the proper data of r_liteprofile
linkedin_bp = make_linkedin_blueprint(scope=["r_liteprofile"])
the user data provided by r_liteprofile is not enough for my purpose and
I need the r_fullprofile scope data but unfortunately when I changed the scope to
linkedin_bp = make_linkedin_blueprint(scope=["r_fullprofile"])

Screenshot at 2020-03-12 00-13-02

@singingwolfboy
Copy link
Owner

That looks expected to me. You can't just suddenly change your scope and expect everything to work without asking users to re-authorize. They need to grant permissions for the updated scopes.

@chatzich
Copy link
Author

That looks expected to me. You can't just suddenly change your scope and expect everything to work without asking users to re-authorize. They need to grant permissions for the updated scopes.

But how? I thought that there was an app permissions problem

@singingwolfboy
Copy link
Owner

@chatzich I think maybe we're misunderstanding each other. What are the exact steps to reproduce this problem?

@chatzich
Copy link
Author

chatzich commented Dec 14, 2020

@chatzich I think maybe we're misunderstanding each other. What are the exact steps to reproduce this problem?

Yes I think that my application does not have the r_fullprofile scope permission that's why I am getting the error if the app had the permission the linked api service should ask the user if he agrees to provide the new permissions
Permissions:
r_emailaddress
r_liteprofile
w_member_social

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants