The connectionScopes parameter (I assume it’s for the scopes you need to talk to the LinkedIn API) should go into the authorize request that is triggered from your client application. You shouldn’t need to add this to the ULP, especially since you cannot edit any code with the New ULP.
Are you using the auth0.js or the newer auth0-spa-js ?
This is an example I used for the Google Calendar API and auth0.js:
If you’re using the auth0-spa-js, it would look similar, using the same parameter, but within the respective method you’re using there, such as loginWithRedirect.
I followed your instructions, the new ULP show up OK, but when I try to connect, there is no message saying that the app will be able to post articles on my behalf :
That means the “w_member_social” scope has not been asked for
Anyway, again, thank you for your help!
I keep trying to find a solution on my own but I don’t see any helpful document