How to request w_member_social scope for linkedin

Hello,

in my auth0 tenant I allow social logins via linkedin,

I would like to allow users so log in and post on linkedin via my app,

I already followed all those steps :

in order to be able to get the underlying linkedin acces token of the user. The issue is that this token is missing the scope w_member_social. My app on linkedin is correctly configured to provide such scope but the social connection of auth0 does not allow me to select said scope.

How should I proceed ?

Thanks in advance.

Hi @weilerflorent,

Welcome to the Auth0 Community!

You can pass custom scopes via the connection_scope param. See this doc for more details:

Please let me know if you have any questions!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.