I’m using auth0 nodejs library to try and get a user profile that has login with linkedin to my application.
So I do the whole oauth dance, do a post to oauth/token with the code received, then first of all I get a response without refresh token, but with access token and other relevant info.
Now with the access token I do a request to /userinfo and it returns empty, however on the auth0 admin page I can see that the user does have a lot of information for his profile.
I’m wondering what I’m missing either in my config or how I instantiate the auth0 client. or missing configuration for auth0 is implicit auth,and openid.