In this article it's suggested to add the scopes like this: <Item Key="scope">openid profile</Item>
<Item Key="scope">openid profile</Item>
Try to add email to retrieve users email adress, too. <Item Key="scope">openid profile email</Item>
email
<Item Key="scope">openid profile email</Item>