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.