Skip to content

Comments

Fix LinkedIn auth scope comma separation#469

Merged
benadida merged 1 commit intomasterfrom
claude/fix-linkedin-auth-scope-1aqHC
Jan 18, 2026
Merged

Fix LinkedIn auth scope comma separation#469
benadida merged 1 commit intomasterfrom
claude/fix-linkedin-auth-scope-1aqHC

Conversation

@benadida
Copy link
Owner

LinkedIn returns scopes as comma-separated (e.g., "email,openid,profile") in token responses, but we were sending space-separated scopes. This caused the OAuth library's scope validation to fail due to format mismatch.

Changed scope format to match LinkedIn's response format.

LinkedIn returns scopes as comma-separated (e.g., "email,openid,profile")
in token responses, but we were sending space-separated scopes. This caused
the OAuth library's scope validation to fail due to format mismatch.

Changed scope format to match LinkedIn's response format.
@benadida benadida temporarily deployed to helios-development January 18, 2026 16:40 Inactive
@benadida benadida merged commit a20b336 into master Jan 18, 2026
3 checks passed
@benadida benadida deleted the claude/fix-linkedin-auth-scope-1aqHC branch January 18, 2026 16:41
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

Successfully merging this pull request may close these issues.

2 participants