Auth0 /userinfo endpoint is returning 200 with empty response body

Yes, that was the issue. Not sure why but the value of scope was being set as read which causing the response to not contain desired attributes (maybe something related to our implementation)

Fixed by setting it to openid profile email and it fixed the issue.

1 Like