Skip to content

Commit 6366186

Browse files
authored
Update LinkedIn OAuth scopes to include 'openid'
1 parent c242f67 commit 6366186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/services/OAuthConfig.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object OAuthConfig {
3535
name = "linkedin",
3636
signInUrl = "https://www.linkedin.com/oauth/v2/authorization",
3737
accessTokenUrl = "https://www.linkedin.com/oauth/v2/accessToken",
38-
scopes = Seq("profile")
38+
scopes = Seq("openid", "profile")
3939
)
4040

4141
val twitterKey = ConsumerKey(

0 commit comments

Comments
 (0)