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.