I'm new to ADFS. So could someone give a brief example of interacting with this service (login and claim check) using WIF library?
Thanks.
After some investigation I've made a minimal sample Web API project. It implements an authentication itself and a retrieval of user's email inside an ASP.Net controller. To make ADFS to return a email claim see this question.