I have implemented Windows Live ID authentication as per below link steps :
Windows Live ID Authentication Implementation
Is there any way to get Email ID from the response of the Service which is entered by User while logging in ?
I have referred below link but I see that we only get Name Identifier token from the response service.
Purpose : Once User logs in to the Application using Windows Live ID Authentication, I want to filter Menu items to be displayed on the Dashboard Based on the Role assigned to that User. So I need to check in Application Database that what kind of Role is assigned to the logged in User using Email ID.